dxh-py


Namedxh-py JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/devxhub/dxh-py
SummaryA Python CLI tool to generate PyPI packages effortlessly.
upload_time2024-07-03 10:38:41
maintainerNone
docs_urlNone
authorDEVxHUB
requires_python>=3.7
licenseMIT
keywords dxh_py python projects project templates jinja2 skeleton scaffolding project directory package packaging
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/devxhub/dxh-py",
    "name": "dxh-py",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "dxh_py, Python, projects, project templates, Jinja2, skeleton, scaffolding, project directory, package, packaging",
    "author": "DEVxHUB",
    "author_email": "tech@devxhub.com",
    "download_url": "https://files.pythonhosted.org/packages/57/32/2671f812d5deb30cbd4e79851bfc546478f73513465bd825e897917efe0a/dxh_py-0.0.4.tar.gz",
    "platform": null,
    "description": "# dxh_py\n\nA Python CLI tool to generate PyPI packages effortlessly.\n\n## Installation\n\nTo install `dxh_py`, use pip:\n\n```sh\npip install dxh-py\n```\n\n## Usage\n\nTo generate a PyPI package from a GitHub repository, run:\n\n```sh\ndxh_py https://github.com/devxhub/django-boilerplate\n```\n\n## Features\n\n- Simple and intuitive CLI\n- Automates the creation of PyPI packages from GitHub repositories\n- Supports both source distributions and wheel builds\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request on GitHub.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python CLI tool to generate PyPI packages effortlessly.",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/devxhub/dxh-py"
    },
    "split_keywords": [
        "dxh_py",
        " python",
        " projects",
        " project templates",
        " jinja2",
        " skeleton",
        " scaffolding",
        " project directory",
        " package",
        " packaging"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7463925d3652e332fbcdb8009fbb2a1c74df259bc4b82265d72e4acf71d4ef14",
                "md5": "70c824a26200a89c769665f70c112e4e",
                "sha256": "21437ecfdf20ce3535a16509fc8a91fd2854c91cfa875b39da35248874be9a26"
            },
            "downloads": -1,
            "filename": "dxh_py-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "70c824a26200a89c769665f70c112e4e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 34967,
            "upload_time": "2024-07-03T10:38:39",
            "upload_time_iso_8601": "2024-07-03T10:38:39.857850Z",
            "url": "https://files.pythonhosted.org/packages/74/63/925d3652e332fbcdb8009fbb2a1c74df259bc4b82265d72e4acf71d4ef14/dxh_py-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57322671f812d5deb30cbd4e79851bfc546478f73513465bd825e897917efe0a",
                "md5": "5a571852997bdac311d465fbd2804688",
                "sha256": "e87064f0a244c718048be5bf6ebb6d0e6476aad5617e8ab1b0dfa8a0611c0005"
            },
            "downloads": -1,
            "filename": "dxh_py-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "5a571852997bdac311d465fbd2804688",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 28272,
            "upload_time": "2024-07-03T10:38:41",
            "upload_time_iso_8601": "2024-07-03T10:38:41.298209Z",
            "url": "https://files.pythonhosted.org/packages/57/32/2671f812d5deb30cbd4e79851bfc546478f73513465bd825e897917efe0a/dxh_py-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-03 10:38:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "devxhub",
    "github_project": "dxh-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "dxh-py"
}
        
Elapsed time: 0.27637s