Metadata-Version: 2.1
Name: bus-wizard
Version: 0.0.5
Summary: A package containing a bus wizard
Home-page: https://github.com/phanlehoang/bus_wizard
Author: Hoang Phan Le & An Thu Le
Author-email: anthule2000@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: bson (>=0.5.10)
Provides-Extra: dev
Requires-Dist: pytest (>=7.0) ; extra == 'dev'
Requires-Dist: twine (>=4.0.2) ; extra == 'dev'

# A model for bus driver modeling

Our model has some objects:

- driver: each driver has id, minimum number of tasks,,,
- task: id, time_start, time_end 



