Posts

Showing posts with the label pypi

how to create local own pypi repository index without mirror?

how to create local own pypi repository index without mirror? We have several own python packages and want to create local pypi repository for them using simple interface like https://pypi.python.org/simple/ This repository I want to create for local only without any mirrors due to security reason, and it will be put under apache's control The command pypimirror looks has to be initialized once, which needs to mirror. pypimirror How can I generate PyPi Simple Index based on local python packages. Any other simple scripts for this ? possible duplicate of Setting up a local PyPi server with custom set of packages – Piotr Dobrogost Jan 24 '14 at 15:22 possible duplicate of How to roll my own pypi? – aquavitae Jan 27 '14 at 10:53 ...