sakuragasaki46-suou


Namesakuragasaki46-suou JSON
Version 0.4.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2025-07-22 00:33:59
maintainerNone
docs_urlNone
authorSakuragasaki46
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

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
* ...

**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.

## 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.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sakuragasaki46-suou",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Sakuragasaki46",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# SIS Unified Object Underarmor\n\nGood morning, my brother! Welcome the SUOU (SIS Unified Object Underarmor), an utility library for developing API's, database schemas and stuff in Python.\n\nIt provides utilities such as:\n* [SIQ](https://yusur.moe/protocols/siq.html)\n* signing and generation of access tokens, on top of [ItsDangerous](https://github.com/pallets/itsdangerous)\n* helpers for use in Flask and SQLAlchemy\n* ...\n\n**It is not an ORM** nor a replacement of it; it works along existing ORMs (currently only SQLAlchemy is supported lol).\n\n## Installation\n\n**Python 3.10**+ with Pip is required.\n\n```bash\n$ pip install sakuragasaki46-suou\n```\n\nTo install optional dependencies (i.e. `sqlalchemy`) for development use:\n\n```bash\n$ pip install sakuragasaki46-suou[sqlalchemy]\n```\n\nPlease note that you probably already have those dependencies, if you just use the library.\n\n## License\n\nLicensed under the [Apache License, Version 2.0](LICENSE), a non-copyleft free and open source license.\n\nThis is a hobby project, made available \u201cAS IS\u201d, with __no warranty__ express or implied.\n\nI (sakuragasaki46) may NOT be held accountable for Your use of my code.\n\n> 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.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.4.0",
    "project_urls": {
        "Repository": "https://github.com/sakuragasaki46/suou"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "80755a0f81c9126d5675d72074ecfd3f7848f660b266e1cbb33994a6f9a3fced",
                "md5": "8a2879ddfde08e94dbe62a890b004c4d",
                "sha256": "d4e7766742dfef55079d397c403de839d4b970bf433d31736e8e6d9d49e4848d"
            },
            "downloads": -1,
            "filename": "sakuragasaki46_suou-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8a2879ddfde08e94dbe62a890b004c4d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 55910,
            "upload_time": "2025-07-22T00:33:59",
            "upload_time_iso_8601": "2025-07-22T00:33:59.133224Z",
            "url": "https://files.pythonhosted.org/packages/80/75/5a0f81c9126d5675d72074ecfd3f7848f660b266e1cbb33994a6f9a3fced/sakuragasaki46_suou-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-22 00:33:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sakuragasaki46",
    "github_project": "suou",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sakuragasaki46-suou"
}
        
Elapsed time: 0.54156s