Metadata-Version: 2.1
Name: devxhub_python
Version: 0.5.0
Summary: A custom CLI for generating Django projects with devxhub_python templates
Home-page: https://github.com/git-jamil/devxhub_python
Author: Jamil Rayhan
Author-email: jamil.rayhan.bsmrstu@gmail.com
License: MIT
Keywords: devxhub_python,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: typing-extensions >=4.12.1
Requires-Dist: arrow
Requires-Dist: rich

# devxhub_python

A Python CLI tool to generate PyPI packages effortlessly.

## Installation

To install `devxhub_python`, use pip:

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

## Usage

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

```sh
devxhub_python 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.
```
