Skip to main content

A small example package

Project description

Example Package

This is a simple example package.

How to build

Make sure you have the latest versions of PyPA's build installed:

python3 -m pip install --upgrade build

Build the package by running the following command:

python3 -m build

This command generate two files in the dist directory:

example_pkg_gunhoon-0.0.1-py3-none-any.whl
example_pkg_gunhoon-0.0.1.tar.gz

How to upload

Install twine to upload the distribution packages:

python3 -m pip install --upgrade twine

Run twine to upload all archives under dist directory:

python3 -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

example-pkg-gunhoon-0.0.0.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

example_pkg_gunhoon-0.0.0-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

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