Metadata-Version: 2.1
Name: ridesystems
Version: 2.0.2
Summary: Add a short description here!
Home-page: https://github.com/pyscaffold/pyscaffold/
Author: Brian Seel
Author-email: Brian.Seel@baltimorecity.gov
License: MIT
Project-URL: Documentation, https://pyscaffold.org/
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE.txt
License-File: AUTHORS.rst
Requires-Dist: pandas
Requires-Dist: mechanize
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: tenacity
Requires-Dist: importlib-metadata ; python_version < "3.8"
Provides-Extra: testing
Requires-Dist: setuptools ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

===========
ridesystems
===========


This is an interface with the RideSystems data.


Description
===========

One half of this is a python interface to the RideSystem's open API, and one half is a scraper that creates an API to
the data on the reports that are accessible on their website.


