A tool to create and manage Docker instances of flicamera
Project description
fliswarm
A tool to create and manage Docker instances of flicamera.
Installation
You can install fliswarm
by doing
pip install sdss-fliswarm
To build from source, use
git clone git@github.com:sdss/fliswarm
cd fliswarm
pip install .
Development
fliswarm
uses poetry for dependency management and packaging. To work with an editable install it's recommended that you setup poetry
and install fliswarm
in a virtual environment by doing
poetry install
Pip does not support editable installs with PEP-517 yet. That means that running pip install -e .
will fail because poetry
doesn't use a setup.py
file. As a workaround, you can use the create_setup.py
file to generate a temporary setup.py
file. To install fliswarm
in editable mode without poetry
, do
pip install poetry
python create_setup.py
pip install -e .
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for sdss_fliswarm-0.3.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f735be2b325c7e519fd958ad1bfb9bf7b1449d22356a645068b740ce69a30c56 |
|
MD5 | 339237a359f4a780b4caa010db103be5 |
|
BLAKE2b-256 | 2d99d8f31271c6875bfd5a558c7c13b7c42e9523f168862c3a87339262e3b35a |