beancount-future-transactions


Namebeancount-future-transactions JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttp://github.com/Rudd-O/beancount-future-transactions
SummaryA plugin for Beancount that suppresses future transactions
upload_time2024-02-09 09:37:53
maintainer
docs_urlNone
authorManuel Amador (Rudd-O)
requires_python
licenseGPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Beancount future transactions

This is a very simple plugin for Beancount that filters out transactions with a future date, provided they are tagged with the `#future` tag.

To use:

* Install using your favorite Python method — probably `pip` or `python setup.py install`, although you may want to install to your user directory (`pip --user`).
* Include the stanza `plugin "beancount_extensions.future_transactions"` in your Beancount file.

That's it.

From this point on, any transaction with a future tagged `#future` will not appear in your reports and queries.

If you want to suppress **all** future-dated entries, add the option `suppress_all_future_entries` to your plugin stanza:

```
; beancount.bean

plugin "beancount_extensions.future_transactions" "suppress_all_future_entries"
```

if you want to suppress entries taggedwith a different tag, say, `#excludenow`, then you can use the following option:

```
; beancount.bean

plugin "beancount_extensions.future_transactions" "tag_to_suppress=excludenow"
```

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/Rudd-O/beancount-future-transactions",
    "name": "beancount-future-transactions",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Manuel Amador (Rudd-O)",
    "author_email": "rudd-o@rudd-o.com",
    "download_url": "https://files.pythonhosted.org/packages/8c/58/34a7d28ae514b44b95a102dbd67b06f2e03ec7339d190f7db001fde389e6/beancount-future-transactions-0.0.6.tar.gz",
    "platform": null,
    "description": "# Beancount future transactions\n\nThis is a very simple plugin for Beancount that filters out transactions with a future date, provided they are tagged with the `#future` tag.\n\nTo use:\n\n* Install using your favorite Python method \u2014 probably `pip` or `python setup.py install`, although you may want to install to your user directory (`pip --user`).\n* Include the stanza `plugin \"beancount_extensions.future_transactions\"` in your Beancount file.\n\nThat's it.\n\nFrom this point on, any transaction with a future tagged `#future` will not appear in your reports and queries.\n\nIf you want to suppress **all** future-dated entries, add the option `suppress_all_future_entries` to your plugin stanza:\n\n```\n; beancount.bean\n\nplugin \"beancount_extensions.future_transactions\" \"suppress_all_future_entries\"\n```\n\nif you want to suppress entries taggedwith a different tag, say, `#excludenow`, then you can use the following option:\n\n```\n; beancount.bean\n\nplugin \"beancount_extensions.future_transactions\" \"tag_to_suppress=excludenow\"\n```\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "A plugin for Beancount that suppresses future transactions",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "http://github.com/Rudd-O/beancount-future-transactions"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c5834a7d28ae514b44b95a102dbd67b06f2e03ec7339d190f7db001fde389e6",
                "md5": "021983e99d978e79202f823ec0d67b8b",
                "sha256": "4378c3086f88d3f9a7063fbbbc4fb5a1d9eb02644b05a884e0e709e0f914b81b"
            },
            "downloads": -1,
            "filename": "beancount-future-transactions-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "021983e99d978e79202f823ec0d67b8b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3357,
            "upload_time": "2024-02-09T09:37:53",
            "upload_time_iso_8601": "2024-02-09T09:37:53.612299Z",
            "url": "https://files.pythonhosted.org/packages/8c/58/34a7d28ae514b44b95a102dbd67b06f2e03ec7339d190f7db001fde389e6/beancount-future-transactions-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-09 09:37:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Rudd-O",
    "github_project": "beancount-future-transactions",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "beancount-future-transactions"
}
        
Elapsed time: 0.60220s