Metadata-Version: 2.1
Name: sandfox
Version: 0.0.1
Summary: Python engine for Beyond.
Home-page: https://github.com/pikulet/sandfox
Author: pikulet
Author-email: jycyeo@yahoo.com.sg
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# sandfox
sandbox for beyondmf

1. `git clone https://github.com/pikulet/sandfox`

2. `cd sandfox`

3. `python3 -m venv .`

4. `source bin/activate`

5. `python3 -m pip install -r requirements.txt`

## Running Tests

`./runtests.sh`

## Upload to Pypi

`./upload.sh`

