Metadata-Version: 2.1
Name: dxh_py
Version: 0.0.4
Summary: A Python CLI tool to generate PyPI packages effortlessly.
Home-page: https://github.com/devxhub/dxh-py
Author: DEVxHUB
Author-email: tech@devxhub.com
License: MIT
Keywords: dxh_py,Python,projects,project templates,Jinja2,skeleton,scaffolding,project directory,package,packaging
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: binaryornot>=0.4.4
Requires-Dist: Jinja2<4.0.0,>=2.7
Requires-Dist: click<9.0.0,>=7.0
Requires-Dist: pyyaml>=5.3.1
Requires-Dist: python-slugify>=4.0.0
Requires-Dist: requests>=2.23.0
Requires-Dist: arrow
Requires-Dist: rich

# dxh_py

A Python CLI tool to generate PyPI packages effortlessly.

## Installation

To install `dxh_py`, use pip:

```sh
pip install dxh-py
```

## Usage

To generate a PyPI package from a GitHub repository, run:

```sh
dxh_py https://github.com/devxhub/django-boilerplate
```

## Features

- Simple and intuitive CLI
- Automates the creation of PyPI packages from GitHub repositories
- Supports both source distributions and wheel builds

## Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
```
