Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #15001

services/daemons

Date 2011-10-26 15:22 +0100
From Andrea Crotti <andrea.crotti.0@gmail.com>
Subject services/daemons
Newsgroups comp.lang.python
Message-ID <mailman.2228.1319638931.27778.python-list@python.org> (permalink)

Show all headers | View raw


Running pypiserver as a service?

I'm writing some scripts which in theory should be able to:
- start up a local pypi server as a daemon (or well a service on Windows)

- run "python setup.py develop" on a potentially very big set of eggs,
   possibly discovering automatically for changes.
   In theory using develop changes should be automatically seen, but if I
   move/rename something of course things might not work anymore.

- run/debug/develop applications using this big set of eggs.
   On the distutils list it was suggested to use the "-m" option to
   easy_install, which avoids writing on the global easy_install.pth,
   which is one of the current problems.

For the first one reading I thought I might use pypiserver (which ships
also as a single file) and create a windows service/unix daemon from it.

For the second I've seen watchdog:
https://github.com/gorakhargosh/watchdog/ which looks interesting.

As last thing the whole process should be as transparent and robust as
possible, anyone did something similar or has suggestions?

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

services/daemons Andrea Crotti <andrea.crotti.0@gmail.com> - 2011-10-26 15:22 +0100

csiph-web