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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file natlibpy-1.0.0.tar.gz
.
File metadata
- Download URL: natlibpy-1.0.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea03a797968d355e8d7db7caf912d982e12824d99c31fed255c932fdb7b12bae |
|
MD5 | 465db73532cbf7d0f65eb9fd75355d10 |
|
BLAKE2b-256 | e8af8628717473ea934dce7179f01153ca687aa8ef7280dd8623418f1e6977fd |
File details
Details for the file natlibpy-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: natlibpy-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a441480d52802e002b9286815a546c0fcf66e5d4a5d4be6a99d858d251a1c36 |
|
MD5 | 837e42797498d35f4cb13e702731b37a |
|
BLAKE2b-256 | d2c9537ff26a212360ce197ecbc447a552545b6f0a413e8dfbffea2689693eba |