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

Clean dependencies up #24

Closed michwill closed 8 years ago

michwill commented 8 years ago
micxjo commented 8 years ago

If you're interested, I have a fork of repoze.catalog that drops the ZODB3 dependency and adds python3.5 support (together with 2.6, 2.7 and pypy).

michwill commented 8 years ago

Huh, very interesting indeed!

michwill commented 8 years ago

@micxjo I wonder if it can be merged into original repoze.catalog repo. If not, we can keep it as a separate package in zerodbext namespace

michwill commented 8 years ago

Closing using work of @micxjo. Also python3 is supported!