Metadata-Version: 2.4
Name: freenit
Version: 0.3.20
Summary: REST API framework based on FastAPI
Project-URL: Homepage, https://freenit.org
Project-URL: Repository, https://github.com/freenit-framework/backend
Author-email: Goran Mekić <meka@tilda.center>
License: BSD 2-Clause License
        
        Copyright (c) 2021, Goran Mekić
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this
           list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice,
           this list of conditions and the following disclaimer in the documentation
           and/or other materials provided with the distribution.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.8
Requires-Dist: fastapi
Requires-Dist: passlib
Requires-Dist: prompt-toolkit
Requires-Dist: pydantic[email]
Requires-Dist: pyjwt
Provides-Extra: all
Requires-Dist: aiosqlite; extra == 'all'
Requires-Dist: alembic; extra == 'all'
Requires-Dist: bandit; extra == 'all'
Requires-Dist: beanie; extra == 'all'
Requires-Dist: bonsai; extra == 'all'
Requires-Dist: httpx; extra == 'all'
Requires-Dist: mkdocs; extra == 'all'
Requires-Dist: mkdocs-awesome-pages-plugin; extra == 'all'
Requires-Dist: mkdocs-material; extra == 'all'
Requires-Dist: ormar; extra == 'all'
Requires-Dist: pytest-asyncio; extra == 'all'
Requires-Dist: pytest-factoryboy; extra == 'all'
Requires-Dist: requests; extra == 'all'
Requires-Dist: ruff; extra == 'all'
Requires-Dist: twine; extra == 'all'
Requires-Dist: uvicorn; extra == 'all'
Provides-Extra: build
Requires-Dist: twine; extra == 'build'
Provides-Extra: dev
Requires-Dist: aiosqlite; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Requires-Dist: uvicorn; extra == 'dev'
Provides-Extra: doc
Requires-Dist: mkdocs; extra == 'doc'
Requires-Dist: mkdocs-awesome-pages-plugin; extra == 'doc'
Requires-Dist: mkdocs-material; extra == 'doc'
Provides-Extra: ldap
Requires-Dist: bonsai; extra == 'ldap'
Provides-Extra: mongo
Requires-Dist: beanie; extra == 'mongo'
Provides-Extra: sql
Requires-Dist: alembic; extra == 'sql'
Requires-Dist: ormar; extra == 'sql'
Provides-Extra: test
Requires-Dist: aiosqlite; extra == 'test'
Requires-Dist: bandit; extra == 'test'
Requires-Dist: httpx; extra == 'test'
Requires-Dist: pytest-asyncio; extra == 'test'
Requires-Dist: pytest-factoryboy; extra == 'test'
Requires-Dist: requests; extra == 'test'
Requires-Dist: ruff; extra == 'test'
Description-Content-Type: text/markdown

# Freenit Backend
![freenit badge](https://github.com/freenit-framework/backend/actions/workflows/pythonapp.yml/badge.svg)

[Documentation](https://freenit.org/)

[Source](https://github.com/freenit-framework/backend)

Freenit is based on

* [FastAPI](https://fastapi.tiangolo.com/)
* [Ormar](https://github.com/collerek/ormar)
* [Bonsai](https://github.com/noirello/bonsai)
* [Svelte](https://svelte.dev)
