Show how to structure small Python package using CI (Codecov) and Poetry to upload to PyPi.
Project description
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%
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file python_repo_structure-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: python_repo_structure-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.10 CPython/3.9.5 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9d7039da9c5fa69073c84614d00c46ec24b6ad7fed6c0b08a5eab8be6e9616e |
|
MD5 | 1f431cafee3194f7ff9fea6a7b9ce5fa |
|
BLAKE2b-256 | b1aa387ad79d956eeb35d892e909edfe87979344985b5baba9bd4ced2cfbfe27 |