Metadata-Version: 2.1
Name: transperth
Version: 0.1.3
Summary: A Python wrapper for the Transperth API
Author-email: Elliana May <me@mause.me>
License: MIT
Project-URL: repository, https://github.com/Mause/pytransperth
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lxml
Requires-Dist: python-dateutil
Requires-Dist: requests

pytransperth ![](https://api.travis-ci.org/Mause/pytransperth.png)
============

A silly attempt at creating an api for various transperth services.

Some info about discovery of the various endpoints is available here on my attempted blog; http://mause.me/blog/2014/03/07/transperth.html

Heavy use of `lxml` involved.
