lambdamusic / Ontospy

Python library and command-line interface for inspecting and visualizing RDF models aka ontologies.
http://lambdamusic.github.io/Ontospy/
MIT License
219 stars 52 forks source link

Python 3 support #1

Closed rominf closed 8 years ago

rominf commented 9 years ago

Please add python 3 support.

lambdamusic commented 9 years ago

Sorry not a priority right now.. I'll keep it in mind though.

T-002 commented 8 years ago

I created a pull request. With the updates, you will have a running version for Python 2 and 3.

cbcunc commented 8 years ago

If you aren't going to merge and release the pull request above, then please eliminate the Python 3 categories on Pypi as it is wasting other people's time: https://pypi.python.org/pypi/ontospy Programming Language :: Python :: 2 Programming Language :: Python :: 2.6 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.2 Programming Language :: Python :: 3.3 Programming Language :: Python :: 3.4

lambdamusic commented 8 years ago

Hey - thanks for this, haven't had a chance to look at the pull request yet but it's in my todo list

Michele

On 1 Jun 2016, at 18:38, Chris Calloway notifications@github.com wrote:

If you aren't going to merge and release the pull request above, then please eliminate the Python 3 categories on Pypi as it is wasting other people's time: https://pypi.python.org/pypi/ontospy Programming Language :: Python :: 2 Programming Language :: Python :: 2.6 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.2 Programming Language :: Python :: 3.3 Programming Language :: Python :: 3.4

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

T-002 commented 8 years ago

Hi Michele,

I resolved the conflicts of the pull request.

Christian

lambdamusic commented 8 years ago

Merged - thanks T-002!