Skip to content

Commit

Permalink
protocol version
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-milea committed May 22, 2024
1 parent 5ec679b commit 968cb21
Show file tree
Hide file tree
Showing 8 changed files with 1,633 additions and 1 deletion.
1,541 changes: 1,541 additions & 0 deletions notebooks/test.ipynb

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions packages/hagrid/hagrid.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Metadata-Version: 2.1
Name: hagrid
Version: 0.3.112
Summary: Happy Automation for Grid
Author: Andrew Trask <[email protected]>
Description-Content-Type: text/plain
Requires-Dist: ascii_magic
Requires-Dist: click>=8.1.7
Requires-Dist: cryptography>=41.0.4
Requires-Dist: gitpython
Requires-Dist: jinja2
Requires-Dist: names
Requires-Dist: packaging>=23.0
Requires-Dist: paramiko
Requires-Dist: pyOpenSSL>=23.2.0
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: setuptools
Requires-Dist: virtualenv-api
Requires-Dist: virtualenv
Requires-Dist: PyYAML
Requires-Dist: tqdm
Requires-Dist: gevent<=23.9.1,>=22.10.2
Requires-Dist: ansible
Requires-Dist: ansible-core

HAGrid is the swiss army knife of OpenMined's PySyft and PyGrid.
40 changes: 40 additions & 0 deletions packages/hagrid/hagrid.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
README.md
setup.py
hagrid/__init__.py
hagrid/art.py
hagrid/auth.py
hagrid/azure.py
hagrid/cache.py
hagrid/cli.py
hagrid/deps.py
hagrid/dummynum.py
hagrid/exceptions.py
hagrid/file.py
hagrid/git_check.py
hagrid/grammar.py
hagrid/land.py
hagrid/launch.py
hagrid/lib.py
hagrid/manifest_template.yml
hagrid/mode.py
hagrid/names.py
hagrid/nb_output.py
hagrid/orchestra.py
hagrid/parse_template.py
hagrid/quickstart_ui.py
hagrid/rand_sec.py
hagrid/stable_version.py
hagrid/style.py
hagrid/util.py
hagrid/version.py
hagrid/win_bootstrap.py
hagrid/wizard_ui.py
hagrid.egg-info/PKG-INFO
hagrid.egg-info/SOURCES.txt
hagrid.egg-info/dependency_links.txt
hagrid.egg-info/entry_points.txt
hagrid.egg-info/requires.txt
hagrid.egg-info/top_level.txt
tests/__init__.py
tests/hagrid/__init__.py
tests/hagrid/cli_test.py
1 change: 1 addition & 0 deletions packages/hagrid/hagrid.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 2 additions & 0 deletions packages/hagrid/hagrid.egg-info/entry_points.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[console_scripts]
hagrid = hagrid.cli:cli
19 changes: 19 additions & 0 deletions packages/hagrid/hagrid.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
ascii_magic
click>=8.1.7
cryptography>=41.0.4
gitpython
jinja2
names
packaging>=23.0
paramiko
pyOpenSSL>=23.2.0
requests
rich
setuptools
virtualenv-api
virtualenv
PyYAML
tqdm
gevent<=23.9.1,>=22.10.2
ansible
ansible-core
2 changes: 2 additions & 0 deletions packages/hagrid/hagrid.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
hagrid
tests
2 changes: 1 addition & 1 deletion packages/syft/src/syft/protocol/protocol_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"NodeSettingsUpdate": {
"3": {
"version": 3,
"hash": "0f812fdd5aecc3e3aa1a7c953bbf7f8d8b03a77c5cdbb37e981fa91c8134c9f4",
"hash": "9627ff194dfe80573fc1ab946424ac92d57058e84e7f198962ec0dbf9c50afb5",
"action": "add"
}
},
Expand Down

0 comments on commit 968cb21

Please sign in to comment.