We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab996a commit 37ea1ccCopy full SHA for 37ea1cc
4 files changed
openhexa/__init__.py
@@ -0,0 +1 @@
1
+"""OpenHexa package initialization."""
openhexa/graphql/__init__.py
+"""OpenHexa-SDK GraphQL client to communicate with OpenHexa API."""
openhexa/graphql/openhexa_client.py
@@ -1,3 +1,4 @@
+"""OpenHexaClient is a class that provides methods to interact with the OpenHexa GraphQL API."""
2
import logging
3
from datetime import datetime
4
from pathlib import Path
openhexa/version.py
+"""Openhexa SDK version module."""
from importlib.metadata import version
try:
0 commit comments