Small module that makes your journey with RMV REST API somehow easier.
Project description
Small module that makes your journey with RMV REST API somehow easier. Based fully on official RMV API reference and HAFAS documentation.
Requirements
- RMV API key (Get it here)
- Python3 (Tested versions are 3.7.9 and 3.9.13)
- git (Only for installation from source)
Installation
If you have everything listed in requirements, then let's begin.
Variant 1
python -m pip install pyrmv
Variant 2
git clone https://git.end-play.xyz/profitroll/PythonRMV.git
cd PythonRMV
python setup.py install
Usage
import pyrmv
# Define a Client with API key
client = pyrmv.Client("AcessId")
# Get origin's and destination's location
origin = client.stop_by_name("Frankfurt Hauptbahnhof", max_number=3)[0]
destination = client.stop_by_coords(50.099613, 8.685449, max_number=3)[0]
# Find a trip by locations got
trip = client.trip_find(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.
To-Do
General
- Docs in Wiki
- Tickets
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyrmv-0.3.2.tar.gz
.
File metadata
- Download URL: pyrmv-0.3.2.tar.gz
- Upload date:
- Size: 36.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8f9e6872044970a873e630ea02dc37741d3e5766186b525225bc36ddb4023d3 |
|
MD5 | 3cbfd074d87623b2d45fbdb75adbeb99 |
|
BLAKE2b-256 | 8a5caa9ec26e76a4f127ee4e989deaa4ebde3847939dfe41b7b09878c301fa2d |
File details
Details for the file pyrmv-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: pyrmv-0.3.2-py3-none-any.whl
- Upload date:
- Size: 52.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a5abf26ca39b44a1b400c60cde1e5489de0b593d10f1105867818d5bad9b124 |
|
MD5 | 4b4fe57d0c0dd5b8bbc76ff48dbae22f |
|
BLAKE2b-256 | ea74d877e87a5eb639f652e43bd9e2b395936ad77fbb8e42b8049ded7fa86cc2 |