Skip to content

Commit

Permalink
Renaming to beancount-chase-bank
Browse files Browse the repository at this point in the history
beancount-chase is already taken
  • Loading branch information
mtlynch committed Feb 6, 2022
1 parent 63ed2e6 commit 2e968f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# beancount-chase
# beancount-chase-bank

[![PyPI](https://img.shields.io/pypi/v/beancount-chase)](https://pypi.org/project/beancount-chase/)
[![PyPI](https://img.shields.io/pypi/v/beancount-chase-bank)](https://pypi.org/project/beancount-chase-bank/)
[![CircleCI](https://circleci.com/gh/mtlynch/beancount-chase.svg?style=svg)](https://circleci.com/gh/mtlynch/beancount-chase)
[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](LICENSE)

beancount-chase provides an Importer for converting CSV exports Chase checking transactions into [Beancount](https://github.com/beancount/beancount) v2 format.
beancount-chase-bank provides an Importer for converting CSV exports Chase bank transactions into [Beancount](https://github.com/beancount/beancount) v2 format.

## Installation

```bash
pip install beancount-chase
pip install beancount-chase-bank
```

## Usage

Add the Chase importer to your account as follows:
Add the Chase Checking importer to your account as follows:

```python
import beancount_chase
Expand All @@ -38,7 +38,7 @@ The `account_patterns` parameter is a list of (regex, account) pairs. For each l
Once this configuration is in place, you can use `bean-extract` to convert a Chase CSV export of transactions to beancount format:

```bash
bean-extract config.py chase-transactions.csv
bean-extract config.py Chase1234_Activity_20220219.CSV
```

## Resources
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import setuptools

setuptools.setup(
name='beancount-chase',
name='beancount-chase-bank',
long_description=open(
os.path.join(os.path.abspath(os.path.dirname(__file__)),
'README.md')).read(),
Expand Down

0 comments on commit 2e968f0

Please sign in to comment.