devxhub-python


Namedevxhub-python JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/git-jamil/devxhub_python
SummaryA custom CLI for generating Django projects with devxhub_python templates
upload_time2024-09-10 12:09:33
maintainerNone
docs_urlNone
authorJamil Rayhan
requires_python>=3.7
licenseMIT
keywords devxhub_python 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.
            # 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.
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/git-jamil/devxhub_python",
    "name": "devxhub-python",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "devxhub_python, Python, projects, project templates, Jinja2, skeleton, scaffolding, project directory, package, packaging",
    "author": "Jamil Rayhan",
    "author_email": "jamil.rayhan.bsmrstu@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/bd/1e/fd1006c1394d373fed614022147a03a422d213fb43cd34314f1d592d8c1e/devxhub_python-0.5.0.tar.gz",
    "platform": null,
    "description": "# devxhub_python\n\nA Python CLI tool to generate PyPI packages effortlessly.\n\n## Installation\n\nTo install `devxhub_python`, 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\ndevxhub_python 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 custom CLI for generating Django projects with devxhub_python templates",
    "version": "0.5.0",
    "project_urls": {
        "Homepage": "https://github.com/git-jamil/devxhub_python"
    },
    "split_keywords": [
        "devxhub_python",
        " python",
        " projects",
        " project templates",
        " jinja2",
        " skeleton",
        " scaffolding",
        " project directory",
        " package",
        " packaging"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47d8130211a1827407f4774c51e7e7a80a2326b8c71f7fd8781792ba20fe73bb",
                "md5": "4b9098d0c6759d8735ac46491986726e",
                "sha256": "008917c02b566339bcaaafbd7ef26e41177a7a69ebc825978cede5106756b9ad"
            },
            "downloads": -1,
            "filename": "devxhub_python-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4b9098d0c6759d8735ac46491986726e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 35601,
            "upload_time": "2024-09-10T12:09:31",
            "upload_time_iso_8601": "2024-09-10T12:09:31.914993Z",
            "url": "https://files.pythonhosted.org/packages/47/d8/130211a1827407f4774c51e7e7a80a2326b8c71f7fd8781792ba20fe73bb/devxhub_python-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd1efd1006c1394d373fed614022147a03a422d213fb43cd34314f1d592d8c1e",
                "md5": "60275a976198c87e4f2a972e4cc221ac",
                "sha256": "a0eddf044112c22be33a59a4f5432f44f117fff07a87594fe390325e76e76e5e"
            },
            "downloads": -1,
            "filename": "devxhub_python-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "60275a976198c87e4f2a972e4cc221ac",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 28420,
            "upload_time": "2024-09-10T12:09:33",
            "upload_time_iso_8601": "2024-09-10T12:09:33.558945Z",
            "url": "https://files.pythonhosted.org/packages/bd/1e/fd1006c1394d373fed614022147a03a422d213fb43cd34314f1d592d8c1e/devxhub_python-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-10 12:09:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "git-jamil",
    "github_project": "devxhub_python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "devxhub-python"
}
        
Elapsed time: 2.25340s