genius-core-client 0.4.0

Genius Core Client Library. Written in Rust and using PyO3 for Python bindings.
Documentation
1
2
3
4
5
Feature: Client connection
  Scenario: Successful client creation
    Given I have the correct environment variables
    When I create a new client
    Then the client should be created successfully