cashman


Namecashman JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/LordUbuntu/cash-man
SummaryA cli personal expenses tracker
upload_time2023-05-24 04:00:16
maintainer
docs_urlNone
authorJacobus Burger
requires_python>=3.10
licenseMIT
keywords python expense tracker personal finance finance cli
VCS
bugtrack_url
requirements click markdown-it-py mdurl Pygments rich
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Cash Man

Cashman is a personal expenses tracker for fun and profit.

## Info

Cashman uses rich and click to provide a straight-forward eye-candy cli experience for users. Expenses are tracked using CSV files to ensure maximum portability and interoperability for any personal financial workflow.

For usage info, run `cashman --help`

## Notes

May switch to Poetry for packaging in the future...

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/LordUbuntu/cash-man",
    "name": "cashman",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "python,expense tracker,personal finance,finance,cli",
    "author": "Jacobus Burger",
    "author_email": "therealjacoburger@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1c/c0/d47febb640e78e85130abe1fb8890f7e865fb9afeffe64c1582cfbbe1084/cashman-0.1.0.tar.gz",
    "platform": null,
    "description": "# Cash Man\n\nCashman is a personal expenses tracker for fun and profit.\n\n## Info\n\nCashman uses rich and click to provide a straight-forward eye-candy cli experience for users. Expenses are tracked using CSV files to ensure maximum portability and interoperability for any personal financial workflow.\n\nFor usage info, run `cashman --help`\n\n## Notes\n\nMay switch to Poetry for packaging in the future...\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A cli personal expenses tracker",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/LordUbuntu/cash-man"
    },
    "split_keywords": [
        "python",
        "expense tracker",
        "personal finance",
        "finance",
        "cli"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9650d10c9c104aca8d94e52e7ba52e3214f8350bbd13c797b47eec1a3426af4",
                "md5": "dee3e9256f01b7d5a06a1e200f140c08",
                "sha256": "590b840caf21068e09c7cc9d1e0726096310be453e6d768c4e097b5b2cecf470"
            },
            "downloads": -1,
            "filename": "cashman-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dee3e9256f01b7d5a06a1e200f140c08",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 3141,
            "upload_time": "2023-05-24T04:00:15",
            "upload_time_iso_8601": "2023-05-24T04:00:15.252666Z",
            "url": "https://files.pythonhosted.org/packages/b9/65/0d10c9c104aca8d94e52e7ba52e3214f8350bbd13c797b47eec1a3426af4/cashman-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1cc0d47febb640e78e85130abe1fb8890f7e865fb9afeffe64c1582cfbbe1084",
                "md5": "fbaee4598152b0b656e090b913323bbc",
                "sha256": "eae824ede04e9b25ba0a166e5fbcc65a0402c4c333033373cd94f71bb2c2b22e"
            },
            "downloads": -1,
            "filename": "cashman-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fbaee4598152b0b656e090b913323bbc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 2842,
            "upload_time": "2023-05-24T04:00:16",
            "upload_time_iso_8601": "2023-05-24T04:00:16.984617Z",
            "url": "https://files.pythonhosted.org/packages/1c/c0/d47febb640e78e85130abe1fb8890f7e865fb9afeffe64c1582cfbbe1084/cashman-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-24 04:00:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "LordUbuntu",
    "github_project": "cash-man",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "click",
            "specs": [
                [
                    "==",
                    "8.1.3"
                ]
            ]
        },
        {
            "name": "markdown-it-py",
            "specs": [
                [
                    "==",
                    "2.2.0"
                ]
            ]
        },
        {
            "name": "mdurl",
            "specs": [
                [
                    "==",
                    "0.1.2"
                ]
            ]
        },
        {
            "name": "Pygments",
            "specs": [
                [
                    "==",
                    "2.15.1"
                ]
            ]
        },
        {
            "name": "rich",
            "specs": [
                [
                    "==",
                    "13.3.4"
                ]
            ]
        }
    ],
    "lcname": "cashman"
}
        
Elapsed time: 0.07460s