Last updated:
0 purchases
pythonrepostructure 0.1.1
python-repo-structure
This repository shows how to structure small Python project using CI (Codecov) and Poetry to upload to PyPi.
Badges
Find other badges you want to see in your repository.
Usage
from package_name.some_file import ModernWarfare
print(ModernWarfare().call_of_duty())
# "Press F to pay respects"
Testing on replit.com
Install
pip install python-repo-structure
git clone https://github.com/dimitryzub/python-repo-structure.git
Upload to Pypi
When running poetry publish you will be prompted to add your PyPi username and password.
You won't the password while typing, it's intentional.
1. $ poetry build --format wheel
2. $ poetry publish
Building package:
$ poetry build --format wheel
Building python-repo-structure (0.1.0)
- Building wheel
- Built python_repo_structure-0.1.0-py3-none-any.whl
Once start uploading process, you'll see something like this in the terminal:
$ poetry publish
Username: dimitryzub
Password:
Publishing python-repo-structure (0.1.0) to PyPI
- Uploading python_repo_structure-0.1.0-py3-none-any.whl 0%
- Uploading python_repo_structure-0.1.0-py3-none-any.whl 100%
- Uploading python_repo_structure-0.1.0-py3-none-any.whl 100%
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.