nareike / adhs

Ad-hoc light weight SPARQL endpoint from a file, using Python Flask and RDFlib
MIT License
15 stars 7 forks source link

prepare adhs python packaging #8

Closed miku closed 5 years ago

miku commented 9 years ago

This is a bit more heavyweight that #2, so I just leave this here for discussion.

I really like the idea of adhs. I'd like to be able to install it anywhere with a simple pip install adhs.

This PR sets up python packaging ceremony. Locally, you can already use pip to install it. A still open last step would be to upload it to pypi.

That's how it looks like: https://asciinema.org/a/7rtozqwg1ej1pqxbsl0kez9j6

nareike commented 9 years ago

Very nice, I will definitely have a closer look soon. Thanks for the suggestion!