Welcome to Cogbin.
Cogbin
If you want to use cogbin for your python software community you are just few steps away. Example: Turbogears project has modified the keywords in cogbin and it uses cogbin to display projects related to turbogears web framework. They look for keywords like: turbogears2, turbogears2.application. Cogbin finds these keywords in pypi and displays a list of packages that have the appropriate keywords in them.
Install
- The tg2 is required turgogears2 and tgrum for its admin interface
virtualenv --no-site-packages tg2env cd tg2env/ source bin/activate easy_install -i http://www.turbogears.org/2.0/downloads/current/index tg.devtools easy_install tgrum
- This should get you what you need to run it.
- Then the best way is to download the source, untar it.
cd cogbin paster setup-app development.ini (this will create a database) paster serve --reload development.ini (this will run the application)
- You then need to sync with pypi...