BrownieCutter


NameBrownieCutter JSON
Version 0.1.19 PyPI version JSON
download
home_pagehttps://github.com/thiswillbeyourgithub/BrownieCutter
SummaryQuick script to create new python project
upload_time2024-12-01 12:37:30
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseGPLv3
keywords cookiecutter pypi install package python minimal minimalist tool
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# BrownieCutter
* I just needed a quick script to lower the time cost of creating new FOSS tools. So just run this script, give the project name and class name and you'll get a proper template dir with some boiletplate code done for you.
* Yes BrownieCutter was created by itself.
* Inspired by [CookieCutter](https://cookiecutter.readthedocs.io/).

# Getting started
* As an uv tool: `uvx BrownieCutter@latest --help`
* From pypi: `uv pip install BrownieCutter` or `pip install BrownieCutter`
* From git: git clone then `pip install .`
* `BrownieCutter --help`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/thiswillbeyourgithub/BrownieCutter",
    "name": "BrownieCutter",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "cookiecutter, pypi, install, package, python, minimal, minimalist, tool",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/e0/cd/d7638641e78ec3633855517882d0b9c7455edf5bdb8112e317577faff084/browniecutter-0.1.19.tar.gz",
    "platform": null,
    "description": "\n# BrownieCutter\n* I just needed a quick script to lower the time cost of creating new FOSS tools. So just run this script, give the project name and class name and you'll get a proper template dir with some boiletplate code done for you.\n* Yes BrownieCutter was created by itself.\n* Inspired by [CookieCutter](https://cookiecutter.readthedocs.io/).\n\n# Getting started\n* As an uv tool: `uvx BrownieCutter@latest --help`\n* From pypi: `uv pip install BrownieCutter` or `pip install BrownieCutter`\n* From git: git clone then `pip install .`\n* `BrownieCutter --help`\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Quick script to create new python project",
    "version": "0.1.19",
    "project_urls": {
        "Homepage": "https://github.com/thiswillbeyourgithub/BrownieCutter"
    },
    "split_keywords": [
        "cookiecutter",
        " pypi",
        " install",
        " package",
        " python",
        " minimal",
        " minimalist",
        " tool"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b452760adbc492568fe53d1ff03c55cc7fe6ca0080e363702d803ebe5d4553d",
                "md5": "bad8b1a1a72bb1f285869821eaea8374",
                "sha256": "08ad68cab9c22604f4d8dd960d18c1e10e6420f0bae6e54b589e5281bc31aaf3"
            },
            "downloads": -1,
            "filename": "BrownieCutter-0.1.19-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bad8b1a1a72bb1f285869821eaea8374",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 17910,
            "upload_time": "2024-12-01T12:37:19",
            "upload_time_iso_8601": "2024-12-01T12:37:19.302791Z",
            "url": "https://files.pythonhosted.org/packages/6b/45/2760adbc492568fe53d1ff03c55cc7fe6ca0080e363702d803ebe5d4553d/BrownieCutter-0.1.19-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0cdd7638641e78ec3633855517882d0b9c7455edf5bdb8112e317577faff084",
                "md5": "8e4d83e067e2238a226e05ce54ad17c9",
                "sha256": "bdf81c513d16c43619af20d5c94ffe96828d4fdacc0affb7da057393e37f421b"
            },
            "downloads": -1,
            "filename": "browniecutter-0.1.19.tar.gz",
            "has_sig": false,
            "md5_digest": "8e4d83e067e2238a226e05ce54ad17c9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 17643,
            "upload_time": "2024-12-01T12:37:30",
            "upload_time_iso_8601": "2024-12-01T12:37:30.123336Z",
            "url": "https://files.pythonhosted.org/packages/e0/cd/d7638641e78ec3633855517882d0b9c7455edf5bdb8112e317577faff084/browniecutter-0.1.19.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-01 12:37:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "thiswillbeyourgithub",
    "github_project": "BrownieCutter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "browniecutter"
}
        
Elapsed time: 0.71646s