Metadata-Version: 2.1
Name: fabproj-manager
Version: 0.1.5
Summary: 
Author: Devin Lane
Author-email: silvertenor@icloud.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: nbformat (>=5.7.3,<6.0.0)
Description-Content-Type: text/markdown

# fabproj-manager
A CLI to help create new fabric project templates in an effort to standardize experiment structure.

## Usage
`fabproj --add --name --local <fabric project name>`
- Replace <fabric project name> with a desired name
- `--add`: required to add project
- `--name`: optional, default is myProj
- `--local`: only include if you will be running scripts on local machine as well; creates another folder for these.
Once you run the above command, you should see a new set of folders that serve as a template
for your fabric project.
