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

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: autostruct_tool-0.1.4.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.4.tar.gz
Algorithm Hash digest
SHA256 7109fb610f5c285591bff1e4a75b3c5e46dee154945242ba9fdcec1a4d3b7ba4
MD5 53870db7bd2d341542bac66ec45dbbfa
BLAKE2b-256 d2a3152e2979bb6419cb457d82a8d19a97a41836548d1cd253f7415a24a4ba1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for autostruct_tool-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 86b0bcea8d2494589f48d9542f8d229dddeb9d5ecd6514a9bd3f1d5fdbee53ef
MD5 bc6f9bedb683bba9a5da1947f77149e4
BLAKE2b-256 b66560ff42919b825370980d70f2cf077182693be34d41bd62cb71c3df124c9e

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