Skip to content
/ nest Public

A progressive Python framework for building efficient, scalable, and enterprise-grade server-side applications ๐Ÿš€

License

Notifications You must be signed in to change notification settings

nestpy/nest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

NestPy Logo

A progressive Python framework for building efficient and scalable server-side applications.

Version Python Downloads License

Description

Nest (NestPy) is a framework for building efficient, scalable Python server-side applications and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

Under the hood, Nest makes use of robust HTTP Server frameworks like FastAPI (the default) and optionally can be configured to use Flask (in development) as well!

Nest provides a level of abstraction above these common Python frameworks (FastAPI/Flask), but also exposes their APIs directly to the developer. This gives developers the freedom to use the myriad of third-party modules which are available for the underlying platform.

Philosophy

Nest provides an out-of-the-box application architecture which allows developers and teams to create highly testable, scalable, loosely coupled, and easily maintainable applications. The architecture is heavily inspired by NestJS and Angular.

Getting started

To get started with PyNest, you'll need to install it using pip:

pip install nestpy-framework

Questions

For questions and support please use the official Discord channel. The issue list of this repo is exclusively for bug reports and feature requests.

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

Nest 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

Nest is MIT licensed.

About

A progressive Python framework for building efficient, scalable, and enterprise-grade server-side applications ๐Ÿš€

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks