Skip to main content

A tool to create directory structures from text files

Project description

AutoStruct

Tagline

Organize. Scaffold. Develop.

Motto

From Blueprint to Code in One Command.

Overview

AutoStruct is a powerful command-line tool that transforms a simple text file into a complete directory structure for your project. Designed for developers who value efficiency and organization, AutoStruct automates the tedious task of manual project scaffolding, so you can focus on what truly matters—coding!

Core Features

Quick Setup

  • Generate complex directory trees with a single command.

Flexible Formatting

  • Define both directories and files using an intuitive, plain text format.

Cross-Platform

  • Works seamlessly on any operating system with Python 3.6+.

No External Dependencies

  • Built entirely with Python's standard libraries, ensuring hassle-free installation.

Benefits

  • Time Saving: Automate repetitive folder and file creation to start coding faster.
  • Consistency: Maintain a standardized project structure across all your projects.
  • Simplified Workflow: Easily set up new projects with a predefined scaffold.
  • Error Reduction: Minimize manual mistakes in creating directories and files.
  • Enhanced Productivity: Focus on development instead of spending time on setup.

Getting Started

Installation

Install AutoStruct from PyPI:

pip install autostruct-tool==0.1.3

Note: The package is named autostruct-tool on PyPI, but the command-line tool is accessed via the autostruct command.

How It Works

  1. Plan: Create a structure file (e.g., structure.txt) that defines your project’s layout.
  2. Generate: Run the command in your terminal to generate the directories and files.
  3. Develop: Open your newly created project structure and start coding!

Example Structure File

my_project/
  ├── my_project/
  │   ├── __init__.py
  │   ├── main.py
  │   ├── utils.py
  ├── tests/
  ├── docs/
  ├── README.md
  ├── requirements.txt
  ├── LICENSE

Generated Project Structure

my_project/
  ├── my_project/
  │   ├── __init__.py
  │   ├── main.py
  │   ├── utils.py
  ├── tests/
  ├── docs/
  ├── README.md
  ├── requirements.txt
  ├── LICENSE

Development

Interested in contributing or modifying AutoStruct? Follow these steps to set up your development environment:

Clone the Repository:

git clone https://github.com/amandeepsingh29/autostruct.git
cd autostruct

Set Up a Virtual Environment:

python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

Install in Editable Mode:

pip install -e .

Run Tests:

(When tests are added in the future, run them with your preferred test runner, e.g., pytest.)

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions, suggestions, or issues, please open an issue on GitHub or contact the project maintainer, Amandeep Singh.

Happy Coding!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autostruct_tool-0.1.3.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

autostruct_tool-0.1.3-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file autostruct_tool-0.1.3.tar.gz.

File metadata

  • Download URL: autostruct_tool-0.1.3.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for autostruct_tool-0.1.3.tar.gz
Algorithm Hash digest
SHA256 ef99badff2f0a3f2498af2e81928d59bac7ff8fb54b0dd608d9b67d72dd82e26
MD5 4f156ae356bb6275b96ed16a691c6252
BLAKE2b-256 c247490d82ea925aa2191d45c4f7accd58887ad1a9a49f0967e994fd3de42697

See more details on using hashes here.

File details

Details for the file autostruct_tool-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for autostruct_tool-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4e78b517373c150286ec87e4f5e1ca49d08a2ba5fe3acf663ba16103bd72e2ef
MD5 48711c9bfb712b784f43dd469a8f098c
BLAKE2b-256 380cd8ca0826c6b5db3706f4ed0bdce16eece7853914c93a3a6315aa86cb12a2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page