codemetrics-cli


Namecodemetrics-cli JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryA tool for exploring code metrics of a software project (e.g. dotnet)
upload_time2024-08-02 19:03:37
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # codemetrics-cli

A cli tool for exploring code metrics of a software project. Only dotnet & Windows for now.

## development workflow
- make changes
- test `cd src && py -m codemetrics_cli -p ...`
- bump version in pyproject.toml
- build distribution `py -m build`
- upload new version to PyPI `py -m twine upload .\dist\codemetrics_cli-{new_version}*`
- test new version `pip install codemetrics_cli --upgrade && codemetrics_cli -p ...`
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "codemetrics-cli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Grisha Kruglov <grigory@kruglov.ca>",
    "download_url": "https://files.pythonhosted.org/packages/f2/84/bdd62e1cb8f657f1da964937f3eae57bc011050eb981e5232f9bca2762dd/codemetrics_cli-0.1.2.tar.gz",
    "platform": null,
    "description": "# codemetrics-cli\n\nA cli tool for exploring code metrics of a software project. Only dotnet & Windows for now.\n\n## development workflow\n- make changes\n- test `cd src && py -m codemetrics_cli -p ...`\n- bump version in pyproject.toml\n- build distribution `py -m build`\n- upload new version to PyPI `py -m twine upload .\\dist\\codemetrics_cli-{new_version}*`\n- test new version `pip install codemetrics_cli --upgrade && codemetrics_cli -p ...`",
    "bugtrack_url": null,
    "license": null,
    "summary": "A tool for exploring code metrics of a software project (e.g. dotnet)",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/grigoryk/codemetrics-cli",
        "Issues": "https://github.com/grigoryk/codemetrics-cli/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2fbf329d6be5ac69b0a99b559fb91e118848a54755caa861835f36050e2aa57f",
                "md5": "a8aec1ed57b6171bd00e7cc6a4309614",
                "sha256": "1589fd3998283004b626849059a2158d76d42ea6ecb18d815645ead23a8b41f8"
            },
            "downloads": -1,
            "filename": "codemetrics_cli-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a8aec1ed57b6171bd00e7cc6a4309614",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 9359,
            "upload_time": "2024-08-02T19:03:35",
            "upload_time_iso_8601": "2024-08-02T19:03:35.945839Z",
            "url": "https://files.pythonhosted.org/packages/2f/bf/329d6be5ac69b0a99b559fb91e118848a54755caa861835f36050e2aa57f/codemetrics_cli-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f284bdd62e1cb8f657f1da964937f3eae57bc011050eb981e5232f9bca2762dd",
                "md5": "0286c805b273ee6a89c053ac95c34e66",
                "sha256": "460ea0645fcb1a845d1867f344c0fa098eeab947a428b81d3d5c6f19615498da"
            },
            "downloads": -1,
            "filename": "codemetrics_cli-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0286c805b273ee6a89c053ac95c34e66",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8080,
            "upload_time": "2024-08-02T19:03:37",
            "upload_time_iso_8601": "2024-08-02T19:03:37.423105Z",
            "url": "https://files.pythonhosted.org/packages/f2/84/bdd62e1cb8f657f1da964937f3eae57bc011050eb981e5232f9bca2762dd/codemetrics_cli-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-02 19:03:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "grigoryk",
    "github_project": "codemetrics-cli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "codemetrics-cli"
}
        
Elapsed time: 0.28594s