Skip to content

Commit

Permalink
Add Protobuf client
Browse files Browse the repository at this point in the history
  • Loading branch information
kuujo committed Aug 10, 2020
1 parent 5cbc99a commit bf5f5a9
Show file tree
Hide file tree
Showing 22 changed files with 3,227 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ __pycache__/

# Distribution / packaging
.Python
build/
build/api/
develop-eggs/
dist/
downloads/
Expand Down
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
init:
pip install -r requirements.txt

protos:
./build/compile-protos.sh
Empty file added atomix/__init__.py
Empty file.
Empty file added atomix/client.py
Empty file.
Empty file added atomix/proto/__init__.py
Empty file.
136 changes: 136 additions & 0 deletions atomix/proto/database.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bf5f5a9

Please sign in to comment.