Build web apps using just Python
Project description
pycob
python3 -m venv venv
source venv/bin/activate
python3 -m pip install --upgrade build
python3 -m pip install --upgrade twine
python3 -m build
python3 -m twine upload --repository testpypi dist/*
python3 -m build
python3 -m twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pycob-0.0.3.tar.gz
(8.0 kB
view hashes)
Built Distribution
pycob-0.0.3-py3-none-any.whl
(8.3 kB
view hashes)