Metadata-Version: 2.1
Name: PyPIMetaMorphosis
Version: 1.0.1
Summary: Create a ready-to-publish PyPI project structure with the given project name, author name, author email, and project description.
Home-page: https://github.com/Hardvan/PyPIMetaMorphosis
Author: Hardik Pawar
Author-email: hardikpawarh@gmail.com
License: UNKNOWN
Keywords: automation,pypi,template,project,structure,skeleton,repository
Platform: UNKNOWN
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
License-File: LICENSE

# PyPIMetaMorphosis

This project creates a PyPI-ready project structure automatically using Python. It simplifies the process of building and organizing files for Python packages, including setting up a folder structure, creating essential files like `LICENSE`, `README.md`, `.gitignore`, `setup.py`, and initializing directories like `src`, `test`, and `app`.

## Project on GitHub

View the project on GitHub: [PyPIMetaMorphosis](https://github.com/Hardvan/PyPIMetaMorphosis)

## Features

- Automatically creates a PyPI project structure
- Generates necessary files such as `setup.py`, `LICENSE`, and `README.md`
- Initializes directories for app, source, and test files
- Customizable for author name, email, project name, and description

## Use Cases

- Ideal for developers who want to quickly set up a Python project for publishing to PyPI.
- Saves time by generating required files and folder structures automatically.
- Suitable for maintaining consistent project formats across multiple Python packages.

## Getting Started

Install the MERNcraft package from PyPI using pip:

```bash
pip install PyPIMetaMorphosis
```

OR

Clone this repository or download the script and run it to create your project structure:

```bash
git clone https://github.com/Hardvan/PyPIMetaMorphosis
cd PyPIMetaMorphosis
python PyPIMetaMorphosis.py
```

## Notes

- Ensure that Python 3.6 or later is installed on your system.
- Customize the setup.py file as per your project's needs.


