python3-synphot
Simulate photometric data and spectra in astronomy
Synphot simulates photometric data and spectra, observed or otherwise.
It can incorporate external filters, spectra, and data. One can also use
a pre-defined standard star (Vega), bandpass, or extinction law.
Furthermore, it allows one to:
python3-mercantile
Web mercator XYZ tile utilities
The mercantile module provides ul(xtile, ytile, zoom) and bounds(xtile, ytile,
zoom) functions that respectively return the upper left corner and bounding
longitudes and latitudes for XYZ tiles, a xy(lng, lat) function that returns
spherical mercator x and y coordinates, a tile(lng, lat, zoom) function that
returns the tile containing a given point, and quadkey conversion functions
quadkey(xtile, ytile, zoom) and quadkey_to_tile(quadkey) for translating
between quadkey and tile coordinates.
python3-oslo.rootwrap
allows fine filtering of shell commands to run as root - Python 3.x
The Oslo Rootwrap allows fine filtering of shell commands to run as root from
OpenStack services.
python3-oslo.cache
cache storage for Openstack projects - Python 3.x
oslo.cache aims to provide a generic caching mechanism for OpenStack projects
by wrapping the dogpile.cache library. The dogpile.cache library provides
support memoization, key value storage and interfaces to common caching
backends such as Memcached.
python3-flask-socketio
Socket.IO integration for Flask applications
Flask-SocketIO gives Flask applications access to low latency bi-directional
communications between the clients and the server. The client-side
application can use any of the SocketIO official clients libraries in
Javascript, C++, Java and Swift, or any compatible client to establish a
permanent connection to the server.
python3-oslo.service
library for running OpenStack services - Python 3.x
The oslo.service library provides a framework for managing long-running
services in OpenStack projects.