mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
Add indico
This commit is contained in:
parent
1db766d89d
commit
4eb1e3a4b3
1 changed files with 7 additions and 0 deletions
|
@ -39,6 +39,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
- [Editor Plugins and IDEs](#editor-plugins-and-ides)
|
- [Editor Plugins and IDEs](#editor-plugins-and-ides)
|
||||||
- [Email](#email)
|
- [Email](#email)
|
||||||
- [Environment Management](#environment-management)
|
- [Environment Management](#environment-management)
|
||||||
|
- [Event Management](#event-management)
|
||||||
- [Files](#files)
|
- [Files](#files)
|
||||||
- [Foreign Function Interface](#foreign-function-interface)
|
- [Foreign Function Interface](#foreign-function-interface)
|
||||||
- [Forms](#forms)
|
- [Forms](#forms)
|
||||||
|
@ -555,6 +556,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
* [poetry](https://github.com/sdispater/poetry) - Python dependency management and packaging made easy.
|
* [poetry](https://github.com/sdispater/poetry) - Python dependency management and packaging made easy.
|
||||||
* [virtualenv](https://github.com/pypa/virtualenv) - A tool to create isolated Python environments.
|
* [virtualenv](https://github.com/pypa/virtualenv) - A tool to create isolated Python environments.
|
||||||
|
|
||||||
|
## Event Management
|
||||||
|
|
||||||
|
*Tools and libraries for managing events.*
|
||||||
|
|
||||||
|
* [indico](https://github.com/indico/indico) - A feature-rich event management system, made @ [CERN](https://en.wikipedia.org/wiki/CERN).
|
||||||
|
|
||||||
## Files
|
## Files
|
||||||
|
|
||||||
*Libraries for file manipulation and MIME type detection.*
|
*Libraries for file manipulation and MIME type detection.*
|
||||||
|
|
Loading…
Reference in a new issue