Skip to main content

GRVT Python SDK

Project description

uv logo pre-commit logo ruff logo bandit logo pytest logo

Docker logo GitHub Actions logo

GRVT Python SDK

CodeQL GitHub CI GitHub license


Installation

pip install grvt-pysdk

Usage

There are various ways to use the GRVT Python SDK

Contributor's guide

Table of Contents


Prerequisites


Installation

  1. Clone the git repository

    git clone https://github.com/grvt-technologies/grvt-pysdk.git
    
  2. Go into the project directory

    cd grvt-pysdk/
    
  3. Checkout working branch

    git checkout <branch>
    
  4. Install dependencies

    make install
    
  5. Enable pre-commit hooks

    pre-commit install
    

What's in the box ?

uv

uv is an extremely fast Python package and project manager, written in Rust.

pyproject.toml file (pyproject.toml): orchestrate your project and its dependencies uv.lock file (uv.lock): ensure that the package versions are consistent for everyone working on your project

For more configuration options and details, see the configuration docs.

pre-commit

pre-commit is a framework for managing and maintaining multi-language pre-commit hooks.

.pre-commit-config.yaml file (.pre-commit-config.yaml): describes what repositories and hooks are installed

For more configuration options and details, see the configuration docs.

ruff

ruff is an extremely fast Python linter, written in Rust.

Rules are defined in the pyproject.toml.

For more configuration options and details, see the configuration docs.

mypy

mypy is an optional static type checker for Python that aims to combine the benefits of dynamic (or "duck") typing and static typing.

Rules are defined in the pyproject.toml.

For more configuration options and details, see the configuration docs.

bandit

bandit is a tool designed to find common security issues in Python code.

Rules are defined in the pyproject.toml.

For more configuration options and details, see the configuration docs.

docformatter

docformatter is a tool designed to format docstrings to follow PEP 257.

Options are defined in the .pre-commit-config.yaml.


Testing

We are using pytest & pytest-cov to write tests.

To run tests with coverage:

make test
Output
collected 4 items                                                                                                                                                                                                        

tests/pysdk/test_grvt_api_async.py::test_get_all_instruments PASSED                                                                                                                                                [ 25%]
tests/pysdk/test_grvt_api_async.py::test_open_orders PASSED                                                                                                                                                        [ 50%]
tests/pysdk/test_grvt_api_sync.py::test_get_all_instruments PASSED                                                                                                                                                 [ 75%]
tests/pysdk/test_grvt_api_sync.py::test_open_orders PASSED                                                                                                                                                         [100%]

---------- coverage: platform darwin, python 3.10.15-final-0 ----------
Name                          Stmts   Miss  Cover
-------------------------------------------------
src/pysdk/__init__.py             1      0   100%
src/pysdk/grvt_api_async.py     152    113    26%
src/pysdk/grvt_api_base.py      158     75    53%
src/pysdk/grvt_api_sync.py      152    113    26%
src/pysdk/grvt_env.py            27      4    85%
src/pysdk/types.py              909      0   100%
-------------------------------------------------
TOTAL                          1399    305    78%


=================================================================================================== 4 passed in 1.20s ====================================================================================================

Makefile

We are using Makefile to manage the project.

To see the list of commands:

make
  grvt-pysdk git:(main)  make
help                           Show this help
run                            Run the project
test                           Run the tests
precommit                      Run the pre-commit hooks
lint                           Run the linter
format                         Run the formatter
typecheck                      Run the type checker
security                       Run the security checker
clean                          Clean the project
install                        Install the project
build                          Build the project
publish                        Publish the project

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

grvt_pysdk-0.1.2.tar.gz (117.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

grvt_pysdk-0.1.2-py3-none-any.whl (32.6 kB view details)

Uploaded Python 3

File details

Details for the file grvt_pysdk-0.1.2.tar.gz.

File metadata

  • Download URL: grvt_pysdk-0.1.2.tar.gz
  • Upload date:
  • Size: 117.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.15

File hashes

Hashes for grvt_pysdk-0.1.2.tar.gz
Algorithm Hash digest
SHA256 eb9b47c0cf375246de523ef3fd4bb49ee10dcf4e0769c40478574874920ba57b
MD5 dfda3feeb54a6e94ce11b3337cbf5d06
BLAKE2b-256 d3241ecedd93264471d276848686c3f30ee18bac874687a652d15933e7738f83

See more details on using hashes here.

File details

Details for the file grvt_pysdk-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: grvt_pysdk-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 32.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.15

File hashes

Hashes for grvt_pysdk-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2adef8d8ed4c3375cbc8e946fd4fc90dffcea7476e589a5824ac0c155c240b2a
MD5 832d558cd70306a913065461be25c8e3
BLAKE2b-256 8148e533e1ba4724f6d1ac1164ffe77687e68daebcd2e6a2e74b4b93964449b8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page