From a0dc7b2540e8aa9cd57ab116ae53c0ea5363652e Mon Sep 17 00:00:00 2001 From: Chris Berkhout Date: Sat, 25 Aug 2018 17:11:55 +0200 Subject: [PATCH] Rename from pricedb-pull to pricedbget. --- README.md | 4 ++-- bin/{pricedb-pull => pricedbget} | 0 {pricedb_pull => pricedbget}/__init__.py | 0 {pricedb_pull => pricedbget}/cli.py | 0 {pricedb_pull => pricedbget}/sources/__init__.py | 0 {pricedb_pull => pricedbget}/sources/coinmarketcap.py | 0 {pricedb_pull => pricedbget}/sources/ecb.py | 0 {pricedb_pull => pricedbget}/test/__init__.py | 0 {pricedb_pull => pricedbget}/test/test_app.py | 0 9 files changed, 2 insertions(+), 2 deletions(-) rename bin/{pricedb-pull => pricedbget} (100%) rename {pricedb_pull => pricedbget}/__init__.py (100%) rename {pricedb_pull => pricedbget}/cli.py (100%) rename {pricedb_pull => pricedbget}/sources/__init__.py (100%) rename {pricedb_pull => pricedbget}/sources/coinmarketcap.py (100%) rename {pricedb_pull => pricedbget}/sources/ecb.py (100%) rename {pricedb_pull => pricedbget}/test/__init__.py (100%) rename {pricedb_pull => pricedbget}/test/test_app.py (100%) 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