Metadata-Version: 2.2
Name: autostruct-tool
Version: 0.1.0
Summary: A tool to create directory structures from text files
Home-page: https://github.com/amandeepsingh29/autostruct
Author: Amandeep Singh
Author-email: amandeep.singh.dsc@gmail.com
License: MIT
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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-python
Dynamic: summary

# AutoStruct

AutoStruct is a CLI tool to generate directory structures from a text file.

## Installation
```bash
pip install autostruct
