1
0

Compare commits

..

No commits in common. "5a7c1f3a659a407257a7151878f4d6ee88bb7c2c" and "4b424a2cf5b37c11d5b4e304798b8ae35a4b59cc" have entirely different histories.

4 changed files with 55 additions and 49 deletions

View File

@ -6,26 +6,28 @@
Python library for automatic fetching of personal asset depo information.
## Supported websites/services
## Supported services
- [**Kraken**](https://www.kraken.com/) crypto-currency exchange
(`KrakenDepoFetcher`):
Uses their [publicly documented API](https://docs.kraken.com/rest/). This
provides the same data as the homepage.
- [**Kucoin**](https://www.kucoin.com/) crypto-currency exchange
(`KucoinDepoFetcher`):
Uses their [publicly documented
[**Kraken**](https://www.kraken.com/) crypto-currency exchange
(`KrakenDepoFetcher`): Uses their [publicly documented
API](https://docs.kraken.com/rest/). This provides the same data as the
homepage.
[**Kucoin**](https://www.kucoin.com/) crypto-currency exchange
(`KucoinDepoFetcher`): Uses their [publicly documented
API](https://www.kucoin.com/docs/beginners/introduction). This provides the
same data as is available on the Assets Overview Page. This fetcher also
allows for placing market orders, but be careful with this functionality.
- [**Partisia Blockchain**](https://browser.partisiablockchain.com/) wallet
balances (`PartisiaBlockchainAccountDepoFetcher`):
Uses a public reader node to check the account state. This is the same data as
can be found in the Partisia Browser Assets page.
- [**Nordnet**](https://www.nordnet.dk) nordic investment bank
(`NordnetDepoFetcher`):
Uses their [API](https://www.nordnet.dk/externalapi/docs/api). Thanks to
[Morten Helmstedt](https://helmstedt.dk/) for sharing his [Nordnet
[**Partisia Blockchain**](https://browser.partisiablockchain.com/) wallet
balances (`PartisiaBlockchainAccountDepoFetcher`): Uses a public reader node to
check the account state. This is the same data as can be found in the Partisia
Browser Assets page.
[**Nordnet**](https://www.nordnet.dk) nordic investment bank
(`NordnetDepoFetcher`): Uses their
[API](https://www.nordnet.dk/externalapi/docs/api). Thanks to [Morten
Helmstedt](https://helmstedt.dk/) for sharing his [Nordnet
utilities](https://github.com/helmstedt/nordnet-utilities), which helped with
implementing this functionality. Exposes the same data as the home page.

View File

@ -2,26 +2,28 @@
Python library for automatic fetching of personal asset depo information.
## Supported websites/services
## Supported services
- [**Kraken**](https://www.kraken.com/) crypto-currency exchange
(`KrakenDepoFetcher`):
Uses their [publicly documented API](https://docs.kraken.com/rest/). This
provides the same data as the homepage.
- [**Kucoin**](https://www.kucoin.com/) crypto-currency exchange
(`KucoinDepoFetcher`):
Uses their [publicly documented
[**Kraken**](https://www.kraken.com/) crypto-currency exchange
(`KrakenDepoFetcher`): Uses their [publicly documented
API](https://docs.kraken.com/rest/). This provides the same data as the
homepage.
[**Kucoin**](https://www.kucoin.com/) crypto-currency exchange
(`KucoinDepoFetcher`): Uses their [publicly documented
API](https://www.kucoin.com/docs/beginners/introduction). This provides the
same data as is available on the Assets Overview Page. This fetcher also
allows for placing market orders, but be careful with this functionality.
- [**Partisia Blockchain**](https://browser.partisiablockchain.com/) wallet
balances (`PartisiaBlockchainAccountDepoFetcher`):
Uses a public reader node to check the account state. This is the same data as
can be found in the Partisia Browser Assets page.
- [**Nordnet**](https://www.nordnet.dk) nordic investment bank
(`NordnetDepoFetcher`):
Uses their [API](https://www.nordnet.dk/externalapi/docs/api). Thanks to
[Morten Helmstedt](https://helmstedt.dk/) for sharing his [Nordnet
[**Partisia Blockchain**](https://browser.partisiablockchain.com/) wallet
balances (`PartisiaBlockchainAccountDepoFetcher`): Uses a public reader node to
check the account state. This is the same data as can be found in the Partisia
Browser Assets page.
[**Nordnet**](https://www.nordnet.dk) nordic investment bank
(`NordnetDepoFetcher`): Uses their
[API](https://www.nordnet.dk/externalapi/docs/api). Thanks to [Morten
Helmstedt](https://helmstedt.dk/) for sharing his [Nordnet
utilities](https://github.com/helmstedt/nordnet-utilities), which helped with
implementing this functionality. Exposes the same data as the home page.

View File

@ -1 +1 @@
__version__ = '0.1.24'
__version__ = '0.1.23'

View File

@ -15,26 +15,28 @@ PACKAGE_DESCRIPTION = """
Python library for automatic fetching of personal asset depo information.
## Supported websites/services
## Supported services
- [**Kraken**](https://www.kraken.com/) crypto-currency exchange
(`KrakenDepoFetcher`):
Uses their [publicly documented API](https://docs.kraken.com/rest/). This
provides the same data as the homepage.
- [**Kucoin**](https://www.kucoin.com/) crypto-currency exchange
(`KucoinDepoFetcher`):
Uses their [publicly documented
[**Kraken**](https://www.kraken.com/) crypto-currency exchange
(`KrakenDepoFetcher`): Uses their [publicly documented
API](https://docs.kraken.com/rest/). This provides the same data as the
homepage.
[**Kucoin**](https://www.kucoin.com/) crypto-currency exchange
(`KucoinDepoFetcher`): Uses their [publicly documented
API](https://www.kucoin.com/docs/beginners/introduction). This provides the
same data as is available on the Assets Overview Page. This fetcher also
allows for placing market orders, but be careful with this functionality.
- [**Partisia Blockchain**](https://browser.partisiablockchain.com/) wallet
balances (`PartisiaBlockchainAccountDepoFetcher`):
Uses a public reader node to check the account state. This is the same data as
can be found in the Partisia Browser Assets page.
- [**Nordnet**](https://www.nordnet.dk) nordic investment bank
(`NordnetDepoFetcher`):
Uses their [API](https://www.nordnet.dk/externalapi/docs/api). Thanks to
[Morten Helmstedt](https://helmstedt.dk/) for sharing his [Nordnet
[**Partisia Blockchain**](https://browser.partisiablockchain.com/) wallet
balances (`PartisiaBlockchainAccountDepoFetcher`): Uses a public reader node to
check the account state. This is the same data as can be found in the Partisia
Browser Assets page.
[**Nordnet**](https://www.nordnet.dk) nordic investment bank
(`NordnetDepoFetcher`): Uses their
[API](https://www.nordnet.dk/externalapi/docs/api). Thanks to [Morten
Helmstedt](https://helmstedt.dk/) for sharing his [Nordnet
utilities](https://github.com/helmstedt/nordnet-utilities), which helped with
implementing this functionality. Exposes the same data as the home page.