add sass module, update README

This commit is contained in:
Yusur 2025-07-31 22:53:44 +02:00
parent 73c105d5cb
commit 6daedc3dee
7 changed files with 213 additions and 10 deletions

View file

@ -1,12 +1,12 @@
# SIS Unified Object Underarmor
Good morning, my brother! Welcome the SUOU (SIS Unified Object Underarmor), an utility library for developing API's, database schemas and stuff in Python.
Good morning, my brother! Welcome **SUOU** (**S**IS **U**nified **O**bject **U**nderarmor), the Python library which makes API development faster for developing API's, database schemas and stuff in Python.
It provides utilities such as:
* [SIQ](https://yusur.moe/protocols/siq.html)
* signing and generation of access tokens, on top of [ItsDangerous](https://github.com/pallets/itsdangerous)
* helpers for use in Flask and SQLAlchemy
* ...
* helpers for use in Flask, SQLAlchemy, and other popular frameworks
* i forgor 💀
**It is not an ORM** nor a replacement of it; it works along existing ORMs (currently only SQLAlchemy is supported lol).
@ -26,6 +26,22 @@ $ pip install sakuragasaki46-suou[sqlalchemy]
Please note that you probably already have those dependencies, if you just use the library.
## Features
...
## Support
Just a heads up: SUOU was made to support Sakuragasaki46 (me)'s own selfish, egoistic needs. Not to provide a service to the public.
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.
## License
Licensed under the [Apache License, Version 2.0](LICENSE), a non-copyleft free and open source license.
@ -36,3 +52,5 @@ 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.
Happy hacking.