Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jgujerry/python-frameworks

Another curated list of Python frameworks
https://github.com/jgujerry/python-frameworks

api artificial-intelligence cms data-workflow deep-learning devops distributed-computing enterprise-integrations frameworks machine-learning messaging parallel-computing pipeline python task-queue web-crawling webapp

Last synced: about 2 months ago
JSON representation

Another curated list of Python frameworks

Awesome Lists containing this project

README

        

# Python Frameworks

A HTML page with curated list of Python frameworks!

[![image](static/image/screenshot.png)](https://pythonframeworks.com/)

[https://pythonframeworks.com/](https://pythonframeworks.com/)

## Contribution

#### Development Environment

Local development is supported by [`bottle.py`](https://bottlepy.org/). Fork and clone this repository, and run

```bash
$ python3 frameworks.py
```

Then visit [`http://localhost:8080/`](http://localhost:8080/).

That's it!

#### Add a Framework?

Add a Bootstrap card element, like this:
```html



...


```
The `card` element would include the `name`, `link`, `logo` and `description` of the framework.
You can decarate it by using [Bootstrap Card Class](https://getbootstrap.com/docs/5.0/components/card/) with your preference.

#### Add a Category?
If you need a new category for Python frameworks, try this:

```html


Category Name


Description of this category




...



```

And, update the nav grid links,

```html


```

Review the update at your local, if everything looks good, then create a pull request to the `main` branch here.

## Contact

If you have any question about this opinionated list, do not hesitate to contact me [@jgujerry](https://twitter.com/jgujerry) on X (Twitter) or open an issue on GitHub.

## License

This project is released under [MIT License](LICENSE)