pointwise-libs
library functions for pointwise polisci research
How to build package
First, ensure that there's a .pypirc in your home directory ~/
that looks like this:
[pypi]
username = __token__
password = pypi-GET_API_TOKEN_FROM_PYPI_ACCOUNT
Then build with
python3 -m pip install --user --upgrade setuptools wheel
python3 -m pip install --user --upgrade twine
rm -r dist
# Increment the version in `setup.py`
python3 setup.py sdist bdist_wheel
twine upload dist/*
Release files for pointwise-libs 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pointwise_libs-0.0.7.tar.gz | 4.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pointwise_libs-0.0.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.8 kB
Release files / pointwise_libs-0.0.7.tar.gz
| Download URL | pointwise_libs-0.0.7.tar.gz |
|---|---|
| Size | 4.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fcac744a0ac994f59cc676cae0620c6833e1e21b1d3a2dab9666f0129562de45
|
|
BLAKE2b-256 checksum How to use checksums |
45208dbdeb6487fd13d93e0cb7af7ac6fc517719e016a7b2870ae738f4e1d01b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
|
Release files / pointwise_libs-0.0.7-py3-none-any.whl
| Download URL | pointwise_libs-0.0.7-py3-none-any.whl |
|---|---|
| Size | 12.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cc4b0b404bd0fa9794b4e76b48aadbb044e306a4b81a52779ef63db07303327b
|
|
BLAKE2b-256 checksum How to use checksums |
ef3a2864a7164bd877ea47b8696b33a2fa2ffc014c0a3d14e718cb2e4da6d651
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
|