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.2.tar.gz
(4.2 kB
view hashes)
Built Distribution
pycob-0.0.2-py3-none-any.whl
(3.4 kB
view hashes)