• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.builds/H16-Jan-2021-3937

.github/workflows/H16-Jan-2021-4541

contrib/H03-May-2022-32,22426,302

docs/H16-Jan-2021-639460

frontend/H03-May-2022-15,26513,552

src/H16-Jan-2021-9,1157,566

stubs/beancount/H16-Jan-2021-728612

tests/H16-Jan-2021-13,28411,146

.pre-commit-config.yamlH A D19-Nov-20201.1 KiB3635

.prettierignoreH A D15-Nov-202037 32

AUTHORSH A D10-Jan-2021476 128

CHANGESH A D16-Jan-202113.7 KiB399289

CONTRIBUTING.mdH A D10-Jan-2021860 2315

LICENSEH A D10-Jan-20211.1 KiB2217

MANIFEST.inH A D10-Jan-2021268 106

MakefileH A D10-Jan-20212.6 KiB10878

PKG-INFOH A D16-Jan-20213 KiB7061

README.rstH A D10-Jan-20211.4 KiB3729

pylintrcH A D10-Jan-2021214 98

pyproject.tomlH A D13-Jan-2021107 64

setup.cfgH A D16-Jan-20211.7 KiB7668

setup.pyH A D10-Jan-2021104 85

tox.iniH A D10-Jan-2021841 5141

README.rst

1.. image:: https://badges.gitter.im/beancount/fava.svg
2   :alt: Join the chat at https://gitter.im/beancount/fava
3   :target: https://gitter.im/beancount/fava
4.. image:: https://img.shields.io/pypi/l/fava.svg
5   :target: https://pypi.python.org/pypi/fava
6.. image:: https://img.shields.io/pypi/v/fava.svg
7   :target: https://pypi.python.org/pypi/fava
8.. image:: https://img.shields.io/travis/beancount/fava.svg
9   :target: https://travis-ci.org/beancount/fava?branch=master
10
11Fava is a web interface for the double-entry bookkeeping software `Beancount
12<http://furius.ca/beancount/>`__ with a focus on features and usability.
13
14Check out the online `demo <https://fava.pythonanywhere.com>`__ and learn more
15about Fava on the `website <https://beancount.github.io/fava/>`__.
16
17The `Getting Started
18<https://beancount.github.io/fava/usage.html>`__ guide details the installation
19and how to get started with Beancount.  If you are already familiar with
20Beancount, you can get started with Fava::
21
22    pip3 install fava
23    fava ledger.beancount
24
25and visit the web interface at `http://localhost:5000
26<http://localhost:5000>`__.
27
28If you want to hack on Fava or run a development version, see the
29`Development <https://beancount.github.io/fava/development.html>`__ page on the
30website for details. Contributions are very welcome!
31
32.. image:: https://i.imgbox.com/rfb9I7Zw.png
33    :alt: Fava Screenshot
34    :width: 100%
35    :align: center
36    :target: https://fava.pythonanywhere.com
37