Metadata-Version: 2.1
Name: fabproj-manager
Version: 0.1.3
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 -n [--name] <fabric project name> -c [--command] new`
- Replace <fabric project name> with a desired name
- `new` is the only supported command for now.
Once you run the above command, you should see a new set of folders that serve as a template
for your fabric project.
