Metadata-Version: 2.3
Name: nsubooking
Version: 0.0.1
Summary: Automatic booking of washing machines at NSU. 
Project-URL: Homepage, https://github.com/InfaNaSotku/nsubooking
Project-URL: Issues, https://github.com/InfaNaSotku/nsubooking/issues
Author-email: Maxim Gerasimov <infanasotku@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Requires-Dist: pydantic
Requires-Dist: pydantic-settings
Requires-Dist: selenium
Description-Content-Type: text/markdown

**Automatic booking of washing machines at NSU.**
-------------------------------------------------

This package provides the opportunity for booking washing machine in NSU dormitories.

For use this package you need tu setup your envirement variables first.

You can do that with `.env` file in root directory or `export $var = data`.

**You need folowing envirement variables:**
- EMAIL (required) - email of your booking account.
- PASSWORD (required) - password of your booking account.
- PAGE_LIVE_TIME (nonrequired) - time between bookings.
- BOOK_WAIT (nonrequired) - time between page reloads while waiting available machines.

**You can use this package in two scenarios:**
- Application mode:
  1. Clone repo to your machine.
  2. Install `requirements.txt` locate in  root directory.
  3. Run `manage.py` file locate in  root directory.
- Package mode:
  Following...
