Metadata-Version: 2.1
Name: c1algo2
Version: 1.0.1
Summary: Company 1's Algorithm 2 Package for SENG 499 2022
Author-email: Isaac Shaha <ishaha@uvic.ca>, Jigyasa Chaudhary <jchaudhary2608@gmail.com>, Jyot Saini <jysaini62@gmail.com>, Omar AbdulAziz <omarabdu@uvic.ca>, Reece Pretorius <reecepretdev@gmail.com>
Project-URL: Homepage, https://github.com/seng499-company1/algorithm-2
Project-URL: Bug Tracker, https://github.com/seng499-company1/algorithm-2/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Algorithm 2

In `src` you will find 2 folders:
1. `c1algo2`: The main module created for use by back end. After running `pip install c1algo2`, you can use our module as follows:
    ```
    from c1algo2.forecaster import forecast
    new_schedule = forecast(course_enrollment, program_enrollment, schedule)
    # store these in the db somehow
    ```

If you have any questions, please contact the Algorithm 2 team :)
