samskillman / pylibtiff

Automatically exported from code.google.com/p/pylibtiff
Other
0 stars 0 forks source link

Let's put pylibtiff on PyPI so that other packages can install it as a dependency. #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Can pylibtiff join the Python Package Index at pypi.python.org/pypi so that 
it's easy for other packages to depend on it? If you're not sure you have the 
time, I'd be happy to upload it myself and send you the relevant authentication 
info.

I maintain a package called PIMS (https://github.com/soft-matter/pims) that 
uses pylibtiff and other libraries to read sequential images in various formats 
using a consistent interface.

Once pylibtiff is on PyPI it will be possible to

   pip install pylibtiff

and then I can set it up such that

    pip install pims

automatically installs pylibtiff as well. Thanks!

Dan Allan

Original issue reported on code.google.com by daniel.b...@gmail.com on 13 Sep 2014 at 6:03

GoogleCodeExporter commented 9 years ago
Done. pylibtiff can be installed now using

  pip install libtiff

(note the name change of the package)

Original comment by pearu.peterson on 13 Sep 2014 at 10:57

GoogleCodeExporter commented 9 years ago
Great, thank you!

Original comment by daniel.b...@gmail.com on 15 Sep 2014 at 1:20