Skip to main content

Python horse racing class library

Project description

This project aims to provide horse racing data management and analysis services in Python.

Build Status Coverage Status Code Health

Installation

Prior to using racing_data, the package must be installed in your current Python environment. In most cases, an automated installation via PyPI and pip will suffice, as follows:

pip install racing_data

If you would prefer to gain access to new (unstable) features via a pre-release version of the package, specify the ‘pre’ option when calling pip, as follows:

pip install --pre racing_data

To gain access to bleeding edge developments, the package can be installed from a source distribution. To do so, you will need to clone the git repository and execute the setup.py script from the root directory of the source tree, as follows:

git clone https://github.com/justjasongreen/racing_data.git
cd racing_data
python setup.py install

If you would prefer to install the package as a symlink to the source distribution (for development purposes), execute the setup.py script with the ‘develop’ option instead, as follows:

python setup.py develop

Basic Usage

To access the functionality described below, you must first import the racing_data package into your Python interpreter, as follows:

>>> import racing_data

Development and Testing

The source distribution includes a test suite based on pytest. To ensure compatibility with all supported versions of Python, it is recommended that the test suite be run via tox.

To install all development and test requirements into your current Python environment, execute the following command from the root directory of the source tree:

pip install -e .[dev,test]

To run the test suite included in the source distribution, execute the tox command from the root directory of the source tree as follows:

tox

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

racing_data-1.0.0a0.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

racing_data-1.0.0a0-py2.py3-none-any.whl (4.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file racing_data-1.0.0a0.tar.gz.

File metadata

File hashes

Hashes for racing_data-1.0.0a0.tar.gz
Algorithm Hash digest
SHA256 27a6c3ab1b487e37d9c43afb575d8ef412b3c700e76f52a81e4b91352b101a29
MD5 50a9f3dcefb8296c096e9ba99ea6c783
BLAKE2b-256 02d5292b2ecf8a0c292163c59f6b0fa37896b3295d7d1978cf5d225cef5ce92c

See more details on using hashes here.

File details

Details for the file racing_data-1.0.0a0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for racing_data-1.0.0a0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7c62f2de0b41c8715322999a5d2f111664434225e08148c8a4b0cdba64c1f0f6
MD5 9c03d7f41e01d87f3a8128d7d6c330a1
BLAKE2b-256 7511165a83f2a553a300e40e974cd9fc4b79e2690b810dd66029dc38a9f48303

See more details on using hashes here.

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