codeup


Namecodeup JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/zackees/codeup
Summarygit commit ai auto generator and code pusher
upload_time2025-09-15 21:38:54
maintainerZachary Vorhies
docs_urlNone
authorNone
requires_python>=3.10
licenseBSD 3-Clause License
keywords template-python-cmd
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # template-python-cmd
A template for quickly making a python lib that has a command line program attached

[![Linting](../../actions/workflows/lint.yml/badge.svg)](../../actions/workflows/lint.yml)

[![MacOS_Tests](../../actions/workflows/push_macos.yml/badge.svg)](../../actions/workflows/push_macos.yml)
[![Ubuntu_Tests](../../actions/workflows/push_ubuntu.yml/badge.svg)](../../actions/workflows/push_ubuntu.yml)
[![Win_Tests](../../actions/workflows/push_win.yml/badge.svg)](../../actions/workflows/push_win.yml)

Replace `template-python-cmd` and `template_python_cmd` with your command. Run tox until it's
correct.

To develop software, run `. ./activate.sh`

# Windows

This environment requires you to use `git-bash`.

# Linting

Run `./lint.sh` to find linting errors using `pylint`, `flake8` and `mypy`.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zackees/codeup",
    "name": "codeup",
    "maintainer": "Zachary Vorhies",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "template-python-cmd",
    "author": null,
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# template-python-cmd\r\nA template for quickly making a python lib that has a command line program attached\r\n\r\n[![Linting](../../actions/workflows/lint.yml/badge.svg)](../../actions/workflows/lint.yml)\r\n\r\n[![MacOS_Tests](../../actions/workflows/push_macos.yml/badge.svg)](../../actions/workflows/push_macos.yml)\r\n[![Ubuntu_Tests](../../actions/workflows/push_ubuntu.yml/badge.svg)](../../actions/workflows/push_ubuntu.yml)\r\n[![Win_Tests](../../actions/workflows/push_win.yml/badge.svg)](../../actions/workflows/push_win.yml)\r\n\r\nReplace `template-python-cmd` and `template_python_cmd` with your command. Run tox until it's\r\ncorrect.\r\n\r\nTo develop software, run `. ./activate.sh`\r\n\r\n# Windows\r\n\r\nThis environment requires you to use `git-bash`.\r\n\r\n# Linting\r\n\r\nRun `./lint.sh` to find linting errors using `pylint`, `flake8` and `mypy`.\r\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "git commit ai auto generator and code pusher",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/zackees/codeup"
    },
    "split_keywords": [
        "template-python-cmd"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b27c14deaaef90284c7b7e24d698695fb4c331590c06a9142203b0a3538154e2",
                "md5": "b5dcf08b40b95aed71f54f198aa09197",
                "sha256": "997da284fdc8fe89fa407270cd266c13dbbf7abef49cc02e7ec0ec0e2f5063f0"
            },
            "downloads": -1,
            "filename": "codeup-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b5dcf08b40b95aed71f54f198aa09197",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 3265,
            "upload_time": "2025-09-15T21:38:54",
            "upload_time_iso_8601": "2025-09-15T21:38:54.278866Z",
            "url": "https://files.pythonhosted.org/packages/b2/7c/14deaaef90284c7b7e24d698695fb4c331590c06a9142203b0a3538154e2/codeup-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-15 21:38:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zackees",
    "github_project": "codeup",
    "github_not_found": true,
    "lcname": "codeup"
}
        
Elapsed time: 2.09064s