ugloocli 0.2.0
root/ugloo

ugloo Cli

Metadata
author Aliou SIDIBE
author_email aliou.sidibe@ugloo.com
classifiers
  • Development Status :: 5 - Production/Stable
  • Environment :: Console
  • Intended Audience :: Developers
  • Intended Audience :: End Users/Desktop
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
description_content_type text/markdown
download_url https://git.deeptorrent.io/system/ugloocli/-/archive/v1.2.0/ugloocli-v0.1.0.zip
requires_dist
  • idna >=3.7
  • rich >=13.7.1
  • distro >=1.9.0
  • docker >=7.0.0
  • PyYAML >=6.0.1
  • requests >=2.31.0
  • cmd2 <2.5,>=2.4.3
  • ipaddress >=1.0.23

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
  • Replaced 10 time(s)
  • Uploaded to root/ugloo by root 2024-11-07 11:08:43

Ugloo Cli

Setup

python3 -m venv .venv
source .venv/bin/activate
pip install build

Build

python3 -m build .

The package has been created in dist folder

Installation

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 with docker

# 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