Skip to content

zenobi-us/beancount-importer-rules

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beancount-importer-rules

beancount-import-rules is a simple, declarative, smart, and easy-to-use library for importing extracted transactions.

It generates Beancount transactions based on predefined rules.

Install

pip install beancount-importer-rules

or

pdm install beancount-importer-rules

or

poetry add beancount-importer-rules

For more information see the documentation.

Contributing

  • install mise-en-place
  • Fork the repository on GitHub.
  • Clone the project to your own machine.
  • be in the project directory.
  • run mise run setup
  • source code is in beancount_importer_rules/**/*
  • tests are in tests/**/*
  • run mise run test to run the tests
  • run mise run lint to lint the code
  • run mise run format to format the code
  • work on a new branch
  • make your changes.
  • open a pr. pr titles follow the conventional commits format.

Packages

No packages published

Languages

  • Python 94.1%
  • Shell 5.9%