ClueReleaseManager

An implementation of a PyPi server
Download

ClueReleaseManager Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Rocky Burt
  • Publisher web site:
  • http://projects.serverzen.com

ClueReleaseManager Tags


ClueReleaseManager Description

An implementation of a PyPi server ClueReleaseManager is an implementation of the PyPi server backend. It uses SQLAlchemy (on top of sqlite by default) to store all project metadata and the filesystem for storing project files.Installation:Install using the easy_install tool such as:$ easy_install ClueReleaseManagerUsage:Once ClueReleaseManager is installed, the script cluerelmgr-server will be created to launch the server. See cluerelmgr-server --help for further usage details.By default ClueReleaseManager will create a cluerelmgr.db sqlite3 db file in the current directory (where the server is running from). It will also create a files directory in the same place which is used to store all uploaded files.User registration can occur through the standard python setup.py register < someproject > command (which gives you an option for registration) or by manually inserting a user record into the cluerelmgr.db file. Here are some key features of "ClueReleaseManager": · User registration via setuptools · File upload (ie eggs) via setuptools · Basic authentication based security · Simple index browsing Requirements: · Python · setuptools · WebOb · SQLAlchemy · repoze.who.plugins.ldap What's New in This Release: · Updated README.txt to help with getting started · Users with the MANAGER role can now also register new projects (previously only users with ADD role could do this) · Added favicon.ico and updated the wsgi app to support serving this file · When viewing the project/distro listing, if no files are accessible the user is now told · Fixed bug with uploading files


ClueReleaseManager Related Software