Add indico

This commit is contained in:
Aliaksei Urbanski 2019-10-11 02:16:50 +03:00
parent 1db766d89d
commit 4eb1e3a4b3
1 changed files with 7 additions and 0 deletions

View File

@ -39,6 +39,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
- [Editor Plugins and IDEs](#editor-plugins-and-ides)
- [Email](#email)
- [Environment Management](#environment-management)
- [Event Management](#event-management)
- [Files](#files)
- [Foreign Function Interface](#foreign-function-interface)
- [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.
* [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
*Libraries for file manipulation and MIME type detection.*