Skip to main content

A small example package

Project description

Example Package

This is a simple example package, for more detail please follow this guide: https://packaging.python.org/tutorials/packaging-projects/

Installing virtualenv

python3 -m pip install --user virtualenv
python3 -m virtualenv env
source env/bin/activate

Upload package to pypi

pip install twine
python3 setup.py sdist bdist_wheel
twine upload --repository-url https://upload.pypi.org/legacy/ 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

lunar_convert-0.0.3.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

lunar_convert-0.0.3-py3-none-any.whl (5.0 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