https://github.com/redsift/sandbox-python
https://github.com/redsift/sandbox-python
platform python sandbox sdk
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redsift/sandbox-python
- Owner: redsift
- Created: 2015-12-16T19:01:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T11:47:47.000Z (almost 2 years ago)
- Last Synced: 2024-12-29T07:33:15.366Z (over 1 year ago)
- Topics: platform, python, sandbox, sdk
- Language: Python
- Size: 94.7 KB
- Stars: 0
- Watchers: 19
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
## Client
```
SIFT_ROOT=./test_sift IPC_ROOT="/tmp" python run.py 0
```
## Server
```
python test_server.py 0
````