calkit-python 0.0.1__py3-none-any.whl → 0.0.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
calkit/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- __version__ = "0.0.1"
1
+ __version__ = "0.0.2"
2
2
 
3
3
  from .core import *
4
4
  from . import git
calkit/cli.py CHANGED
@@ -1,5 +1,7 @@
1
1
  """The command line interface."""
2
2
 
3
+ from __future__ import annotations
4
+
3
5
  import os
4
6
  import pty
5
7
  import subprocess
calkit/cloud.py CHANGED
@@ -1,5 +1,7 @@
1
1
  """The REST API client."""
2
2
 
3
+ from __future__ import annotations
4
+
3
5
  import os
4
6
  from functools import partial
5
7
  from typing import Literal
calkit/config.py CHANGED
@@ -1,5 +1,7 @@
1
1
  """Configuration."""
2
2
 
3
+ from __future__ import annotations
4
+
3
5
  import os
4
6
  from typing import Literal
5
7
 
calkit/core.py CHANGED
@@ -1,5 +1,7 @@
1
1
  """Core functionality."""
2
2
 
3
+ from __future__ import annotations
4
+
3
5
  import glob
4
6
  import os
5
7
 
calkit/data.py CHANGED
@@ -1,5 +1,7 @@
1
1
  """Functionality for working with datasets."""
2
2
 
3
+ from __future__ import annotations
4
+
3
5
  from typing import Literal, Union
4
6
 
5
7
  import pandas as pd
calkit/dvc.py CHANGED
@@ -1,5 +1,7 @@
1
1
  """Working with DVC."""
2
2
 
3
+ from __future__ import annotations
4
+
3
5
  import logging
4
6
  import subprocess
5
7
 
calkit/git.py CHANGED
@@ -1,5 +1,7 @@
1
1
  """Git-related functionality."""
2
2
 
3
+ from __future__ import annotations
4
+
3
5
  import git
4
6
 
5
7
 
calkit/jupyter.py CHANGED
@@ -1,5 +1,7 @@
1
1
  """Functionality for working with Jupyter."""
2
2
 
3
+ from __future__ import annotations
4
+
3
5
  import subprocess
4
6
 
5
7
  from pydantic import BaseModel
calkit/server.py CHANGED
@@ -1,5 +1,7 @@
1
1
  """A local server for interacting with project repos."""
2
2
 
3
+ from __future__ import annotations
4
+
3
5
  import os
4
6
 
5
7
  import dvc
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: calkit-python
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: Reproducibility made easy.
5
5
  Project-URL: Homepage, https://github.com/calkit/calkit
6
6
  Project-URL: Issues, https://github.com/calkit/calkit/issues
@@ -11,6 +11,7 @@ Classifier: Operating System :: OS Independent
11
11
  Classifier: Programming Language :: Python :: 3
12
12
  Requires-Python: >=3.8
13
13
  Requires-Dist: dvc
14
+ Requires-Dist: eval-type-backport; python_version < '3.10'
14
15
  Requires-Dist: fastapi
15
16
  Requires-Dist: gitpython
16
17
  Requires-Dist: keyring
