Skip to main content

Description

Project description

testpackage

Setup

Choose a package name and replace the template name testpackage in all files:

./quick-start.sh MyPackageName
rm quick-start.sh  # you can delete this file afterwards

Upload to pypi

pip install --upgrade pip
pip install wheel twine

Place your pypi token in $HOME/.pypirc:

[pypi]
  username = __token__
  password = # either a user-scoped token or a project-scoped token you want to set as the default

To upload to pypi,

make

Install

pip install testpackage
pip install -e <path-to-repo>/testpackage
pip install git+ssh://git@github.com/<path-to-repo>.git

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

dgjiberg-0.1.4.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

dgjiberg-0.1.4-py3-none-any.whl (2.8 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