A sample Python project
Project description
Requirements
python3 -m pip install --upgrade build
python3 -m pip install --upgrade twine
python3 -m pip install --upgrade setuptools wheel
Download repository:
git clone https://github.com/johanneskruse/pypi_template.git
Upload:
In pyproject.toml you can set the name of the pacakage
Run the following to upload:
Generating distribution archives
cd pypi_template
python3 -m build
This command should output a lot of text and once completed should generate two files in the dist directory:
dist/
├── sampleproject-0.0.1-py3-none-any.whl
└── sampleproject-0.0.1.tar.gz
Uploading the distribution archives
twine upload dist/*
Go to https://pypi.org/ to see the package!
Inspiration
setup.py vs setup.cfg in Python
TODO:
- Setup with pyproject.toml file
- Note that if you want to install packages in editable mode (i.e. by running pip install -e .) you must have a valid setup.py file apart from setup.cfg and pyproject.toml. TRY TO RUN INSTEAD: pip install -e . -f .
Acronym Generator (help generate the name)
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
newssources-0.0.1.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file newssources-0.0.1.tar.gz
.
File metadata
- Download URL: newssources-0.0.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ade0053c857d6724d64b04befb119c9d09916c33b51585c50e9cfe097ec38fb |
|
MD5 | 1abaad01161f5c38b757de9f3c77163c |
|
BLAKE2b-256 | e136e2d6bd124d0f7f54f697bc004c20f3faa31041463c83ce130bac702d38a8 |
File details
Details for the file newssources-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: newssources-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c479657aa1947565ccb1f63fe712c9fd0f966eae30dc2060cc42f1b03a7385e4 |
|
MD5 | 535f7715fd22c2f67b07b361a3efcee8 |
|
BLAKE2b-256 | f1ad706b30fc333c3c50651f83c90254f7ef1ad5b36d40a4dbb17452f54ec87a |