nucypher / zerodb

*This project is no longer actively maintained. If you'd like to become the maintainer, please let us know.* ZeroDB is an end-to-end encrypted database. Data can be stored and queried on untrusted database servers without ever exposing the encryption key. Clients can execute remote queries against the encrypted data without downloading all of it or suffering an excessive performance hit.
GNU Affero General Public License v3.0
1.56k stars 102 forks source link

Make a pip package #4

Closed michwill closed 8 years ago

michwill commented 8 years ago

Can put it out here https://pypi.python.org/pypi/zerodb/

pemmasanikrishna commented 8 years ago

Hi michwill, I would like to create pip. can you give me the credentials so that I can host it at https://pypi.python.org/pypi/zerodb/

michwill commented 8 years ago

Eh, I think this one I'd prefer to do myself.

Though which OS do you have? Maybe you can test afterwards, since I have only Linux :-) Or even now, with clean install and setup.py (to make sure nothing is forgotten in the dependencies etc).

michwill commented 8 years ago

Here we go