Library for easy requests and use FESTU timetables
Project description
🎓 FESTU Timetable Library
English | Russian
A Python library for easy access and manipulation of FESTU (Far Eastern State Transport University) class schedules.
✨ Features
- 🚀 Simple and intuitive API
- 📅 Get daily and bi-weekly schedules
- 🏫 Support for all university groups
- 🛡️ Full type annotations and error handling
- 📚 Comprehensive documentation
📦 Installation
pip install festutimetable
🚀 Quick Start
Get Daily Schedule
from festutimetable import TimetableService
service = TimetableService()
# Get schedule for a specific day
timetable = service.get_timetable_by_day("БО911ПИА", "29.10.2025")
# Print the schedule
timetable.print()
Get Bi-Weekly Schedule
from festutimetable import TimetableService
service = TimetableService()
# Get schedule for two weeks
two_week_timetable = service.get_2week_timetable("БО911ПИА", "29.10.2025")
# Print the schedule
two_week_timetable.print()
🐛 Bug Reports and Issues
If you find a bug or have a feature request, please create an issue on GitHub.
🤝 Development
Development Installation
git clone https://github.com/SerJo2/festutimetable.git
cd festutimetable
Running Tests
pytest tests/ -v
📄 License
This project is licensed under the MIT License. See the LICENSE file for details.
👨💻 Author
Onii-Chan
- Email: skobochki.ad@mail.ru
- GitHub: SerJo2
⭐ If this project helped you, please give it a star on GitHub!
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
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 festutimetable-1.0.1.tar.gz.
File metadata
- Download URL: festutimetable-1.0.1.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca98805108252c08ae11d52f4e5cecf57a59d9401c361c764e7cfe701716b448
|
|
| MD5 |
6482beb9bf04d3c8b6eb0e03db238a37
|
|
| BLAKE2b-256 |
2964de549b1079a47bf8d5a0f84b3accd6ddb54e9f7679e9fb790daf9e98bd31
|
File details
Details for the file festutimetable-1.0.1-py3-none-any.whl.
File metadata
- Download URL: festutimetable-1.0.1-py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31dbd7a2e6d02dda8187ba5077cef4ff5debcfe0b774d6a63243244c609ce082
|
|
| MD5 |
bd032fbf69735436fa8d18a5fb08969e
|
|
| BLAKE2b-256 |
78043a7586b6a859a9665239357876a2d849cc47d51664318d03b20f2e1d67f2
|