ozon-env lib is an api system to interact with Service App project
For information about the Service App project, see https://github.com/INRIM/service-app
The source code is currently hosted on GitHub at: https://github.com/archetipo/ozon-env
Binary installers for the latest released version are available at the Python Package Index
pip(3) install ozon-env
poetry install --without dev
or
Convenient for developers. Also useful for running the (unit)tests.
git clone https://github.com/archetipo/ozon-env.git
add virtualenv env Pytnon >=3.10
pip install poetry
poetry install
Optional dependencies need to be installed separately.
pip(3) install git+https://github.com/archetipo/ozon-env
./run_test.sh
All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.