No project description provided
Project description
Sample Project To Publish Python Package
Setting Up
- Create virtual env
python -m venv venv
source venv/bin/activate
- Install dependencies
pip install setuptools wheel twine
-
Update
name,versionandinstall_requiresinsetup.py -
Build Package
python setup.py sdist bdist_wheel
- Test Locally
pip install dist/hello_sethlee-0.2-py3-none-any.whl
python test.py
- Publish to PyPI Configure your PyPI environment variables:
export TWINE_USERNAME=__token__
export TWINE_PASSWORD=<YOUR_PASSWORD>
- Publish to PyPI
twine upload dist/*
- 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)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63d6a0fe832ec9a35291f591ab55af9c7082e5810e8a7a86e6f31759c1c08d2b
|
|
| MD5 |
8fbbe87d85bf2b4b231c83cd10e57be7
|
|
| BLAKE2b-256 |
0caad639ffb7d2477bc86670bd4546841aab654aba0c171c1baa30c8be74e82b
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
326cc7862f2436a5948de2a06b7b4010958e3b0fc5feff553303e5e06ac69c93
|
|
| MD5 |
e3675ea53f452d125b73bb86655daa3d
|
|
| BLAKE2b-256 |
253897c7a29c4cf9d90ccc88c81e2d7f9098fae43f959fb9389ce67ced7a6879
|