-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a443f22
commit 319e485
Showing
4 changed files
with
52 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<p align="center"> | ||
<a href="https://nestipy.com/" target="blank"><img src="nestipy.png" width="200" alt="Nestipy Logo" /></a> | ||
</p> | ||
|
||
## Description | ||
|
||
Nestipy is a framework for building efficient, scalable <a href="https://python.org" target="_blank">Python</a> | ||
server-side applications. It uses modern Python typing combines with elements of OOP (Object Oriented Programming), FP ( | ||
Functional Programming). | ||
|
||
<p>Under the hood, Nestipy makes use of <a href="https://litestar.dev/" target="_blank">Litestar</a>, but also provides compatibility with a wide range of other libraries, like <a href="https://fastapi.tiangolo.com/" target="_blank">FastAPI</a>, allowing for easy use of the myriad of third-party plugins which are available.</p> | ||
|
||
## Philosophy | ||
|
||
<p>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.</p> | ||
|
||
## Getting started | ||
|
||
```cmd | ||
pip install nestipy | ||
nestipy new my_app | ||
cd my_app | ||
python main.py | ||
``` | ||
|
||
## Questions | ||
|
||
## Issues | ||
|
||
Please make sure to read the [Issue Reporting Checklist](https://github.com/tsiresymila/nestipy) 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](https://docs.nestipy.com/support). | ||
|
||
## Stay in touch | ||
|
||
- Author - [Tsiresy Mila](https://tsiresymila.vercel.app) | ||
|
||
## License | ||
|
||
Nestipy is [MIT licensed](LICENSE). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters