Skip to main content

Plugin for Beancount to write oneliner transaction entries.

Project description

PyPI - Version PyPI - Downloads PyPI - Wheel PyPI - License

How to use

Two leg simple amount transactions are supported, because they are the bulk of entries. Support for price and cost may come, feel free to contribute.

1999-12-31 note Assets:Cash "Income:Test -16.18 EUR ! Description goes here #myTag *"

will be translated into

1999-12-31 ! "Description goes here" #myTag
	Income:Test		-16.18 EUR
	Assets:Cash

Install

pip3 install beancount_oneliner --user

Or copy to path used for python. For example, $HOME/.local/lib/python3.4/site-packages/beancount_oneliner/oneliner.py would do on Debian. If in doubt, look where beancount folder is and copy next to it.

Syntax highlight

Sublime

YAML-tmLanguage entry of beancount syntax definition for Sublime Text

- comment: note oneliner directive
  name: meta.directive.notetotext.beancount
  begin: ([0-9]{4})([\-|/])([0-9]{2})([\-|/])([0-9]{2})\s+(note)(?=(.*\*\"\s))
  beginCaptures:
    '1': {name: constant.numeric.date.year.beancount}
    '2': {name: punctuation.separator.beancount}
    '3': {name: constant.numeric.date.month.beancount}
    '4': {name: punctuation.separator.beancount}
    '5': {name: constant.numeric.date.day.beancount}
    '6': {name: support.function.directive.beancount}
  end: (?=(^\s*$|^\S))
  patterns:
  - include: '#meta'
  - include: '#account'
  - name: punctuation.separator.beancount
    match: (?<=\s)\"
  - include: '#cost'
  - include: '#amount'
  - begin: (\*|\!)
    beginCaptures:
      '0': {name: support.function.directive.beancount}
    end: (\*\")
    endCaptures:
      '0': {name: punctuation.separator.beancount}
    patterns:
    - name: constant.character.escape.beancount
      match: \\.
    - include: '#tag'
    - name: string.quoted.double.beancount
      match: ([^\"])
  - include: '#illegal'

YAML-tmLanguage entry for VSCode Beancount Extension

    -
        name: meta.directive.notetotext.beancount
        comment: 'Note as Oneliner Transaction directive'
        begin: '([0-9]{4})([\-|/])([0-9]{2})([\-|/])([0-9]{2})\s+(note)(?=(.*\*\"\s))'
        beginCaptures:
            '1':
                name: constant.numeric.date.year.beancount
            '2':
                name: punctuation.separator.beancount
            '3':
                name: constant.numeric.date.month.beancount
            '4':
                name: punctuation.separator.beancount
            '5':
                name: constant.numeric.date.day.beancount
            '6':
                name: support.function.directive.beancount
        end: '(?=(^\s*$|^\S))'
        patterns:
            -
                include: '#meta'
            -
                include: '#account'
            -
                name: punctuation.separator.beancount
                match: '(?<=\s)\"'
            -
                include: '#cost'
            -
                include: '#amount'
            -
                begin: '(\*|\!)'
                beginCaptures:
                    '0': {name: support.function.directive.beancount}
                end: '(\*\")'
                endCaptures:
                    '0': {name: punctuation.separator.beancount}
                patterns:
                    - {name: constant.character.escape.beancount, match: \\.}
                    - {include: '#tag'}
                    - {name: string.quoted.double.beancount, match: '([^\"])'}
            -
                include: '#illegal'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

beancount_oneliner-1.0.6.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

beancount_oneliner-1.0.6-py3-none-any.whl (17.1 kB view details)

Uploaded Python 3

File details

Details for the file beancount_oneliner-1.0.6.tar.gz.

File metadata

  • Download URL: beancount_oneliner-1.0.6.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.5

File hashes

Hashes for beancount_oneliner-1.0.6.tar.gz
Algorithm Hash digest
SHA256 55ede4b3f3d4c2555ab5728fd0cc38a4520a723df11902ec99b168864547685c
MD5 a861baaab4a2b824a62f4d496a6ee305
BLAKE2b-256 be873b731b4dcf4c8773318b8c41a4b9197fbdc341bed95cedbfa41f95f1ba1c

See more details on using hashes here.

File details

Details for the file beancount_oneliner-1.0.6-py3-none-any.whl.

File metadata

  • Download URL: beancount_oneliner-1.0.6-py3-none-any.whl
  • Upload date:
  • Size: 17.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.5

File hashes

Hashes for beancount_oneliner-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 1b895c56e2953b19f128124f9b56c99e3ce96ad119e058c1d447c117e6a2a9ce
MD5 f58a725334e24b3d834ab3c628b39ec6
BLAKE2b-256 8b3aa9cba3ddae0e78524f25067c182920fcebe837440243470b60ce85cf2024

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page