root/ugloo
ugloo Cli
| Metadata | |
|---|---|
| author | Aliou SIDIBE |
| author_email | aliou.sidibe@ugloo.com |
| classifiers |
|
| description_content_type | text/markdown |
| download_url | https://git.deeptorrent.io/system/ugloocli/-/archive/v1.2.0/ugloocli-v0.1.0.zip |
| requires_dist |
|
Because this project isn't in the mirror_whitelist,
no releases from root/pypi are included.
| File | Tox results | History |
|---|---|---|
|
ugloocli-0.2.0-py3-none-any.whl
28 KB
Python Wheel
3
|
|
python3 -m venv .venv
source .venv/bin/activate
pip install build
python3 -m build .
The package has been created in dist folder
To install on a remote host in a venv:
python3 -m venv .venv
source .venv/bin/activate
pip install ugloocli-0.1.0-py3-*.whl
# Build docker image:
docker build -t build-wheel .
# Run container with image created:
docker run -it --rm -v $PWD:/code --workdir /code build-wheel bash
# Build wheel
python3 setup.py bdist_wheel
python3 -m devpi use https://pypi.deeptorrent.io/root/ugloo
python3 -m devpi login root --password ${UPYPI_PASSWORD}
python3 -m devpi upload dist/ugloocli-0.2.0-py3-none-any.whl