ledger-cli


Nameledger-cli JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/tilschuenemann/ledger-cli
Summaryledger-cli
upload_time2023-10-24 12:27:07
maintainer
docs_urlNone
authorTil Schünemann
requires_python>=3.11,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ledger-cli

[![PyPI](https://img.shields.io/pypi/v/ledger-cli.svg)][pypi_]
[![Status](https://img.shields.io/pypi/status/ledger-cli.svg)][status]
[![Python Version](https://img.shields.io/pypi/pyversions/ledger-cli)][python version]
[![License](https://img.shields.io/pypi/l/ledger-cli)][license]

[![Read the documentation at https://ledger-cli.readthedocs.io/](https://img.shields.io/readthedocs/ledger-cli/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Tests](https://github.com/tilschuenemann/ledger-cli/workflows/Tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/tilschuenemann/ledger-cli/branch/main/graph/badge.svg)][codecov]

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]

[pypi_]: https://pypi.org/project/ledger-cli/
[status]: https://pypi.org/project/ledger-cli/
[python version]: https://pypi.org/project/ledger-cli
[read the docs]: https://ledger-cli.readthedocs.io/
[tests]: https://github.com/tilschuenemann/ledger-cli/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/tilschuenemann/ledger-cli
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black

## Features

ledger-cli strives to achieve two goals regarding your personal finance:

1. Providing you with an easy format for fine-tuning your transactions.
2. Serving a local dashboard for easy analysis and interpration.

## Installation

You can install _ledger-cli_ via [pip] from [PyPI]:

```console
$ pip install ledger-cli
```

## Usage

Please see the [Command-line Reference] for details.

## Contributing

Contributions are very welcome.
To learn more, see the [Contributor Guide].

## License

Distributed under the terms of the [MIT license][license],
_ledger-cli_ is free and open source software.

## Issues

If you encounter any problems,
please [file an issue] along with a detailed description.

## Credits

This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] template.

[@cjolowicz]: https://github.com/cjolowicz
[pypi]: https://pypi.org/
[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python
[file an issue]: https://github.com/tilschuenemann/ledger-cli/issues
[pip]: https://pip.pypa.io/

<!-- github-only -->

[license]: https://github.com/tilschuenemann/ledger-cli/blob/main/LICENSE
[contributor guide]: https://github.com/tilschuenemann/ledger-cli/blob/main/CONTRIBUTING.md
[command-line reference]: https://ledger-cli.readthedocs.io/en/latest/usage.html


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tilschuenemann/ledger-cli",
    "name": "ledger-cli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Til Sch\u00fcnemann",
    "author_email": "til.schuenemann@mailbox.org",
    "download_url": "https://files.pythonhosted.org/packages/68/ac/273cdb450ef22b187145789e0b4ece7e9595b4ec43e68b3598652d067cd4/ledger_cli-0.1.4.tar.gz",
    "platform": null,
    "description": "# ledger-cli\n\n[![PyPI](https://img.shields.io/pypi/v/ledger-cli.svg)][pypi_]\n[![Status](https://img.shields.io/pypi/status/ledger-cli.svg)][status]\n[![Python Version](https://img.shields.io/pypi/pyversions/ledger-cli)][python version]\n[![License](https://img.shields.io/pypi/l/ledger-cli)][license]\n\n[![Read the documentation at https://ledger-cli.readthedocs.io/](https://img.shields.io/readthedocs/ledger-cli/latest.svg?label=Read%20the%20Docs)][read the docs]\n[![Tests](https://github.com/tilschuenemann/ledger-cli/workflows/Tests/badge.svg)][tests]\n[![Codecov](https://codecov.io/gh/tilschuenemann/ledger-cli/branch/main/graph/badge.svg)][codecov]\n\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]\n[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]\n\n[pypi_]: https://pypi.org/project/ledger-cli/\n[status]: https://pypi.org/project/ledger-cli/\n[python version]: https://pypi.org/project/ledger-cli\n[read the docs]: https://ledger-cli.readthedocs.io/\n[tests]: https://github.com/tilschuenemann/ledger-cli/actions?workflow=Tests\n[codecov]: https://app.codecov.io/gh/tilschuenemann/ledger-cli\n[pre-commit]: https://github.com/pre-commit/pre-commit\n[black]: https://github.com/psf/black\n\n## Features\n\nledger-cli strives to achieve two goals regarding your personal finance:\n\n1. Providing you with an easy format for fine-tuning your transactions.\n2. Serving a local dashboard for easy analysis and interpration.\n\n## Installation\n\nYou can install _ledger-cli_ via [pip] from [PyPI]:\n\n```console\n$ pip install ledger-cli\n```\n\n## Usage\n\nPlease see the [Command-line Reference] for details.\n\n## Contributing\n\nContributions are very welcome.\nTo learn more, see the [Contributor Guide].\n\n## License\n\nDistributed under the terms of the [MIT license][license],\n_ledger-cli_ is free and open source software.\n\n## Issues\n\nIf you encounter any problems,\nplease [file an issue] along with a detailed description.\n\n## Credits\n\nThis project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] template.\n\n[@cjolowicz]: https://github.com/cjolowicz\n[pypi]: https://pypi.org/\n[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python\n[file an issue]: https://github.com/tilschuenemann/ledger-cli/issues\n[pip]: https://pip.pypa.io/\n\n<!-- github-only -->\n\n[license]: https://github.com/tilschuenemann/ledger-cli/blob/main/LICENSE\n[contributor guide]: https://github.com/tilschuenemann/ledger-cli/blob/main/CONTRIBUTING.md\n[command-line reference]: https://ledger-cli.readthedocs.io/en/latest/usage.html\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "ledger-cli",
    "version": "0.1.4",
    "project_urls": {
        "Changelog": "https://github.com/tilschuenemann/ledger-cli/releases",
        "Documentation": "https://ledger-cli.readthedocs.io",
        "Homepage": "https://github.com/tilschuenemann/ledger-cli",
        "Repository": "https://github.com/tilschuenemann/ledger-cli"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e8d352b1621d33145b0cee4735a7cbd1ecf447ec0bf172799abba9e13368951",
                "md5": "1523afc52a89c608d2eff902e4bf3b4d",
                "sha256": "e21d35e503d26269fafd3c009e0da24d62c0928a3ba0140198882a6c0707c631"
            },
            "downloads": -1,
            "filename": "ledger_cli-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1523afc52a89c608d2eff902e4bf3b4d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 8468,
            "upload_time": "2023-10-24T12:27:06",
            "upload_time_iso_8601": "2023-10-24T12:27:06.540096Z",
            "url": "https://files.pythonhosted.org/packages/4e/8d/352b1621d33145b0cee4735a7cbd1ecf447ec0bf172799abba9e13368951/ledger_cli-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68ac273cdb450ef22b187145789e0b4ece7e9595b4ec43e68b3598652d067cd4",
                "md5": "4065dd5ed138d071e7d4cb48e3cb2856",
                "sha256": "6e6bd79dea346b73d8bfcfbea2dd098d5c82a6da8782dfd88d8a4531ccfe8e4d"
            },
            "downloads": -1,
            "filename": "ledger_cli-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "4065dd5ed138d071e7d4cb48e3cb2856",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 8390,
            "upload_time": "2023-10-24T12:27:07",
            "upload_time_iso_8601": "2023-10-24T12:27:07.782203Z",
            "url": "https://files.pythonhosted.org/packages/68/ac/273cdb450ef22b187145789e0b4ece7e9595b4ec43e68b3598652d067cd4/ledger_cli-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-24 12:27:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tilschuenemann",
    "github_project": "ledger-cli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ledger-cli"
}
        
Elapsed time: 0.13878s