A utility package
Project description
wenyang
A Python package example
steps:
- Give your package a unique name {package.name} in PyPI. You can check with
pip search. - Create a new repository {package.name} on github as https://github.com/{github.username}/{package.name}
git clone https://github.com/{github.username}/{package.name}then you will get folder {package.name} as the {root}- Change directory into {root}
- Create README.md for the package if you did not init your repository with a README.md
- Read https://packaging.python.org/tutorials/packaging-projects/
- Create empty package as {package.name}
- Create setup.py
- Generate distribution packages
python3 -m pip install --upgrade setuptools wheelpython3 setup.py sdist bdist_wheel- Upload the distribution archives
python3 -m pip install --upgrade twinepython3 -m twine upload --skip-existing dist/*- Check the package on https://pypi.org/project/{package.name}/
references:
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
wenyang-1.1.0.tar.gz
(4.6 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 wenyang-1.1.0.tar.gz.
File metadata
- Download URL: wenyang-1.1.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a514365f2ac95ca464af23457bbb98791c1f966afb4339c9dbee6ffcc7776f1
|
|
| MD5 |
b2da0d9b63c104487c91635bcb9f0fc2
|
|
| BLAKE2b-256 |
2078a2d5bd0c4ae856d3a830b2145c26a083387f7e1015c7b9258243913b9bde
|
File details
Details for the file wenyang-1.1.0-py3-none-any.whl.
File metadata
- Download URL: wenyang-1.1.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8b6a52001357978ec762c6bc0c604767d4f5bca4d0be4ff31a264c560d9728c
|
|
| MD5 |
6ae24f7f92a5fabb86a4f837fd02aac4
|
|
| BLAKE2b-256 |
e1f341cc58c0574b6b54b236803dd4d2c1bd6646003d968d7a33b78bab08a2f8
|