Skip to main content

Code I find myself reusing often

Project description

natlibpy

Links

Development

  • Set up a virtual environment in PyCharm so you aren't using the global Python env. This will allow you to avoid conflicts of dependencies.
  • pip install twine wheel

Deployment

  • Update version number in setup.py
  • python setup.py sdist bdist_wheel
  • Check that expected files are included: tar tzf dist/pyminder-{ version }.tar.gz
  • twine check dist/*
  • Test publish: twine upload --repository-url https://test.pypi.org/legacy/ dist/*
  • Publish: twine upload dist/*

Information

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

natlibpy-1.0.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

natlibpy-1.0.0-py3-none-any.whl (3.3 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