py_package
This is a template repository for creating python packages. Learn more about packaging in Python.
Features
- has the basic structure of any python package
- has a template setup.py file
- has a data directory which serves as a storage bucket for package data. Learn How
- contains GitHub Actions workflow to publish to PyPI automatically, whenever a new release is made.Make sure to have a PyPI account and save the username and password in the GitHub Secret of your repo.
- has the perfect .gitignore to solve your misery
Usage Guide
- Fork the repo
- Find and replace
py_packagewith the name of your package - Replace my name 'Aahnik Daw' with your name
- Edit
Makefileas per your requirements - Dont forget to change the
setup.pyfile - Make sure to check the contents of every file before you use them
- Enjoy
Release files for py-package 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| py_package-0.2.1.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| py_package-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.0 kB
Release files / py_package-0.2.1.tar.gz
| Download URL | py_package-0.2.1.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3046c0bf5b2f22232bcaeeccd0dcb3a09871c44fe1665a19bedf034bf8095d19
|
|
BLAKE2b-256 checksum How to use checksums |
8b45684e82c035f7262bfc1d478ec9a9fb79f062d989f1f366a7e12427ef9558
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
|
Release files / py_package-0.2.1-py3-none-any.whl
| Download URL | py_package-0.2.1-py3-none-any.whl |
|---|---|
| Size | 3.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c5c0f4f3685d3c3142708776375faa6889a1f692afab82c42c55aacfc701e52a
|
|
BLAKE2b-256 checksum How to use checksums |
959b3695d33e618a8e98b04bff0c35163331979a5eb5fc90e12170131e7f81f8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0
|