Skip to main content

A utility package

Project description

wenyang

A Python package example

steps:

  1. Give your package a unique name {package.name} in PyPI. You can check with pip search.
  2. Create a new repository {package.name} on github as https://github.com/{github.username}/{package.name}
  3. git clone https://github.com/{github.username}/{package.name} then you will get folder {package.name} as the {root}
  4. Change directory into {root}
  5. Create README.md for the package if you did not init your repository with a README.md
  6. Read https://packaging.python.org/tutorials/packaging-projects/
  7. Create empty package as {package.name}
  8. Create setup.py
  9. Generate distribution packages
  10. python3 -m pip install --upgrade setuptools wheel
  11. python3 setup.py sdist bdist_wheel
  12. Upload the distribution archives
  13. python3 -m pip install --upgrade twine
  14. python3 -m twine upload --skip-existing dist/*
  15. Check the package on https://pypi.org/project/{package.name}/

references:

  1. https://github.com/pypa/sampleproject
  2. Github-flavored Markdown

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)

Uploaded Source

Built Distribution

wenyang-1.1.0-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

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

Hashes for wenyang-1.1.0.tar.gz
Algorithm Hash digest
SHA256 5a514365f2ac95ca464af23457bbb98791c1f966afb4339c9dbee6ffcc7776f1
MD5 b2da0d9b63c104487c91635bcb9f0fc2
BLAKE2b-256 2078a2d5bd0c4ae856d3a830b2145c26a083387f7e1015c7b9258243913b9bde

See more details on using hashes here.

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

Hashes for wenyang-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a8b6a52001357978ec762c6bc0c604767d4f5bca4d0be4ff31a264c560d9728c
MD5 6ae24f7f92a5fabb86a4f837fd02aac4
BLAKE2b-256 e1f341cc58c0574b6b54b236803dd4d2c1bd6646003d968d7a33b78bab08a2f8

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