Metadata-Version: 2.1
Name: SciPyFST
Version: 0.0.2
Summary: A small package for FST demo
Home-page: https://github.com/MorriganR/SciPyFST
Author: MorriganR
Author-email: dasha@occamlab.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/MorriganR/SciPyFST/issues
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
License-File: LICENSE

## Dev

- Clone repository and enter project directory
```
git clone https://github.com/MorriganR/SciPyFST.git
cd SciPyFST
```

- Create virtual enviroment 
```
python -m venv venvdev
```

- Activate virtual enviroment
```
.\venvdev\Scripts\activate.bat
```

- Install all dependencies 
```
pip install -r requirements.txt
```

- Start VS Code 
```
code .
```

- Backup all dependencies 
```
pip freeze > requirements.txt
```

## Installed for Dev
- numpy
- ipykernel
- graphviz
  - add binary https://www.graphviz.org/download/

## Examples
Open example with Google Colab:
https://colab.research.google.com/github/MorriganR/SciPyFST/blob/main/examples/example_07_forColab.ipynb


