BrownieCutter


NameBrownieCutter JSON
Version 0.1.7 PyPI version JSON
download
home_pagehttps://github.com/thiswillbeyourgithub/BrownieCutter
SummaryQuick script to create new python project
upload_time2024-06-16 16:07:00
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
* ` python -m pip install -e .`
* `python -m 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/78/8c/49143535c39c8fd0f7f2be8382381fc4b93de104c5b18baadaddb3e8ec7e/browniecutter-0.1.7.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* ` python -m pip install -e .`\n* `python -m BrownieCutter --help`\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Quick script to create new python project",
    "version": "0.1.7",
    "project_urls": {
        "Homepage": "https://github.com/thiswillbeyourgithub/BrownieCutter"
    },
    "split_keywords": [
        "cookiecutter",
        " pypi",
        " install",
        " package",
        " python",
        " minimal",
        " minimalist",
        " tool"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "213c7ef432911942d30f46ebc57a938c0e90e762970da847be5cbb65e1d5fcda",
                "md5": "88f4a50f4e10ec6c9d6dcb4b612c7da4",
                "sha256": "a54687bb5fbc59a03d56f55b3c34bfd1b0b5cc686235ed1c8d8a0750ee921311"
            },
            "downloads": -1,
            "filename": "BrownieCutter-0.1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "88f4a50f4e10ec6c9d6dcb4b612c7da4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 17090,
            "upload_time": "2024-06-16T16:06:59",
            "upload_time_iso_8601": "2024-06-16T16:06:59.123635Z",
            "url": "https://files.pythonhosted.org/packages/21/3c/7ef432911942d30f46ebc57a938c0e90e762970da847be5cbb65e1d5fcda/BrownieCutter-0.1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "788c49143535c39c8fd0f7f2be8382381fc4b93de104c5b18baadaddb3e8ec7e",
                "md5": "5710e19eee6f296d0490b1589243c29e",
                "sha256": "0ec752bfd7b04ccb8599f75fae4e5417a3b460e1cfffe54375d1f4cbe8c22a8a"
            },
            "downloads": -1,
            "filename": "browniecutter-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "5710e19eee6f296d0490b1589243c29e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 16831,
            "upload_time": "2024-06-16T16:07:00",
            "upload_time_iso_8601": "2024-06-16T16:07:00.850472Z",
            "url": "https://files.pythonhosted.org/packages/78/8c/49143535c39c8fd0f7f2be8382381fc4b93de104c5b18baadaddb3e8ec7e/browniecutter-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-16 16:07:00",
    "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.28558s