Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vikparuchuri/sports-stats
Try to rethink sports statistics.
https://github.com/vikparuchuri/sports-stats
Last synced: about 10 hours ago
JSON representation
Try to rethink sports statistics.
- Host: GitHub
- URL: https://github.com/vikparuchuri/sports-stats
- Owner: VikParuchuri
- License: apache-2.0
- Created: 2013-07-22T15:48:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-25T02:04:00.000Z (over 11 years ago)
- Last Synced: 2024-10-12T13:45:36.723Z (about 1 month ago)
- Language: Python
- Size: 152 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Sports Stats
====================Overview
---------------------
This repository is used for analysis of sports statistics.This is licensed under the APACHE license, please see LICENSE.txt for details.
Installation
---------------------
You will need to have python 2.7 installed, and ideally a virtualenv installed.You will also need to follow the installation directions for [percept](http://percept.readthedocs.org/en/latest/installation/overview.html).
Then, you can do the following:
```
git clone [email protected]:VikParuchuri/sports-stats
cd sports-stats
sudo xargs -a apt-packages.txt apt-get install
Activate virtualenv if you are using one
pip install -r requirements.txt
```How to Contribute
-----------------
Contributions are very welcome. The easiest way is to fork this repo, and then
make a pull request from your fork.Please contact vik dot paruchuri at gmail with any questions or issues.