Skip to main content

short description here

Project description

My python package

Get started

Pre-requisites

Install necessary dependencies for developement

pip install twine build setuptools

Develop

  1. Clone project and reset git history
git clone https://github.com/ablil/python-starter pypkg && cd pypkg && rm -rf .git && git init && git add . && git commit -m 'initial commit'
  1. Run your tests

Build and publish

  • Build
rm -rf dist && python -m build
  • Publish to TestPyPi
python -m twine upload --repository testpypi dist/*
  • Publish to PyPi
python -m twine upload --repository testpypi 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

ablilcalculator-0.0.3.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

ablilcalculator-0.0.3-py3-none-any.whl (2.1 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