Skip to main content

A PyKitReWi Python project

Project description

PyKitReWi

Python Logo

A sample project that exists as an aid to the Python Packaging User Guide's Tutorial on Packaging and Distributing Projects.

This project does not aim to cover best practices for Python project development as a whole. For example, it does not provide guidance or tool recommendations for version control, documentation, or testing.

The source for this project is available here.

Most of the configuration for a Python project is done in the setup.py file, an example of which is included in this project. You should edit this file accordingly to adapt this sample project to your needs.


This is the README file for the project.

The file should use UTF-8 encoding and can be written using reStructuredText or markdown with the appropriate key set. It will be used to generate the project webpage on PyPI and will be displayed as the project homepage on common code-hosting services, and should be written for that purpose.

Typical contents for this file would include an overview of the project, basic usage examples, etc. Generally, including the project changelog in here is not a good idea, although a simple “What's New” section for the most recent version may be appropriate.

Packaging your project

Before you can build wheels and sdists for your project, you’ll need to install the build package:

py -m pip install build

Source distributions Minimally, you should create a Source Distribution:

py -m build --sdist

Wheels

Pure Python Wheels

Pure Python Wheels contain no compiled extensions, and therefore only require a single Python wheel.

To build the wheel:

py -m build --wheel

Platform Wheels

Platform Wheels are wheels that are specific to a certain platform like Linux, macOS, or Windows, usually due to containing compiled extensions.

py -m build --wheel

上传

上传到TestPyPI

py -m twine upload --repository testpypi dist/*

上传到PyPI

py -m twine upload dist/*

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

pykitrewi-0.0.4.tar.gz (31.5 kB view details)

Uploaded Source

Built Distribution

PyKitReWi-0.0.4-py3-none-any.whl (43.0 kB view details)

Uploaded Python 3

File details

Details for the file pykitrewi-0.0.4.tar.gz.

File metadata

  • Download URL: pykitrewi-0.0.4.tar.gz
  • Upload date:
  • Size: 31.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.0

File hashes

Hashes for pykitrewi-0.0.4.tar.gz
Algorithm Hash digest
SHA256 c38a45aa8d70a1a8e1c40b2447a2ff8a908ba47626184b354107dd1759760454
MD5 3b5afbda60a9f127f6882af91cb0cc49
BLAKE2b-256 db3a2f836c9d9d137b24901353e17c048570efca561dc590607d4a92d1eab401

See more details on using hashes here.

File details

Details for the file PyKitReWi-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: PyKitReWi-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 43.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.0

File hashes

Hashes for PyKitReWi-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c86c1f80608fb0b0bfcf4cc07c7c1dc0c83844cd851d71ed8c88548572bb7e8a
MD5 c58140f0c74cf546f0440fd7d9bc6fd1
BLAKE2b-256 778b9fed2d908a040d961ebf3fbeed75ab817d2cbd80d34bc1af97e73a46d454

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