Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Another curated list of Python frameworks
- Host: GitHub
- URL: https://github.com/jgujerry/python-frameworks
- Owner: jgujerry
- License: mit
- Created: 2023-10-29T12:19:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-25T16:54:48.000Z (3 months ago)
- Last Synced: 2024-10-26T00:19:00.569Z (3 months ago)
- Topics: 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
- Language: HTML
- Homepage: http://pythonframeworks.com/
- Size: 12.3 MB
- Stars: 61
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
...
```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)