-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca7c349
commit c04bb7f
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,34 @@ | ||
# dxh_py | ||
|
||
A python CLI to generate pypi packages. | ||
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. | ||
``` |