[ 源代码: beancount ]
软件包:python3-beancount(2.3.5-2 以及其他的)
Double-entry accounting from text files - Python module
A double-entry bookkeeping computer language that lets you define financial transaction records in a text file, read them in memory, generate a variety of reports from them, and provides a web interface.
The following features require the following extra dependencies to be installed:
- Beancount Web [python3-bottle] - OFX import [python3-bs4] - Google Sheets upload [python3-googleapi python3-google-auth-oauthlib] - External price imports [python3-requests]
This package provides the underlying Python modules for beancount, allowing you to write your own scripts to manipulate your ledger files.
其他与 python3-beancount 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.12)
- dep: python3 (>= 3.11~)
-
- dep: python3-bottle
- fast and simple WSGI-framework for Python 3
-
- dep: python3-bs4
- error-tolerant HTML parser for Python 3
-
- dep: python3-chardet
- Universal Character Encoding Detector (Python3)
-
- dep: python3-dateutil
- powerful extensions to the standard Python 3 datetime module
-
- dep: python3-googleapi
- Google APIs Client Library - Python 3.x
-
- dep: python3-lxml
- pythonic binding for the libxml2 and libxslt libraries
-
- dep: python3-magic
- python3 interface to the libmagic file type identification library
-
- dep: python3-ply
- Lex and Yacc implementation for Python3
-
- dep: python3-pytest
- Simple, powerful testing in Python3
-
- dep: python3-requests
- elegant and simple HTTP library for Python3, built for human beings