@@ -0,0 +1,19 @@
1
+ calkit/__init__.py,sha256=5ZyOW3PHimYwnmImfuA_Yqh2Vh1daNTXojMUlAPXeog,142
2
+ calkit/cli.py,sha256=biHONCwIlYFp8Gcj8kl_XPafD0F8jnKQ6m_LUyk07VA,3029
3
+ calkit/cloud.py,sha256=CnQKms4mBQo4X8jVLIa-70-3jPDl38zRNFyK5TjiaHM,2209
4
+ calkit/config.py,sha256=NPFRk5inn66Wy44pyx8WppyqvIzkW1sO6VjXwIcCacE,2044
5
+ calkit/core.py,sha256=fB5HAGJg9yDqJESFisFyKImvMB8wO2CpurGg6hfr7qE,990
6
+ calkit/data.py,sha256=DqgrvRj9eI8eidmHZFC-UYHmWc-xmBb_GFYDJP1R0DI,1447
7
+ calkit/dvc.py,sha256=tX5172Ahw0mHcuJIrMenz1oGYxCrMzMURJJMHEHenbg,1506
8
+ calkit/git.py,sha256=NLd7A32dPbfVnZLa8xbmviJ-ChGZcdkcd6wcOOnsSKQ,350
9
+ calkit/gui.py,sha256=2UCrMyosc5v4CLlDcHO7oDwW9eLn5_WbNaLaG5bjMTc,23
10
+ calkit/jupyter.py,sha256=S6HUOVafaLQJ7_ZfC1ddBwF3fT5q3GcbouLHdlH-oSo,1034
11
+ calkit/server.py,sha256=gq3643ABKTQu1eVR_OqJ-SdQh2dPLHSFsipmmAK5ttA,5959
12
+ calkit/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
+ calkit/tests/test_core.py,sha256=CdRqvYnq3MidyTknvfIbkmmhMfydpyKtTW9hakAvzsc,167
14
+ calkit/tests/test_jupyter.py,sha256=YTL6zI740UM2KUjskSipzvSKxsyQ8rVPFQIX5cb2tMQ,114
15
+ calkit_python-0.0.2.dist-info/METADATA,sha256=QaKWH12fJ1QZ04UT7bgBC8VOW5oVYzsuDk8l8uKgUKs,2393
16
+ calkit_python-0.0.2.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
17
+ calkit_python-0.0.2.dist-info/entry_points.txt,sha256=tiPfbDDZNB-YStw5YVO_4Gww0W3Dcdy8Mh6muX_GWnY,42
18
+ calkit_python-0.0.2.dist-info/licenses/LICENSE,sha256=9ZamCaSUTZk9rcrnf-sWFKLOHr3ws-S_dgKMegW4nw8,1056
19
+ calkit_python-0.0.2.dist-info/RECORD,,
@@ -1,19 +0,0 @@
1
- calkit/__init__.py,sha256=3QZKwXecsbiUn-TsKW90NGAxGaVKOjG1q_EhB9lF_7Q,142
2
- calkit/cli.py,sha256=G23OBAAEHt-gE9lEDQFJ45RGobPyC-tt_xHnCh8GNvs,2993
3
- calkit/cloud.py,sha256=DLhds45nFFuXE9k6VpWMh4toxKZdy4yp2jfdAkl6Nzg,2173
4
- calkit/config.py,sha256=UqgWHrsQgM_bODCrmOEJZY6gxpBs_jFbEdT-ZQLjLSQ,2008
5
- calkit/core.py,sha256=44S3Ql3x6uJraoss9ha-FWbZeSfW2YOxU81p16k80h0,954
6
- calkit/data.py,sha256=G_dFLUCE7tMqGfg7NV7-197NrOYATSgI1eTdcz2HCyI,1411
7
- calkit/dvc.py,sha256=a5X8MeAr9rDmY70MZo4BHh2LfHocj0u4WAiqPXGGEos,1470
8
- calkit/git.py,sha256=2BcfdyGaCxoN25S5aFGMRMmIfWHCrCoFY3hNrGsu2yM,314
9
- calkit/gui.py,sha256=2UCrMyosc5v4CLlDcHO7oDwW9eLn5_WbNaLaG5bjMTc,23
10
- calkit/jupyter.py,sha256=VYONwhc_2orwjlki0oNYxy1dYkDBFWvi02Tl8-Tnw-c,998
11
- calkit/server.py,sha256=NgJuUcc8tZOY5wIH86xFA7Bs1Ji61JYcMUEB7VXlwkw,5923
12
- calkit/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
- calkit/tests/test_core.py,sha256=CdRqvYnq3MidyTknvfIbkmmhMfydpyKtTW9hakAvzsc,167
14
- calkit/tests/test_jupyter.py,sha256=YTL6zI740UM2KUjskSipzvSKxsyQ8rVPFQIX5cb2tMQ,114
15
- calkit_python-0.0.1.dist-info/METADATA,sha256=ryO4XQ0MNWArJsunUIEAWjM_oFcqUJ3VO7BIToD8jrk,2334
16
- calkit_python-0.0.1.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
17
- calkit_python-0.0.1.dist-info/entry_points.txt,sha256=tiPfbDDZNB-YStw5YVO_4Gww0W3Dcdy8Mh6muX_GWnY,42
18
- calkit_python-0.0.1.dist-info/licenses/LICENSE,sha256=9ZamCaSUTZk9rcrnf-sWFKLOHr3ws-S_dgKMegW4nw8,1056
19
- calkit_python-0.0.1.dist-info/RECORD,,