Skip to main content

Library for retrieving Wrocław public transportation geolocation data

Project description

mpyk CI

Simple Python 3 library for retrieving Wrocław MPK trams and buses real-time location

prerequisites

  • Unix, make, git, python3 with pip

quick start (global installation)

  • setup:
    • git clone https://github.com/emkor/mpyk.git && cd mpyk
    • sudo pip install -r requirements.txt && chmod u+x mpyk.py
  • usage:
    • ./mpyk.py --utc --csv myData.csv --log myLogs.log
    • for continuous mode: ./mpyk.py --each 10 --utc --dir . --log myLogs.log

virtualenv-based setup

  • git clone https://github.com/emkor/mpyk.git && cd mpyk
  • make venv
  • using virtualenv Python executable:
    • .venv/mpyk/bin/python mpyk.py --utc --csv myData.csv --log myLogs.log
  • using virtualenv session:
    • source .venv/mpyk/bin/activate
    • ./mpyk.py --utc --csv myData.csv --log myLogs.log

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mpyk-0.0.3.tar.gz (3.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page