Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/audreyfeldroy/localtomatoes
LocalTomatoes displays the Rotten Tomatoes ratings for the movies at your local theater. Just an experiment, to let me play with docopt and michaeljoseph/cookiecutter-pypackage.
https://github.com/audreyfeldroy/localtomatoes
Last synced: 16 days ago
JSON representation
LocalTomatoes displays the Rotten Tomatoes ratings for the movies at your local theater. Just an experiment, to let me play with docopt and michaeljoseph/cookiecutter-pypackage.
- Host: GitHub
- URL: https://github.com/audreyfeldroy/localtomatoes
- Owner: audreyfeldroy
- License: apache-2.0
- Created: 2014-04-27T02:19:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-27T02:24:41.000Z (over 10 years ago)
- Last Synced: 2024-04-16T04:06:04.312Z (7 months ago)
- Language: Python
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# localtomatoes
[![Build Status](https://secure.travis-ci.org/audreyr/localtomatoes.png)](http://travis-ci.org/audreyr/localtomatoes)
[![Stories in Ready](https://badge.waffle.io/audreyr/localtomatoes.png?label=ready)](https://waffle.io/audreyr/localtomatoes) [![pypi version](https://badge.fury.io/py/localtomatoes.png)](http://badge.fury.io/py/localtomatoes)
[![# of downloads](https://pypip.in/d/localtomatoes/badge.png)](https://crate.io/packages/localtomatoes?version=latest)
[![code coverage](https://coveralls.io/repos/audreyr/localtomatoes/badge.png?branch=master)](https://coveralls.io/r/audreyr/localtomatoes?branch=master)## Overview
LocalTomatoes displays the Rotten Tomatoes ratings for the movies at your local theater.
* features
* and stuff## Usage
Install `localtomatoes`:
pip install localtomatoes
## Documentation
[API Documentation](http://localtomatoes.rtfd.org)
## Testing
Install development requirements:
pip install -r requirements.txt
Tests can then be run with:
nosetests
Lint the project with:
flake8 localtomatoes tests
## API documentation
Generate the documentation with:
cd docs && PYTHONPATH=.. make singlehtml
To monitor changes to Python files and execute flake8 and nosetests
automatically, execute the following from the root project directory:stir