File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88include README.md LICENSE pyproject.toml
99
10- graft kraken
10+ graft src/ kraken
1111prune .cache
1212prune .github
1313prune doc
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ maintainers = [
2020]
2121description = " Command-line tool and collection of REST and websocket clients to interact with the Kraken cryptocurrency exchange."
2222readme = " README.md"
23+ license = " Apache-2.0"
2324license-files = [" LICENSE" ]
2425requires-python = " >=3.11"
2526dependencies = [
Original file line number Diff line number Diff line change @@ -477,6 +477,8 @@ def get_system_status(
477477 """
478478 Returns the system status of the Kraken Spot API.
479479
480+ - https://docs.kraken.com/api/docs/rest-api/get-system-status
481+
480482 :return: Success or failure
481483 :rtype: dict
482484
You can’t perform that action at this time.
0 commit comments