template-project-utils


Nametemplate-project-utils JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/twyleg/template_project_utils
SummaryUtilities to initialize template projects (replacing names, renaming/removing files.
upload_time2024-10-18 20:59:08
maintainerNone
docs_urlNone
authorTorsten Wylegala
requires_pythonNone
licenseGPL 3.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Build status](https://github.com/twyleg/template_project_utils/actions/workflows/tests.yaml/badge.svg)]()
[![GitHub latest commit](https://badgen.net/github/last-commit/twyleg/template_project_utils)](https://GitHub.com/twyleg/template_project_utils/commit/)
[![PyPI download month](https://img.shields.io/pypi/dm/template-project-utils)](https://pypi.python.org/pypi/template-project-utils)
[![PyPi version](https://badgen.net/pypi/v/template-project-utils/)](https://pypi.org/project/template-project-utils)

# template_project_utils

Personal utilities to initialize various projects (eg. Python, C++, Kicad)

## Installation

Install via pip:

    pip install template-project-utils

## Usage

Create a new project based on one of the following templates:

* https://github.com/twyleg/template_project_kicad
* https://github.com/twyleg/template_project_python

Change into the new projects directory and run the following command

    template_project_utils <NEW_PROEJCTS_NAME>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/twyleg/template_project_utils",
    "name": "template-project-utils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Torsten Wylegala",
    "author_email": "mail@twyleg.de",
    "download_url": "https://files.pythonhosted.org/packages/b5/c6/efd682caca774f4633cb93dce8065cc5ba53429791098715deac9b14d6a6/template_project_utils-0.2.1.tar.gz",
    "platform": null,
    "description": "[![Build status](https://github.com/twyleg/template_project_utils/actions/workflows/tests.yaml/badge.svg)]()\n[![GitHub latest commit](https://badgen.net/github/last-commit/twyleg/template_project_utils)](https://GitHub.com/twyleg/template_project_utils/commit/)\n[![PyPI download month](https://img.shields.io/pypi/dm/template-project-utils)](https://pypi.python.org/pypi/template-project-utils)\n[![PyPi version](https://badgen.net/pypi/v/template-project-utils/)](https://pypi.org/project/template-project-utils)\n\n# template_project_utils\n\nPersonal utilities to initialize various projects (eg. Python, C++, Kicad)\n\n## Installation\n\nInstall via pip:\n\n    pip install template-project-utils\n\n## Usage\n\nCreate a new project based on one of the following templates:\n\n* https://github.com/twyleg/template_project_kicad\n* https://github.com/twyleg/template_project_python\n\nChange into the new projects directory and run the following command\n\n    template_project_utils <NEW_PROEJCTS_NAME>\n",
    "bugtrack_url": null,
    "license": "GPL 3.0",
    "summary": "Utilities to initialize template projects (replacing names, renaming/removing files.",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/twyleg/template_project_utils"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "137699e6ace1901fd9e02405202e331adfac606fcb4c12a7ac1527ea24794e3f",
                "md5": "b04a16bf813f21dcaddf9fdbb6c4684e",
                "sha256": "29919d455ec01cb9fe8b68a94b549445560c7fd097dd0fd2784452fcaa3e9d2a"
            },
            "downloads": -1,
            "filename": "template_project_utils-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b04a16bf813f21dcaddf9fdbb6c4684e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 20872,
            "upload_time": "2024-10-18T20:59:07",
            "upload_time_iso_8601": "2024-10-18T20:59:07.336124Z",
            "url": "https://files.pythonhosted.org/packages/13/76/99e6ace1901fd9e02405202e331adfac606fcb4c12a7ac1527ea24794e3f/template_project_utils-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5c6efd682caca774f4633cb93dce8065cc5ba53429791098715deac9b14d6a6",
                "md5": "9f6157cba927b003e094f6377d01e2f9",
                "sha256": "16848682e77ed16f8fc4e1bdd9d9b0e4102b90c8431b6a8c024cb67f9464b1b2"
            },
            "downloads": -1,
            "filename": "template_project_utils-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9f6157cba927b003e094f6377d01e2f9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 39835,
            "upload_time": "2024-10-18T20:59:08",
            "upload_time_iso_8601": "2024-10-18T20:59:08.738876Z",
            "url": "https://files.pythonhosted.org/packages/b5/c6/efd682caca774f4633cb93dce8065cc5ba53429791098715deac9b14d6a6/template_project_utils-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-18 20:59:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "twyleg",
    "github_project": "template_project_utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "template-project-utils"
}
        
Elapsed time: 0.44843s