template-python-cmd


Nametemplate-python-cmd JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/zackees/template-python-cmd
SummaryCross platform(ish) productivity commands written in python.
upload_time2023-10-04 00:13:55
maintainerZachary Vorhies
docs_urlNone
author
requires_python>=3.7
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](https://github.com/zackees/template-python-cmd/actions/workflows/lint.yml/badge.svg)](https://github.com/zackees/template-python-cmd/actions/workflows/lint.yml)

[![MacOS_Tests](https://github.com/zackees/template-python-cmd/actions/workflows/push_macos.yml/badge.svg)](https://github.com/zackees/template-python-cmd/actions/workflows/push_macos.yml)
[![Ubuntu_Tests](https://github.com/zackees/template-python-cmd/actions/workflows/push_ubuntu.yml/badge.svg)](https://github.com/zackees/template-python-cmd/actions/workflows/push_ubuntu.yml)
[![Win_Tests](https://github.com/zackees/template-python-cmd/actions/workflows/push_win.yml/badge.svg)](https://github.com/zackees/template-python-cmd/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/template-python-cmd",
    "name": "template-python-cmd",
    "maintainer": "Zachary Vorhies",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "template-python-cmd",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/1d/ae/50c439ac8295ad45cc8d798a9f80008353bafbdc5799f9dc3f9f631aab12/template-python-cmd-1.0.1.tar.gz",
    "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](https://github.com/zackees/template-python-cmd/actions/workflows/lint.yml/badge.svg)](https://github.com/zackees/template-python-cmd/actions/workflows/lint.yml)\r\n\r\n[![MacOS_Tests](https://github.com/zackees/template-python-cmd/actions/workflows/push_macos.yml/badge.svg)](https://github.com/zackees/template-python-cmd/actions/workflows/push_macos.yml)\r\n[![Ubuntu_Tests](https://github.com/zackees/template-python-cmd/actions/workflows/push_ubuntu.yml/badge.svg)](https://github.com/zackees/template-python-cmd/actions/workflows/push_ubuntu.yml)\r\n[![Win_Tests](https://github.com/zackees/template-python-cmd/actions/workflows/push_win.yml/badge.svg)](https://github.com/zackees/template-python-cmd/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": "Cross platform(ish) productivity commands written in python.",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/zackees/template-python-cmd"
    },
    "split_keywords": [
        "template-python-cmd"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4aa776ca114c7392f126f4a47c892efc00e93a54d106550f281ff6f70d268536",
                "md5": "89d90e6ea0bd09430f2250dd49a60c54",
                "sha256": "620cac1f72b9f365efe8ba544daddc6a080b9dc2c299032dc375b8f38483c828"
            },
            "downloads": -1,
            "filename": "template_python_cmd-1.0.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "89d90e6ea0bd09430f2250dd49a60c54",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 3513,
            "upload_time": "2023-10-04T00:13:53",
            "upload_time_iso_8601": "2023-10-04T00:13:53.908889Z",
            "url": "https://files.pythonhosted.org/packages/4a/a7/76ca114c7392f126f4a47c892efc00e93a54d106550f281ff6f70d268536/template_python_cmd-1.0.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1dae50c439ac8295ad45cc8d798a9f80008353bafbdc5799f9dc3f9f631aab12",
                "md5": "992e70bba8216926d7d39ba227786ba2",
                "sha256": "af9299822476732ed25cb66502b69efc23fe3d4db0da9baac51dd4aba7127638"
            },
            "downloads": -1,
            "filename": "template-python-cmd-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "992e70bba8216926d7d39ba227786ba2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3735,
            "upload_time": "2023-10-04T00:13:55",
            "upload_time_iso_8601": "2023-10-04T00:13:55.069255Z",
            "url": "https://files.pythonhosted.org/packages/1d/ae/50c439ac8295ad45cc8d798a9f80008353bafbdc5799f9dc3f9f631aab12/template-python-cmd-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-04 00:13:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zackees",
    "github_project": "template-python-cmd",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "template-python-cmd"
}
        
Elapsed time: 0.13167s