Python client to a public and undocumented UrbanTZ API https://pypi.org/project/pyurbantz
This repository has been archived on 2022-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Lucidiot fa5c126eb3
Write reST docs
2018-10-25 18:43:27 +02:00
docs Write reST docs 2018-10-25 18:43:27 +02:00
urbantz Add a frequency setting on the tracker 2018-10-20 19:05:45 +02:00
.gitignore Base Sphinx setup 2018-10-25 17:44:41 +02:00
.gitlab-ci.yml Add GitLab CI job 2018-10-25 17:51:30 +02:00
LICENSE First commit 2018-10-20 18:56:26 +02:00
README.md Write reST docs 2018-10-25 18:43:27 +02:00
VERSION Custom config 2018-10-25 17:48:38 +02:00
requirements-dev.txt Base Sphinx setup 2018-10-25 17:44:41 +02:00
requirements.txt Prepare for Python package 2018-10-20 18:57:44 +02:00
setup.py Custom config 2018-10-25 17:48:38 +02:00

README.md

pyurbantz

A Python package to help with an undocumented API of UrbanTZ. Browse documentation

Development

Setup

Sample setup using virtualenvwrapper:

mkvirtualenv pyurbantz -a .
pip install -e .[dev]