Skip to main content

Python bindings for statscraper-datatypes

Project description

Python bindings for statscraper-datatypes. Requires Python 3.7 (because it uses dataclasses).

For developers

These instructions are for developers working on this packages

Downloading

git clone https://gitlab.com/jplusplus/statscraper
pip install -r requirements.txt

This repo includes statscraper-datatypes as a subtree. To update this, do:

git subtree pull --prefix datatypes/datatypes git@github.com:jplusplus/statscraper-datatypes.git master --squash

Publishing

Remember to change the version number in setup.py before tagging a new version!

git push
git tag X-Y-X
git push --tags
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/statscraper-datatypes-python-X-Y-X*

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

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