Skip to main content

A small example package

Project description

packaging_tutorial

View at: https://test.pypi.org/project/example-pkg-bigabig/0.0.1/

Create TestPyPi Account

https://test.pypi.org/account/login/

Commands

Setup

conda create -n tutorial python=3.8
conda activate tutorial
python3 -m pip install --upgrade pip

Build

python3 -m pip install --upgrade build
python3 -m build

Upload

python3 -m pip install --upgrade twine
python3 -m twine upload --repository testpypi dist/*

Install

python3 -m pip install --index-url https://test.pypi.org/simple/ example-pkg-bigabig

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-bigabig-0.0.1.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

example_pkg_bigabig-0.0.1-py3-none-any.whl (6.2 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