summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiddhant Goel <me@sgoel.dev>2022-04-10 12:45:14 +0200
committerSiddhant Goel <me@sgoel.dev>2022-04-10 12:48:50 +0200
commitd0da961c4f60a75328cc9041f55bc01b69db1d69 (patch)
tree5d4885b4af0e397a0f30d67f8f211e697b554843
parentf96d723fda0e6207077698f3a14b55206ee8b3c6 (diff)
chore: rename to beancount-ing
-rw-r--r--Makefile8
-rw-r--r--beancount_ing/__init__.py (renamed from beancount_ing_diba/__init__.py)0
-rw-r--r--beancount_ing/ec.py (renamed from beancount_ing_diba/ec.py)0
-rw-r--r--pyproject.toml6
-rw-r--r--tests/test_ec_importer.py2
5 files changed, 8 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index da81caa..b5a6688 100644
--- a/Makefile
+++ b/Makefile
@@ -1,19 +1,19 @@
# lint
lint-black:
- poetry run black --check beancount_ing_diba/ tests/
+ poetry run black --check beancount_ing/ tests/
lint-flake8:
- poetry run flake8 beancount_ing_diba/ tests/
+ poetry run flake8 beancount_ing/ tests/
lint: lint-black lint-flake8
fmt-black:
- poetry run black beancount_ing_diba/ tests/
+ poetry run black beancount_ing/ tests/
# tests
test-pytest:
- poetry run py.test tests/
+ poetry run pytest tests/
.PHONY: fmt-black lint lint-black lint-flake8 test-pytest
diff --git a/beancount_ing_diba/__init__.py b/beancount_ing/__init__.py
index dce37a1..dce37a1 100644
--- a/beancount_ing_diba/__init__.py
+++ b/beancount_ing/__init__.py
diff --git a/beancount_ing_diba/ec.py b/beancount_ing/ec.py
index c78713c..c78713c 100644
--- a/beancount_ing_diba/ec.py
+++ b/beancount_ing/ec.py
diff --git a/pyproject.toml b/pyproject.toml
index 8f0b7e4..560c541 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]
-name = "beancount-ing-diba"
+name = "beancount-ing"
version = "0.5.0"
-description = "Beancount Importer for ING-DiBa (DE) CSV exports"
+description = "Beancount Importer for ING (DE) CSV exports"
readme = "README.md"
authors = ["Siddhant Goel <me@sgoel.dev>"]
license = "MIT"
@@ -19,7 +19,7 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only",
]
include = ["README.md", "License.txt"]
-repository = "https://github.com/siddhantgoel/beancount-ing-diba"
+repository = "https://github.com/siddhantgoel/beancount-ing"
keywords = ["banking", "beancount", "cli-accounting", "finance"]
[tool.black]
diff --git a/tests/test_ec_importer.py b/tests/test_ec_importer.py
index 6b252df..4dea175 100644
--- a/tests/test_ec_importer.py
+++ b/tests/test_ec_importer.py
@@ -8,7 +8,7 @@ from datetime import date
from beancount.core.data import Balance, Transaction
-from beancount_ing_diba.ec import BANKS, ECImporter, PRE_HEADER
+from beancount_ing.ec import BANKS, ECImporter, PRE_HEADER
HEADER = ';'.join(