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
Release files for natlibpy 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| natlibpy-1.0.0.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| natlibpy-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:5.4 kB
Release files / natlibpy-1.0.0.tar.gz
| Download URL | natlibpy-1.0.0.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ea03a797968d355e8d7db7caf912d982e12824d99c31fed255c932fdb7b12bae
|
|
BLAKE2b-256 checksum How to use checksums |
e8af8628717473ea934dce7179f01153ca687aa8ef7280dd8623418f1e6977fd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / natlibpy-1.0.0-py3-none-any.whl
| Download URL | natlibpy-1.0.0-py3-none-any.whl |
|---|---|
| Size | 3.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1a441480d52802e002b9286815a546c0fcf66e5d4a5d4be6a99d858d251a1c36
|
|
BLAKE2b-256 checksum How to use checksums |
d2c9537ff26a212360ce197ecbc447a552545b6f0a413e8dfbffea2689693eba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|