Compare commits
No commits in common. "5a7c1f3a659a407257a7151878f4d6ee88bb7c2c" and "4b424a2cf5b37c11d5b4e304798b8ae35a4b59cc" have entirely different histories.
5a7c1f3a65
...
4b424a2cf5
34
README.md
34
README.md
|
@ -6,26 +6,28 @@
|
||||||
|
|
||||||
Python library for automatic fetching of personal asset depo information.
|
Python library for automatic fetching of personal asset depo information.
|
||||||
|
|
||||||
## Supported websites/services
|
## Supported services
|
||||||
|
|
||||||
- [**Kraken**](https://www.kraken.com/) crypto-currency exchange
|
[**Kraken**](https://www.kraken.com/) crypto-currency exchange
|
||||||
(`KrakenDepoFetcher`):
|
(`KrakenDepoFetcher`): Uses their [publicly documented
|
||||||
Uses their [publicly documented API](https://docs.kraken.com/rest/). This
|
API](https://docs.kraken.com/rest/). This provides the same data as the
|
||||||
provides the same data as the homepage.
|
homepage.
|
||||||
- [**Kucoin**](https://www.kucoin.com/) crypto-currency exchange
|
|
||||||
(`KucoinDepoFetcher`):
|
[**Kucoin**](https://www.kucoin.com/) crypto-currency exchange
|
||||||
Uses their [publicly documented
|
(`KucoinDepoFetcher`): Uses their [publicly documented
|
||||||
API](https://www.kucoin.com/docs/beginners/introduction). This provides the
|
API](https://www.kucoin.com/docs/beginners/introduction). This provides the
|
||||||
same data as is available on the Assets Overview Page. This fetcher also
|
same data as is available on the Assets Overview Page. This fetcher also
|
||||||
allows for placing market orders, but be careful with this functionality.
|
allows for placing market orders, but be careful with this functionality.
|
||||||
- [**Partisia Blockchain**](https://browser.partisiablockchain.com/) wallet
|
|
||||||
balances (`PartisiaBlockchainAccountDepoFetcher`):
|
[**Partisia Blockchain**](https://browser.partisiablockchain.com/) wallet
|
||||||
Uses a public reader node to check the account state. This is the same data as
|
balances (`PartisiaBlockchainAccountDepoFetcher`): Uses a public reader node to
|
||||||
can be found in the Partisia Browser Assets page.
|
check the account state. This is the same data as can be found in the Partisia
|
||||||
- [**Nordnet**](https://www.nordnet.dk) nordic investment bank
|
Browser Assets page.
|
||||||
(`NordnetDepoFetcher`):
|
|
||||||
Uses their [API](https://www.nordnet.dk/externalapi/docs/api). Thanks to
|
[**Nordnet**](https://www.nordnet.dk) nordic investment bank
|
||||||
[Morten Helmstedt](https://helmstedt.dk/) for sharing his [Nordnet
|
(`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
|
utilities](https://github.com/helmstedt/nordnet-utilities), which helped with
|
||||||
implementing this functionality. Exposes the same data as the home page.
|
implementing this functionality. Exposes the same data as the home page.
|
||||||
|
|
||||||
|
|
|
@ -2,26 +2,28 @@
|
||||||
|
|
||||||
Python library for automatic fetching of personal asset depo information.
|
Python library for automatic fetching of personal asset depo information.
|
||||||
|
|
||||||
## Supported websites/services
|
## Supported services
|
||||||
|
|
||||||
- [**Kraken**](https://www.kraken.com/) crypto-currency exchange
|
[**Kraken**](https://www.kraken.com/) crypto-currency exchange
|
||||||
(`KrakenDepoFetcher`):
|
(`KrakenDepoFetcher`): Uses their [publicly documented
|
||||||
Uses their [publicly documented API](https://docs.kraken.com/rest/). This
|
API](https://docs.kraken.com/rest/). This provides the same data as the
|
||||||
provides the same data as the homepage.
|
homepage.
|
||||||
- [**Kucoin**](https://www.kucoin.com/) crypto-currency exchange
|
|
||||||
(`KucoinDepoFetcher`):
|
[**Kucoin**](https://www.kucoin.com/) crypto-currency exchange
|
||||||
Uses their [publicly documented
|
(`KucoinDepoFetcher`): Uses their [publicly documented
|
||||||
API](https://www.kucoin.com/docs/beginners/introduction). This provides the
|
API](https://www.kucoin.com/docs/beginners/introduction). This provides the
|
||||||
same data as is available on the Assets Overview Page. This fetcher also
|
same data as is available on the Assets Overview Page. This fetcher also
|
||||||
allows for placing market orders, but be careful with this functionality.
|
allows for placing market orders, but be careful with this functionality.
|
||||||
- [**Partisia Blockchain**](https://browser.partisiablockchain.com/) wallet
|
|
||||||
balances (`PartisiaBlockchainAccountDepoFetcher`):
|
[**Partisia Blockchain**](https://browser.partisiablockchain.com/) wallet
|
||||||
Uses a public reader node to check the account state. This is the same data as
|
balances (`PartisiaBlockchainAccountDepoFetcher`): Uses a public reader node to
|
||||||
can be found in the Partisia Browser Assets page.
|
check the account state. This is the same data as can be found in the Partisia
|
||||||
- [**Nordnet**](https://www.nordnet.dk) nordic investment bank
|
Browser Assets page.
|
||||||
(`NordnetDepoFetcher`):
|
|
||||||
Uses their [API](https://www.nordnet.dk/externalapi/docs/api). Thanks to
|
[**Nordnet**](https://www.nordnet.dk) nordic investment bank
|
||||||
[Morten Helmstedt](https://helmstedt.dk/) for sharing his [Nordnet
|
(`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
|
utilities](https://github.com/helmstedt/nordnet-utilities), which helped with
|
||||||
implementing this functionality. Exposes the same data as the home page.
|
implementing this functionality. Exposes the same data as the home page.
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.24'
|
__version__ = '0.1.23'
|
||||||
|
|
34
setup.py
34
setup.py
|
@ -15,26 +15,28 @@ PACKAGE_DESCRIPTION = """
|
||||||
|
|
||||||
Python library for automatic fetching of personal asset depo information.
|
Python library for automatic fetching of personal asset depo information.
|
||||||
|
|
||||||
## Supported websites/services
|
## Supported services
|
||||||
|
|
||||||
- [**Kraken**](https://www.kraken.com/) crypto-currency exchange
|
[**Kraken**](https://www.kraken.com/) crypto-currency exchange
|
||||||
(`KrakenDepoFetcher`):
|
(`KrakenDepoFetcher`): Uses their [publicly documented
|
||||||
Uses their [publicly documented API](https://docs.kraken.com/rest/). This
|
API](https://docs.kraken.com/rest/). This provides the same data as the
|
||||||
provides the same data as the homepage.
|
homepage.
|
||||||
- [**Kucoin**](https://www.kucoin.com/) crypto-currency exchange
|
|
||||||
(`KucoinDepoFetcher`):
|
[**Kucoin**](https://www.kucoin.com/) crypto-currency exchange
|
||||||
Uses their [publicly documented
|
(`KucoinDepoFetcher`): Uses their [publicly documented
|
||||||
API](https://www.kucoin.com/docs/beginners/introduction). This provides the
|
API](https://www.kucoin.com/docs/beginners/introduction). This provides the
|
||||||
same data as is available on the Assets Overview Page. This fetcher also
|
same data as is available on the Assets Overview Page. This fetcher also
|
||||||
allows for placing market orders, but be careful with this functionality.
|
allows for placing market orders, but be careful with this functionality.
|
||||||
- [**Partisia Blockchain**](https://browser.partisiablockchain.com/) wallet
|
|
||||||
balances (`PartisiaBlockchainAccountDepoFetcher`):
|
[**Partisia Blockchain**](https://browser.partisiablockchain.com/) wallet
|
||||||
Uses a public reader node to check the account state. This is the same data as
|
balances (`PartisiaBlockchainAccountDepoFetcher`): Uses a public reader node to
|
||||||
can be found in the Partisia Browser Assets page.
|
check the account state. This is the same data as can be found in the Partisia
|
||||||
- [**Nordnet**](https://www.nordnet.dk) nordic investment bank
|
Browser Assets page.
|
||||||
(`NordnetDepoFetcher`):
|
|
||||||
Uses their [API](https://www.nordnet.dk/externalapi/docs/api). Thanks to
|
[**Nordnet**](https://www.nordnet.dk) nordic investment bank
|
||||||
[Morten Helmstedt](https://helmstedt.dk/) for sharing his [Nordnet
|
(`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
|
utilities](https://github.com/helmstedt/nordnet-utilities), which helped with
|
||||||
implementing this functionality. Exposes the same data as the home page.
|
implementing this functionality. Exposes the same data as the home page.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user