Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -*- mode: yaml; coding: utf-8 -*-
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
# GitHub: https://github.com/btschwertfeger
# All rights reserved.
# https://github.com/btschwertfeger
#
# Config file to auto-generate release notes based on
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/_build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -*- mode: yaml; coding: utf-8 -*-
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
# GitHub: https://github.com/btschwertfeger
# All rights reserved.
# https://github.com/btschwertfeger
#
# Template workflow to build the project for a specific os
# and Python version.
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/_build_doc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -*- mode: yaml; coding: utf-8 -*-
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
# GitHub: https://github.com/btschwertfeger
# All rights reserved.
# https://github.com/btschwertfeger
#
# Template workflow to build documentation.
#
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/_codecov.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -*- mode: yaml; coding: utf-8 -*-
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
# GitHub: https://github.com/btschwertfeger
# All rights reserved.
# https://github.com/btschwertfeger
#
# Template workflow to build the project for a specific os
# and Python version, run the tests and upload the results to codecov.
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/_pre_commit.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -*- mode: yaml; coding: utf-8 -*-
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
# GitHub: https://github.com/btschwertfeger
# All rights reserved.
# https://github.com/btschwertfeger
#
# Template workflow to run pre-commit.
#
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/_pypi_publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -*- mode: yaml; coding: utf-8 -*-
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
# GitHub: https://github.com/btschwertfeger
# All rights reserved.
# https://github.com/btschwertfeger
#
# Template workflow to build the project and publish
# the package to PyPI.
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/_pypi_test_publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -*- mode: yaml; coding: utf-8 -*-
# Copyright (C) 2024 Benjamin Thomas Schwertfeger
# GitHub: https://github.com/btschwertfeger
# All rights reserved.
# https://github.com/btschwertfeger
#
# Template workflow to build the project and publish
# the package to test PyPI.
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/_test_futures_private.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -*- mode: yaml; coding: utf-8 -*-
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
# GitHub: https://github.com/btschwertfeger
# All rights reserved.
# https://github.com/btschwertfeger
#
# Template workflow to test the private Futures endpoints
# of the python-kraken-sdk.
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/_test_futures_public.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -*- mode: yaml; coding: utf-8 -*-
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
# GitHub: https://github.com/btschwertfeger
# All rights reserved.
# https://github.com/btschwertfeger
#
# Template workflow to test the public Futures endpoints
# of the python-kraken-sdk.
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/_test_nft_private.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -*- mode: yaml; coding: utf-8 -*-
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
# GitHub: https://github.com/btschwertfeger
# All rights reserved.
# https://github.com/btschwertfeger
#
# Template workflow to test the private NFT endpoints of the python-kraken-sdk.
#
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/_test_nft_public.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -*- mode: yaml; coding: utf-8 -*-
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
# GitHub: https://github.com/btschwertfeger
# All rights reserved.
# https://github.com/btschwertfeger
#
# Template workflow to test the public NFT endpoints
# of the python-kraken-sdk.
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/_test_spot_private.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -*- mode: yaml; coding: utf-8 -*-
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
# GitHub: https://github.com/btschwertfeger
# All rights reserved.
# https://github.com/btschwertfeger
#
# Template workflow to test the private Spot endpoints of the
# python-kraken-sdk.
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/_test_spot_public.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -*- mode: yaml; coding: utf-8 -*-
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
# GitHub: https://github.com/btschwertfeger
# All rights reserved.
# https://github.com/btschwertfeger
#
# Template workflow to test the public Spot endpoints
# of the python-kraken-sdk.
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# -*- mode: yaml; coding: utf-8 -*-
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
# GitHub: https://github.com/btschwertfeger
# All rights reserved.
# https://github.com/btschwertfeger
#
# Workflow to apply pre-commit, build, test and upload the package to the test
# index of PyPI.
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/dependabot_auto_merge.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2024 Benjamin Thomas Schwertfeger
# GitHub: https://github.com/btschwertfeger
# -*- mode: yaml; coding: utf-8 -*-
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
# All rights reserved.
# https://github.com/btschwertfeger
#
# Workflow that approves and merges all pull requests from the dependabot[bot]
# author.
Expand Down
6 changes: 4 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
# -*- mode: yaml; coding: utf-8 -*-
#
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
# GitHub: https://github.com/btschwertfeger
# All rights reserved.
# https://github.com/btschwertfeger
#

