suou/README.md

57 lines
2.2 KiB
Markdown
Raw Permalink Normal View History

2025-05-23 21:23:54 +02:00
# SIS Unified Object Underarmor
Good morning, my brother! Welcome **SUOU** (**S**IS **U**nified **O**bject **U**nderarmor), the Python library which speeds up and makes it pleasing to develop API, database schemas and stuff in Python.
2025-05-23 21:23:54 +02:00
2025-07-22 02:28:44 +02:00
It provides utilities such as:
2025-10-29 09:28:59 +01:00
* SIQ ([specification](https://yusur.moe/protocols/siq.html) - [copy](https://suou.readthedocs.io/en/latest/iding.html))
* signing and generation of access tokens, on top of [ItsDangerous](https://github.com/pallets/itsdangerous) *not tested and not working*
* helpers for use in Flask, [SQLAlchemy](https://suou.readthedocs.io/en/latest/sqlalchemy.html), and other popular frameworks
2025-07-31 22:53:44 +02:00
* i forgor 💀
2025-05-23 21:23:54 +02:00
**It is not an ORM** nor a replacement of it; it works along existing ORMs (currently only SQLAlchemy is supported lol).
## Installation
**Python 3.10**+ with Pip is required.
```bash
$ pip install sakuragasaki46-suou
```
To install optional dependencies (i.e. `sqlalchemy`) for development use:
```bash
$ pip install sakuragasaki46-suou[sqlalchemy]
```
Please note that you probably already have those dependencies, if you just use the library.
2025-07-31 22:53:44 +02:00
## Features
Read the [documentation](https://suou.readthedocs.io/).
2025-07-31 22:53:44 +02:00
## Support
Just a heads up: SUOU was made to support Sakuragasaki46 (me)'s own selfish, egoistic needs. Not certainly to provide a service to the public.
2025-07-31 22:53:44 +02:00
As a consequence, 'add this add that' stuff is best-effort.
Expect breaking changes, disruptive renames in bugfix releases, sudden deprecations, years of unmantainment, or sudden removal of SUOU from GH or pip.
Don't want to depend on my codebase for moral reasons (albeit unrelated)? It's fine. I did not ask you.
**DO NOT ASK TO MAKE SUOU SAFE FOR CHILDREN**. Enjoy having your fingers cut.
2025-05-23 21:23:54 +02:00
## License
Licensed under the [Apache License, Version 2.0](LICENSE), a non-copyleft free and open source license.
This is a hobby project, made available “AS IS”, with __no warranty__ express or implied.
I (sakuragasaki46) may NOT be held accountable for Your use of my code.
> It's pointless to file a lawsuit because you feel damaged, and it's only going to turn against you. What a waste of money you could have spent on a vacation or charity, or invested in stocks.
2025-07-31 22:53:44 +02:00
Happy hacking.