ikostia / surrogate

A Python micro-lib to create stubs for non-existing modules.
28 stars 4 forks source link

Add a setup.py and upload to PyPi #1

Open lmacken opened 11 years ago

lmacken commented 11 years ago

It would be nice to be able to pip-install this module from PyPi.

yunake commented 8 years ago

nice module! but yeah, it really needs to be on PyPI

JASchilz commented 5 years ago

I took it on myself to package it up: https://pypi.org/project/surrogate/ . Thanks to Kostia for this great, simple library.

Chris2048 commented 4 years ago

Hi, the version on Pypi appears to not be the latest: the init.py imports "from surrogate.surrogate import surrogate"