Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 2.16 KB

README.md

File metadata and controls

66 lines (47 loc) · 2.16 KB

Nestipy Logo

Version Python License

⚠️ Deprecated

This project was moved to Nestipy

Description

Nestipy is a Python framework built on top of Litestar that follows the modular architecture of NestJS

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.

Getting started

    pip install nestipy-cli
    nestipy new my_app
    cd my_app
    nestipy start --dev
    ├── src
    │    ├── __init__.py
    ├── app_module.py
    ├── app_controller.py
    ├── app_service.py
    ├── main.py
    ├── requirements.txt
    ├── README.md
    
       

Documentation

View full documentation heere.

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

License

Nestipy is MIT licensed.