Skip to main content

Tool for generating Pypi ready Python Projects

Project description

Pre-steps

  1. Get pyenv going and install multiple python versions (.python-version) file

Steps

  1. Install your Poetry environment poetry install
  2. Add the test repo for Pypi poetry config repositories.testpypi https://test.pypi.org/legacy/
  3. Add your test key for the Test Pypi repo poetry config http-basic.testpypi __token__ pypi-your-api-token-here
  4. Add your production ket for Pypi repo poetry config pypi-token.pypi pypi-your-token-here

Dev

  1. Open a Poetry shell
    • poetry shell

Builds

  1. Test your build poetry build
  2. Publish the package
    • test -> poetry publish -r testpypi
    • prod -> poetry publish

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

cdev-assembly-line-0.0.1.tar.gz (1.4 kB view hashes)

Uploaded Source

Built Distribution

cdev_assembly_line-0.0.1-py3-none-any.whl (1.5 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