repos:
Expand Down
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
# GitHub: https://github.com/btschwertfeger
# All rights reserved.
# https://github.com/btschwertfeger
#

include README.md LICENSE pyproject.toml
Expand Down
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# -*- mode: make; coding: utf-8 -*-
#!make
# -*- coding: utf-8 -*-
#
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
# GitHub: https://github.com/btschwertfeger
# All rights reserved.
# https://github.com/btschwertfeger
#

UV ?= uv
Expand Down
2 changes: 2 additions & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# -*- mode: make; coding: utf-8 -*-
#!make
# Minimal makefile for Sphinx documentation
#

Expand Down
7 changes: 5 additions & 2 deletions doc/about/license.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.. -*- coding: utf-8 -*-
.. -*- mode: rst; coding: utf-8 -*-
..
.. Copyright (C) 2023 Benjamin Thomas Schwertfeger
.. GitHub: https://github.com/btschwertfeger
.. All rights reserved.
.. https://github.com/btschwertfeger
..

.. _section-license:

Expand Down
7 changes: 5 additions & 2 deletions doc/base_api/base_api.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.. -*- coding: utf-8 -*-
.. -*- mode: rst; coding: utf-8 -*-
..
.. Copyright (C) 2023 Benjamin Thomas Schwertfeger
.. GitHub: https://github.com/btschwertfeger
.. All rights reserved.
.. https://github.com/btschwertfeger
..

Base Clients and Internals
==========================
Expand Down
5 changes: 4 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# -*- mode: python; coding: utf-8 -*-
#
# Copyright (C) 2023 Benjamin Thomas Schwertfeger
# GitHub: https://github.com/btschwertfeger
# All rights reserved.
# https://github.com/btschwertfeger
#
# Configuration file for the Sphinx documentation builder.
#
Expand Down
7 changes: 5 additions & 2 deletions doc/examples/command_line_interface.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.. -*- coding: utf-8 -*-
.. -*- mode: rst; coding: utf-8 -*-
..
.. Copyright (C) 2024 Benjamin Thomas Schwertfeger
.. GitHub: https://github.com/btschwertfeger
.. All rights reserved.
.. https://github.com/btschwertfeger
..

.. _section-command-line-interface-examples:

Expand Down
7 changes: 5 additions & 2 deletions doc/examples/rest_example_usage.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.. -*- coding: utf-8 -*-
.. -*- mode: rst; coding: utf-8 -*-
..
.. Copyright (C) 2023 Benjamin Thomas Schwertfeger
.. GitHub: https://github.com/btschwertfeger
.. All rights reserved.
.. https://github.com/btschwertfeger
..

.. _section-examples:

Expand Down
8 changes: 5 additions & 3 deletions doc/examples/rest_ws_samples/futures_rest_examples.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

.. -*- coding: utf-8 -*-
.. -*- mode: rst; coding: utf-8 -*-
..
.. Copyright (C) 2023 Benjamin Thomas Schwertfeger
.. GitHub: https://github.com/btschwertfeger
.. All rights reserved.
.. https://github.com/btschwertfeger
..

.. _section-futures-rest-examples:

Expand Down
8 changes: 5 additions & 3 deletions doc/examples/rest_ws_samples/futures_ws_examples.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.. -*- coding: utf-8 -*-
.. -*- mode: rst; coding: utf-8 -*-
..
.. Copyright (C) 2023 Benjamin Thomas Schwertfeger
.. GitHub: https://github.com/btschwertfeger

.. All rights reserved.
.. https://github.com/btschwertfeger
..

