smarnach / pyexiftool

a Python library to communicate with an instance of Phil Harvey's excellent ExifTool command-line application.
Other
270 stars 111 forks source link

Can you submit this to pypi? #8

Open rkhwaja opened 12 years ago

halloleo commented 12 years ago

Sven, do you mind incorporating the settags pull request beforehand? It enhances the package vastly by providing write methods.

rkhwaja commented 12 years ago

I found out that you can install from github by doing pip install git+https://github.com/smarnach/pyexiftool.git#egg=pyexiftool That pretty much solves my problem

rkhwaja commented 6 years ago

pipenv doesn't really work the same installing from github, so I would still like this. It's pretty easy - just do: setup.py bdist_wheel twine upload dist/name_of_wheel

frennkie commented 6 years ago

+1

rkhwaja commented 6 years ago

Would you object if I built a wheel and uploaded it to pypi?

smarnach commented 6 years ago

@rkhwaja Sorry for not replying here. I certainly wouldn't object – this is free software after all. :)

I still hope to get back to this soon, but I can't tell when exactly I will have time.

kba commented 6 years ago

We did what @rkhwaja suggested and published our fork as a wheel to pypi as ocrd-pyexiftool, so we can use pip install ocrd-pyexiftool instead of installing from git.

benhg commented 4 years ago

This would be really helpful to me as well