No project description provided
Project description
Description
Nestipy is a framework for building efficient, scalable Python server-side applications. It uses modern Python typing combines with elements of OOP (Object Oriented Programming), FP ( Functional Programming).
Under the hood, Nestipy makes use of Litestar, but also provides compatibility with a wide range of other libraries, like FastAPI, allowing for easy use of the myriad of third-party plugins which are available.
Philosophy
Nestipy aims to provide an application architecture out of the box which allows for effortless creation of highly testable, scalable, and loosely coupled and easily maintainable applications. The architecture is heavily inspired by Angular.
Getting started
pip install nestipy
nestipy new my_app
cd my_app
python main.py
Questions
Issues
Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.
Support
Nestipy is an MIT-licensed open source project. It can grow thanks to the sponsors and support from the amazing backers. If you'd like to join them, please read more here.
Stay in touch
- Author - Tsiresy Mila
License
Nestipy is MIT licensed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.