diff --git a/README.md b/README.md index c17a758..75fafa8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# PriceDB Pull +# PriceDB Get -Pull historical prices for use in [GnuCash](https://www.gnucash.org/) and +Get historical prices for use in [GnuCash](https://www.gnucash.org/) and [Ledger CLI](https://www.ledger-cli.org/). ## Purpose diff --git a/bin/pricedb-pull b/bin/pricedbget similarity index 100% rename from bin/pricedb-pull rename to bin/pricedbget diff --git a/pricedb_pull/__init__.py b/pricedbget/__init__.py similarity index 100% rename from pricedb_pull/__init__.py rename to pricedbget/__init__.py diff --git a/pricedb_pull/cli.py b/pricedbget/cli.py similarity index 100% rename from pricedb_pull/cli.py rename to pricedbget/cli.py diff --git a/pricedb_pull/sources/__init__.py b/pricedbget/sources/__init__.py similarity index 100% rename from pricedb_pull/sources/__init__.py rename to pricedbget/sources/__init__.py diff --git a/pricedb_pull/sources/coinmarketcap.py b/pricedbget/sources/coinmarketcap.py similarity index 100% rename from pricedb_pull/sources/coinmarketcap.py rename to pricedbget/sources/coinmarketcap.py diff --git a/pricedb_pull/sources/ecb.py b/pricedbget/sources/ecb.py similarity index 100% rename from pricedb_pull/sources/ecb.py rename to pricedbget/sources/ecb.py diff --git a/pricedb_pull/test/__init__.py b/pricedbget/test/__init__.py similarity index 100% rename from pricedb_pull/test/__init__.py rename to pricedbget/test/__init__.py diff --git a/pricedb_pull/test/test_app.py b/pricedbget/test/test_app.py similarity index 100% rename from pricedb_pull/test/test_app.py rename to pricedbget/test/test_app.py