Do you have a sample public index available, so I can look at the web interface?
I assume it would look something similar like: http://pypi.python.org/pypi ? Thanks, Lucas On Wed, Apr 9, 2008 at 7:38 AM, Christopher Arndt <[email protected]> wrote: > > Overview > -------- > > EggBasket is a web application which provides a service similar and > compatible to the Python Package Index (aka Cheeseshop). It allows you > to maintain your own local repository of Python packages required by > your installations. > > It is implemented using the TurboGears web framework, Genshi and SQLAlchemy. > > http://chrisarndt.de/projects/eggbasket > > At this stage, EggBasket is still alpha quality software, so use at your > own risk. > > Installation > ------------ > > To install EggBasket from the Cheeseshop use easy_install: > > [sudo] easy_install EggBasket > > > Features > -------- > > * Can be used by setuptools/easy_install as the package index and > repository. > * Supports distutils upload protocol. > * Has simple role-based permission system to restrict package uploads. > * Requires only SQLite database (included with Python 2.5). > * Is able to read and display meta data from the following distribution > package formats (source and binary): .egg, .tar, .tar.bz2, .tar.gz, > .tgz, .zip > * Any other file format can be configured to be listed under the > distribution files for a package (by default this includes .exe and > .rpm and .tar.Z files in addition to the filetypes listed above). > * Can be run without any configuration by just starting it from within a > directory containing package directories. > > Share & enjoy! > > > > -- How to create python package? http://lucasmanual.com/mywiki/PythonPaste Bazaar and Launchpad http://lucasmanual.com/mywiki/Bazaar --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
