Skip to main content

Small module that makes your journey with RMV REST API somehow easier.

Project description

PythonRMV

Small module that makes your journey with RMV REST API somehow easier. Based fully on official RMV API reference and HAFAS documentation.

Usage

import pyrmv

# Set API key
access_id = "Something"

# Get origin's and destination's location
origin = pyrmv.stop_by_name(access_id, "Frankfurt Hauptbahnhof", max_number=3)[0]
destination = pyrmv.stop_by_coords(access_id, 50.099613, 8.685449, max_number=3)[0]

# Find a trip by locations got
trip = pyrmv.trip_find(access_id, origin_id=origin.id, dest_id=destination.id)

Frequently Asked Questions

Why are there raw versions and formatted ones?

For the purposes of my projects I don't really need all the stuff RMV gives (even though it's not much). I only need some specific things. However I do understand that in some cases other users may find those methods quite useful so I implemented them as well.

Some methods work slightly different

Can be. Not all function arguments written may work perfectly because I simply did not test each and every request. Some of arguments may be irrelevant in my use-case and the others are used quite rare at all. Just make an issue and I'll implement it correct when I'll have some free time.

Documentation is not perfectly clear

Of course docs cannot be perfect as a python docstring, especially if sometimes I don't know how things should correctly work. That's why you get HAFAS API docs in addition to your RMV API key. Just use my functions together with those docs, if you want to build something really sophisticated. However I'm not sure whether RMV supports that many HAFAS features publicly.

To-Do

General

  • Docs in Wiki

Raw methods

  • arrivalBoard (board_arrival)
  • departureBoard (board_departure)
  • himsearch (him_search)
  • journeyDetail (journey_detail)
  • location.nearbystops (stop_by_coords)
  • location.name (stop_by_name)
  • trip (trip_find)
  • recon (trip_recon)

Normal methods

  • arrivalBoard (board_arrival)
  • departureBoard (board_departure)
  • himsearch (him_search)
  • journeyDetail (journey_detail)
  • location.nearbystops (stop_by_coords)
  • location.name (stop_by_name)
  • trip (trip_find)
  • recon (trip_recon)

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

pyrmv-0.2.4.tar.gz (27.3 kB view details)

Uploaded Source

Built Distribution

pyrmv-0.2.4-py3-none-any.whl (42.4 kB view details)

Uploaded Python 3

File details

Details for the file pyrmv-0.2.4.tar.gz.

File metadata

  • Download URL: pyrmv-0.2.4.tar.gz
  • Upload date:
  • Size: 27.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.9

File hashes

Hashes for pyrmv-0.2.4.tar.gz
Algorithm Hash digest
SHA256 d6dde43e70e47ee632077bef559bfd5afbf1bf7b9e03ca73e653d01446c95152
MD5 4af56b6c3ce0ec923a51143588cc6f7b
BLAKE2b-256 221083e810d002558efcb502c98acb805f0a23d5ce5c9774102ab9f09c2de749

See more details on using hashes here.

File details

Details for the file pyrmv-0.2.4-py3-none-any.whl.

File metadata

  • Download URL: pyrmv-0.2.4-py3-none-any.whl
  • Upload date:
  • Size: 42.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.9

File hashes

Hashes for pyrmv-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 594eaa61791a8b6d5f385efb3ba964ce9723ad42c7d7d6e603308d0d6973c769
MD5 1e236ad45a00e649b62ad036b9b6d561
BLAKE2b-256 dfd48cb536a39b2e4da48f0ce11f8fabfb1c43d60d1676a016e5b1f8b0fe0855

See more details on using hashes here.

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