Skip to main content

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:

Packaging Python Projects

Generating distribution archives

Stand inside the project, i.e.

cd pypi_template

Next build the package:

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/*

The user name and the password is the following:

[pypi]
  username = __token__
  password = .....

Where you'll need to generate the API Token as password.

Go to https://pypi.org/ to see the package!

Inspiration

setup.py vs setup.cfg in Python

sample git repo project

Packaging Python Projects

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)

https://acronymify.com/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wolverines-0.0.1.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

wolverines-0.0.1-py3-none-any.whl (2.5 kB view details)

Uploaded Python 3

File details

Details for the file wolverines-0.0.1.tar.gz.

File metadata

  • Download URL: wolverines-0.0.1.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for wolverines-0.0.1.tar.gz
Algorithm Hash digest
SHA256 c9c05fdfc5b6f7e066435d743a4e0e0dd542816c2d128f4ee6480fc4826d1447
MD5 ecc9ce2a8e816b803a9c867e878f0272
BLAKE2b-256 0a6d6486ea66ad056cff1ec5bbdbe7b6c338a10039a581a5f91ee5d6e6c394ef

See more details on using hashes here.

File details

Details for the file wolverines-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: wolverines-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 2.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for wolverines-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1ea0ef94415e38a58126453fa4a69891761161fb294d72e4d0d026488c932a66
MD5 93a39d62fe5af72fe529997af0c2cf59
BLAKE2b-256 1ae68451a8e897321fc64f8b7abb3491f1982d90917217fc6c23616fea8cbdd8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page