Metadata-Version: 2.1
Name: cambriantools
Version: 0.0.1
Summary: Library with basic and general python methods
Author: Oscar Pimentel Fuentes
Author-email: oscarlo.pimentel@gmail.com
License: MIT licence
Keywords: experimental
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Cambrian Tools

To execute [master_run.sh](master_run.sh) just run the following command in the terminal:
```bash
bash master_run.sh
```

```bash
pip freeze > requirements.txt
conda env export > environment.yml
```


