On 04/05/11 18:25 +0200, Cédric Krier wrote:
>     - create our own instance of PyPI (on pypi.tryton.org) like that we have
>       the control over the package naming. But this mean that we need to
>       maintain the services and also user need to specify the Tryton index in
>       the installation command line like:
> 
>         ```
>         pip install -i http://pypi.tryton.org/simple \
>             --extra-index-url=http://pypi.python.org/simple \
>             PACKAGE_NAMES...
>         ```
> 
>       Of course it can be setup in the configuration file.

I find this simple tools [1] that allow to create a minimalist package index
that runs under a simple HTTP server.
It seems to be no more maintained but I tested and it seems to work (just need
to patch to accept .tar.gz extensions).
But we could write our own script inspired by this one.


[1] http://pypi.python.org/pypi/basketweaver/

-- 
Cédric Krier

B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
Email/Jabber: [email protected]
Website: http://www.b2ck.com/

Attachment: pgpNctrOqNKAV.pgp
Description: PGP signature

Reply via email to