Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mensi/cydra
Code/Project hosting platform
https://github.com/mensi/cydra
Last synced: 5 days ago
JSON representation
Code/Project hosting platform
- Host: GitHub
- URL: https://github.com/mensi/cydra
- Owner: mensi
- License: gpl-3.0
- Created: 2012-03-05T14:29:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-19T20:22:31.000Z (over 10 years ago)
- Last Synced: 2024-08-02T12:48:42.459Z (3 months ago)
- Language: Python
- Homepage: http://www.cydra.org
- Size: 547 KB
- Stars: 33
- Watchers: 7
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-starred - mensi/cydra - Code/Project hosting platform (others)
README
Cydra
=====Cydra is a platform for project hosting written in Python. It has an
extensible architecture to facilitate integration of 3rd party software
such as version control systems and project management tools.Cydra is ideal for organizations wishing to provide code hosting facilities
for their users. Projects and repositories can be created via the built-in
web interface.Features
========Cydra provides the glue code to integrate authentication/authorization with
version control systems and 3rd party tools. Builtin or plugin support exists for:* **Project meta-data storage**: mongoDB, yaml files
* **Version Control**: git, svn, hg
* **Project Management**: trac
* **Authorization**: internal, permission can be set via web interface
* **Authentication**: htpasswd, ldap/AD
* **VCS Viewers**: hgwebdir, apache-dav-svn
* **VCS Access**: gitserverglue (ssh/http/git protocols)
Stability/Roadmap
=================Right now, Cydra is being used in two productional deployments, one of which
hosts ~2500 projects. Still, at least some refactoring will have to be done
on the way to a 1.0 release and inputs/ideas/code contributions are welcome.License
=======The code is licensed under GPLv3. If this should be a problem for your use-case
or preventing you from contributing code, feel to open an issue with your license
concerns. Since the code is currently written by a single author, relicensing
is not an issue should there be valid concerns.