Skip to main content

No project description provided

Project description

Sample Project To Publish Python Package

Project Link

Setting Up

  1. Create virtual env
python -m venv venv
source venv/bin/activate
  1. Install dependencies
pip install setuptools wheel twine
  1. Update name, version and install_requires in setup.py

  2. Build Package

python setup.py sdist bdist_wheel
  1. Test Locally
pip install dist/hello_sethlee-0.2-py3-none-any.whl
python test.py
  1. Publish to PyPI Configure your PyPI environment variables:
export TWINE_USERNAME=__token__
export TWINE_PASSWORD=<YOUR_PASSWORD>
  1. Publish to PyPI
twine upload dist/*
  1. Usage Anywhere
pip install hello-sethlee

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

hello_sethlee-0.7.0.tar.gz (1.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hello_sethlee-0.7.0-py3-none-any.whl (2.1 kB view details)

Uploaded Python 3

File details

Details for the file hello_sethlee-0.7.0.tar.gz.

File metadata

  • Download URL: hello_sethlee-0.7.0.tar.gz
  • Upload date:
  • Size: 1.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for hello_sethlee-0.7.0.tar.gz
Algorithm Hash digest
SHA256 63d6a0fe832ec9a35291f591ab55af9c7082e5810e8a7a86e6f31759c1c08d2b
MD5 8fbbe87d85bf2b4b231c83cd10e57be7
BLAKE2b-256 0caad639ffb7d2477bc86670bd4546841aab654aba0c171c1baa30c8be74e82b

See more details on using hashes here.

File details

Details for the file hello_sethlee-0.7.0-py3-none-any.whl.

File metadata

  • Download URL: hello_sethlee-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 2.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for hello_sethlee-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 326cc7862f2436a5948de2a06b7b4010958e3b0fc5feff553303e5e06ac69c93
MD5 e3675ea53f452d125b73bb86655daa3d
BLAKE2b-256 253897c7a29c4cf9d90ccc88c81e2d7f9098fae43f959fb9389ce67ced7a6879

See more details on using hashes here.

Supported by

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