Futures Websocket
-----------------
Expand Down
7 changes: 5 additions & 2 deletions doc/examples/rest_ws_samples/spot_rest_examples.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.. -*- coding: utf-8 -*-
.. -*- mode: rst; coding: utf-8 -*-
..
.. Copyright (C) 2023 Benjamin Thomas Schwertfeger
.. GitHub: https://github.com/btschwertfeger
.. All rights reserved.
.. https://github.com/btschwertfeger
..

.. _section-spot-rest-examples:

Expand Down
9 changes: 5 additions & 4 deletions doc/examples/rest_ws_samples/spot_ws_examples.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.. -*- coding: utf-8 -*-
.. -*- mode: rst; coding: utf-8 -*-
..
.. Copyright (C) 2023 Benjamin Thomas Schwertfeger
.. GitHub: https://github.com/btschwertfeger

.. The Spot websocket examples
.. All rights reserved.
.. https://github.com/btschwertfeger
..

Spot Websocket
--------------
Expand Down
7 changes: 5 additions & 2 deletions doc/examples/trading_bot_templates.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.. -*- coding: utf-8 -*-
.. -*- mode: rst; coding: utf-8 -*-
..
.. Copyright (C) 2023 Benjamin Thomas Schwertfeger
.. GitHub: https://github.com/btschwertfeger
.. All rights reserved.
.. https://github.com/btschwertfeger
..

.. _section-trading-bot-templates:

Expand Down
9 changes: 5 additions & 4 deletions doc/examples/trading_bot_templates/futures_bot_template.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.. -*- coding: utf-8 -*-
.. -*- mode: rst; coding: utf-8 -*-
..
.. Copyright (C) 2023 Benjamin Thomas Schwertfeger
.. GitHub: https://github.com/btschwertfeger

.. The futures trading bot template
.. All rights reserved.
.. https://github.com/btschwertfeger
..

Futures Trading Bot Template
----------------------------
Expand Down
9 changes: 5 additions & 4 deletions doc/examples/trading_bot_templates/spot_bot_templates.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.. -*- coding: utf-8 -*-
.. -*- mode: rst; coding: utf-8 -*-
..
.. Copyright (C) 2023 Benjamin Thomas Schwertfeger
.. GitHub: https://github.com/btschwertfeger

.. The spot trading bot templates
.. All rights reserved.
.. https://github.com/btschwertfeger
..

Spot Trading Bot Templates
--------------------------
Expand Down
9 changes: 5 additions & 4 deletions doc/examples/trading_bot_templates/spot_orderbook.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.. -*- coding: utf-8 -*-
.. -*- mode: rst; coding: utf-8 -*-
..
.. Copyright (C) 2023 Benjamin Thomas Schwertfeger
.. GitHub: https://github.com/btschwertfeger

.. The spot orderbook
.. All rights reserved.
.. https://github.com/btschwertfeger
..

Maintain a valid Spot Orderbook
-------------------------------
Expand Down
7 changes: 5 additions & 2 deletions doc/exceptions/exceptions.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.. -*- coding: utf-8 -*-
.. -*- mode: rst; coding: utf-8 -*-
..
.. Copyright (C) 2023 Benjamin Thomas Schwertfeger
.. GitHub: https://github.com/btschwertfeger
.. All rights reserved.
.. https://github.com/btschwertfeger
..

Custom Exceptions
=================
Expand Down
7 changes: 5 additions & 2 deletions doc/futures/rest.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.. -*- coding: utf-8 -*-
.. -*- mode: rst; coding: utf-8 -*-
..
.. Copyright (C) 2023 Benjamin Thomas Schwertfeger
.. GitHub: https://github.com/btschwertfeger
.. All rights reserved.
.. https://github.com/btschwertfeger
..

.. _section-futures-rest-clients:

Expand Down
7 changes: 5 additions & 2 deletions doc/futures/websockets.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.. -*- coding: utf-8 -*-
.. -*- mode: rst; coding: utf-8 -*-
..
.. Copyright (C) 2023 Benjamin Thomas Schwertfeger
.. GitHub: https://github.com/btschwertfeger
.. All rights reserved.
.. https://github.com/btschwertfeger
..

Futures Websockets
==================
Expand Down
Loading