beancount | Beancount: Double-Entry Accounting from Text Files

 by   beancount Python Version: 3.0.0.dev0 License: GPL-2.0

kandi X-RAY | beancount Summary

kandi X-RAY | beancount Summary

beancount is a Python library. beancount has no bugs, it has no vulnerabilities, it has build file available, it has a Strong Copyleft License and it has medium support. You can install using 'pip install beancount' or download it from GitHub, PyPI.

Beancount: Double-Entry Accounting from Text Files.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              beancount has a medium active ecosystem.
              It has 2683 star(s) with 240 fork(s). There are 36 watchers for this library.
              There were 1 major release(s) in the last 12 months.
              There are 191 open issues and 298 have been closed. On average issues are closed in 133 days. There are 9 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of beancount is 3.0.0.dev0

            kandi-Quality Quality

              beancount has 0 bugs and 0 code smells.

            kandi-Security Security

              beancount has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              beancount code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              beancount is licensed under the GPL-2.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              beancount releases are not available. You will need to build from source code and install.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              It has 34483 lines of code, 2003 functions and 216 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed beancount and discovered the below as its top functions. This is intended to give you an instant insight into beancount implemented functionality, and help decide if they suit your requirements.
            • Write an example file
            • Return the addition of two Amounts
            • Return a new Money instance
            • Format a number
            • Pads a list of entries
            • Return an absolute amount
            • Return a shallow copy of the object
            • True if this unit is negative at cost
            • Draws diagram
            • Calculate the sanity checks for the given entries
            • Main entry point
            • Iterate over the running balance
            • Computes cost tolerances based on the given options
            • Create a transaction
            • Project a price map to another price map
            • Validate the check_commodity directive
            • Add explicit prices
            • Aligns the contents of the account s account
            • Validates that there are a single commodity
            • Return the context of a ledger
            • Parse a CostSpec
            • Create a table from rows
            • Set an option
            • Decompute a cache function
            • Convert Docx file to RST format
            • Validate the sell gates
            Get all kandi verified functions for this library.

            beancount Key Features

            No Key Features are available at this moment for beancount.

            beancount Examples and Code Snippets

            beancount-plugins,Zero Sum
            Pythondot img1Lines of Code : 95dot img1no licencesLicense : No License
            copy iconCopy
            a) when account statements are converted to double-entry format, the user
            has to manually match the transfers on account statements from the two
            institutions involved, and remove one of the entries since they are
            redundant.
            
            b) even when (a) is done,  
            double-entry-generator,配置,微信
            Godot img2Lines of Code : 30dot img2License : Permissive (Apache-2.0)
            copy iconCopy
            defaultMinusAccount: Assets:FIXME
            defaultPlusAccount: Expenses:FIXME
            defaultCurrency: CNY
            title: Test WeChat bills config
            wechat:
              rules:
                - type: 收入 # 微信红包
                  method: /
                  item: /
                  targetAccount: Income:Wechat:RedPacket
                - type: /   
            beancount-gs,如何使用
            Godot img3Lines of Code : 23dot img3License : Permissive (MIT)
            copy iconCopy
            docker run --name beancount-gs -dp 10000:80 \
            -w /app \
            -v "/data/beancount:/data/beancount" \
            -v "/data/beancount/icons:/app/public/icons" \
            -v "/data/beancount/config:/app/config" \
            -v "/data/beancount/bak:/app/bak" \
            xdbin/beancount-gs:latest \
            sh  
            Python module not found in Nix-generated Python environment
            Pythondot img4Lines of Code : 12dot img4License : Strong Copyleft (CC BY-SA 4.0)
            copy iconCopy
            final: prev: {
              python3 = prev.python3.override {
                packageOverrides = final: prev: {
                  python-swiftclient = prev.python-swiftclient.overrideAttrs (oldAttrs: rec {
                    postInstall = ''
                      install -Dm644 tools/swift.bash_c
            copy iconCopy
            def extract(self, file):
                self.account = self.file_account(file)
                postings = super().extract(file)
                self.account = 'Assets:Simplii'
                return postings
            

            Community Discussions

            QUESTION

            Python module not found in Nix-generated Python environment
            Asked 2022-Mar-29 at 15:46

            I need my user environment configured with Python and the beancount module available. The way I'm currently doing this is to add this package to home.packages (I am using home-manager):

            ...

            ANSWER

            Answered 2022-Mar-29 at 15:46

            QUESTION

            How to query Document directives in beancount query language?
            Asked 2022-Feb-25 at 08:57

            I am a big fan of double-entry accounting from text files and use beancount: https://github.com/beancount/beancount Using the beancount query language, I can easily create reports (e.g. tax) from my text files.

            In beancount, it is possible to add links to documents (e.g. PDFs of the receipts) in the transaction statements as in

            ...

            ANSWER

            Answered 2022-Feb-25 at 08:57

            @Robert, Try with the any_meta('document') as briefly introduced in this post.

            Ledger:

            Source https://stackoverflow.com/questions/71202312

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install beancount

            You can install using 'pip install beancount' or download it from GitHub, PyPI.
            You can use beancount like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install beancount

          • CLONE
          • HTTPS

            https://github.com/beancount/beancount.git

          • CLI

            gh repo clone beancount/beancount

          • sshUrl

            git@github.com:beancount/beancount.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link