Metadata-Version: 2.4
Name: usos_bridge
Version: 0.0.1
Summary: Access the USOS API using your standard web credentials
Author-email: Piotr Ginał <ginal.piotr11@gmail.com>
License: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4
Requires-Dist: httpx
Requires-Dist: pydantic
Requires-Dist: python-dotenv
Dynamic: license-file

# USOS Bridge

Use your web usos credentials to interact with the USOS API

## Development

1. Clone this repository
2. Install development dependencies:

```bash
pip install -e .
pip install -r ./requirements/dev.txt
pre-commit install
```

## License

This project is licensed under the MIT License - see the LICENSE file for details.
