0.13.0a1 add .argparse, fix .sqlalchemy imports
This commit is contained in:
parent
d0701599fe
commit
11baf91dfd
6 changed files with 126 additions and 14 deletions
12
README.md
12
README.md
|
|
@ -1,6 +1,6 @@
|
|||
# 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.
|
||||
Good morning, my brother! Welcome **SUOU** (**S**IS **U**nified **O**bject **U**nderarmor), the Python library which (maybe) speeds up and makes it pleasing to develop API, database schemas and stuff in Python.
|
||||
|
||||
It provides utilities such as:
|
||||
* SIQ ([specification](https://yusur.moe/protocols/siq.html) \[LINK BROKEN - WON'T FIX\] - [copy](https://suou.readthedocs.io/en/latest/iding.html))
|
||||
|
|
@ -15,13 +15,13 @@ It provides utilities such as:
|
|||
**Python 3.10**+ with Pip is required.
|
||||
|
||||
```bash
|
||||
$ pip install sakuragasaki46-suou
|
||||
$ pip install suou
|
||||
```
|
||||
|
||||
To install optional dependencies (i.e. `sqlalchemy`) for development use:
|
||||
|
||||
```bash
|
||||
$ pip install sakuragasaki46-suou[sqlalchemy]
|
||||
$ pip install suou[sqlalchemy]
|
||||
```
|
||||
|
||||
Please note that you probably already have those dependencies, if you just use the library.
|
||||
|
|
@ -34,7 +34,7 @@ Read the [documentation](https://suou.readthedocs.io/).
|
|||
|
||||
### Disclaimer
|
||||
|
||||
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.
|
||||
Just a heads up: SUOU was made to support yusurko (me)'s own selfish, egoistic needs. Not certainly to provide a service to the public.
|
||||
|
||||
As a consequence, 'add this add that' stuff is best-effort.
|
||||
|
||||
|
|
@ -42,8 +42,6 @@ Expect breaking changes, disruptive renames in bugfix releases, sudden deprecati
|
|||
|
||||
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.
|
||||
|
||||
### "LTS"
|
||||
|
||||
The following versions are supported: the latest, the second-to-latest, 0.12.x and 0.7.x.
|
||||
|
|
@ -54,7 +52,7 @@ Licensed under the [Apache License, Version 2.0](LICENSE), a non-copyleft free a
|
|||
|
||||
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.
|
||||
I (yusurko) 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue