tempclone


Nametempclone JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/yourusername/tempclone
SummaryCLI to automate the creation of new projects from GitHub templates
upload_time2024-05-24 13:16:36
maintainerNone
docs_urlNone
authorMatheus
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Temp Clone

Temp Clone is a command-line interface (CLI) tool to automate the creation of new projects from GitHub templates. This tool helps streamline the setup process for new projects by cloning from predefined templates.

## Features

- Configure GitHub access token and user nickname.
- List available templates from a specified GitHub user or organization.
- Create a new project repository from a selected template.
- Automatically clone the newly created repository.

## Installation

You can install `tempclone` using `pip`:

```bash
pip install tempclone



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/tempclone",
    "name": "tempclone",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Matheus",
    "author_email": "matheusmlfg@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d2/e1/b177225a7ef318fe06c9afbf85b44e93984635c1ebb9785dcc74731170af/tempclone-1.0.4.tar.gz",
    "platform": null,
    "description": "# Temp Clone\n\nTemp Clone is a command-line interface (CLI) tool to automate the creation of new projects from GitHub templates. This tool helps streamline the setup process for new projects by cloning from predefined templates.\n\n## Features\n\n- Configure GitHub access token and user nickname.\n- List available templates from a specified GitHub user or organization.\n- Create a new project repository from a selected template.\n- Automatically clone the newly created repository.\n\n## Installation\n\nYou can install `tempclone` using `pip`:\n\n```bash\npip install tempclone\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "CLI to automate the creation of new projects from GitHub templates",
    "version": "1.0.4",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/tempclone"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ba1395f73cbd697d406fd2af24a2d7fda4297f5bdffe80b8e11da6ea0b7ac3a",
                "md5": "e64230513cae3d2c241cc9fabc61f600",
                "sha256": "1cd2c15be2d817d570ff7e619eab796468cb337e2cdcc732cf85fb024278151d"
            },
            "downloads": -1,
            "filename": "tempclone-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e64230513cae3d2c241cc9fabc61f600",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 5778,
            "upload_time": "2024-05-24T13:16:35",
            "upload_time_iso_8601": "2024-05-24T13:16:35.140026Z",
            "url": "https://files.pythonhosted.org/packages/6b/a1/395f73cbd697d406fd2af24a2d7fda4297f5bdffe80b8e11da6ea0b7ac3a/tempclone-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2e1b177225a7ef318fe06c9afbf85b44e93984635c1ebb9785dcc74731170af",
                "md5": "445160ee85555972ec2b2520d5fabd1e",
                "sha256": "f5cbb6fc8721788197aaf5452277a4bfc42b785e5548ad68e2b718d877ddb672"
            },
            "downloads": -1,
            "filename": "tempclone-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "445160ee85555972ec2b2520d5fabd1e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4866,
            "upload_time": "2024-05-24T13:16:36",
            "upload_time_iso_8601": "2024-05-24T13:16:36.053280Z",
            "url": "https://files.pythonhosted.org/packages/d2/e1/b177225a7ef318fe06c9afbf85b44e93984635c1ebb9785dcc74731170af/tempclone-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-24 13:16:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "tempclone",
    "github_not_found": true,
    "lcname": "tempclone"
}
        
Elapsed time: 0.30063s