A versatile Python package with multiple features
Project description
Install
pip install -U multifeatures
Documentation
- Documenttation available here: https://multifeatures.devh.in/
Example Usage
from MultiFeatures.IndianRailway import confirmtkt
confirmtkt_object = confirmtkt.Confirmtkt()
try:
live_status_data = confirmtkt_object.live_train_status(train_no="12345", doj="01-01-2023", locale="en")
print(live_status_data)
except NotAValidTrainNumber as error:
print(f"Error: {error}")
except InternetUnreachable:
print("Error: Connectivity issue. Please check your internet connection.")
except HTTPErr:
print("Error: ran into an issue. Please try again later, or Check the data.")
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
multifeatures-1.1.0.tar.gz
(122.3 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
MultiFeatures-1.1.0-py3-none-any.whl
(125.0 kB
view details)
File details
Details for the file multifeatures-1.1.0.tar.gz.
File metadata
- Download URL: multifeatures-1.1.0.tar.gz
- Upload date:
- Size: 122.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9522d588f0bf16939393f60700062f69e7ddfd0ba4438b5b3872bcadac27fe0
|
|
| MD5 |
7fe02fe674d62cf96df578f194e1a25e
|
|
| BLAKE2b-256 |
4e22e1c7ff8f713097f2cfe75b63a4ae28b0f99cfd6bdc5116abef438e1a20a0
|
File details
Details for the file MultiFeatures-1.1.0-py3-none-any.whl.
File metadata
- Download URL: MultiFeatures-1.1.0-py3-none-any.whl
- Upload date:
- Size: 125.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d831fb56060cb836b7498b738f1c44dcdd4c6334c695eb7b5151705af4968e94
|
|
| MD5 |
c2c16ff891e13b6c006eb761e2328a57
|
|
| BLAKE2b-256 |
b7cde8efb2b77604b88cce01bafd206ec635820981eba65a85ff7827c511cbef
|