Skip to main content

A small example package

Project description

# Directrix Package

This is a simple example package. You can use [Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/) to write your content.

This requires setuptools, wheel, and twine.

To create source and binary distributions in the dist/ folder execute:

` python setup.py sdist bdist_wheel `

To upload to PyPI test server execute:

` twine upload --repository-url https://test.pypi.org/legacy/ dist/* `

To install from PyPI test server execute:

` pip install --index-url https://test.pypi.org/simple/ directrix_pkg `

To upload to PyPI production server execute:

` twine upload dist/* `

To install from PyPI production server execute:

` pip install directrix_pkg `

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

directrix_pkg-0.0.2.tar.gz (1.4 kB view hashes)

Uploaded Source

Built Distribution

directrix_pkg-0.0.2-py2-none-any.whl (2.8 kB view hashes)

Uploaded Python 2

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