Merge pull request #1387 from Jamim/indico

Add Indico
This commit is contained in:
Vinta Chen 2020-04-07 20:12:08 +08:00 committed by GitHub
commit dad8594d31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,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)
@ -568,6 +569,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [pyenv](https://github.com/pyenv/pyenv) - Simple Python version management.
* [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.*