Skip to content

Commit faad38e

Browse files
authored
Update kagglesdk (#848)
Reminder, we still need to have `kagglesdk` embedded here until the build script is updated to pull it from PyPI. This is generated by `kapigen`, with my latest changes. The test script runs correctly.
1 parent c782f4d commit faad38e

File tree

142 files changed

+29518
-4200
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+29518
-4200
lines changed

src/kagglesdk/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
__version__ = "0.1.0"
2+
13
from kagglesdk.kaggle_client import KaggleClient
24
from kagglesdk.kaggle_creds import KaggleCredentials
35
from kagglesdk.kaggle_env import get_access_token_from_env, KaggleEnv

0 commit comments

Comments
 (0)