BILKOM train info
Project description
BILKOM
Python package for checking train timetables from Bilkom.pl
How to use
Install
pip install bilkom
Use as standalone script
python bilkom.py --station_name Otwock
Use as package
from bilkom import Bilkom
from datetime import datetime
bilkom = Bilkom()
bilkom.set_station_info(station_name="Otwock")
bilkom.get_station_table(date=datetime(2024,3,12)) # date is optional - defaults to datetime.now()
Search for stations
from bilkom import Bilkom
bilkom = Bilkom()
stations = bilkom.search_for_stations(station_name="Otwock")
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
bilkom-0.0.2.tar.gz
(5.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bilkom-0.0.2.tar.gz.
File metadata
- Download URL: bilkom-0.0.2.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b638629179860df75b131792cddb0fbffff00f686afae04ab3945afdf0623ada
|
|
| MD5 |
5fd873044bdc94dd84c4d9377fde5348
|
|
| BLAKE2b-256 |
bf3185fd2c040e94aa22727d92bfbc31c598831941ec16b8be1cf2506c8d9864
|
File details
Details for the file bilkom-0.0.2-py2.py3-none-any.whl.
File metadata
- Download URL: bilkom-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57a238bc95a182ab87f89652ba5bce8852f4e3a83cf45c5e365bfb9547f099aa
|
|
| MD5 |
01177ae46a40f03dd9ced5fdd61ff42e
|
|
| BLAKE2b-256 |
e7b57215a363036a7b87d37b2700e0bf070fb4cb21b8282ab00793d0672d518e
|