Skip to main content

Helper functions for my political science research

Project description

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/*

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

pointwise_libs-0.0.7.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

pointwise_libs-0.0.7-py3-none-any.whl (12.9 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