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.2

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.2.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.2-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: autostruct_tool-0.1.2.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.2.tar.gz
Algorithm Hash digest
SHA256 b25598487b81960ad4c1b629a1a3ae58aa19a08bc886768840eaed0a980dcdaf
MD5 157806c80825024a07c57331caa2c501
BLAKE2b-256 7a0fcc5e599b6887ec4af0ae222c3607da1a155f652e16727d41026921e3c8db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for autostruct_tool-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b5aec363d3efc30af8a3ff93a5557e8a0cd0a537c3f8795dd2984e59bf8acdd0
MD5 d03fc94d45a836533f58a0642470838e
BLAKE2b-256 6e71450b17ba7d83d7cae618d23307b126aff039c825d70811890415d745c464

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