Metadata-Version: 2.3
Name: runningnose
Version: 0.0.2
Summary: A simple tool to create folders
Project-URL: homepage, https://github.com/arminwitte/runningnose
Project-URL: Issues, https://github.com/arminwitte/runningnose/issues
Author: Armin Witte
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# runningnose
A simple tool to create folders

## Usage

```
import runningnose as rn
tracker = rn.ExperimentTracker()
tracker.set_experiment()
tracker.set_job()
```


