otf-api 0.9.2__py3-none-any.whl → 0.9.3__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.
otf_api/__init__.py CHANGED
@@ -4,7 +4,7 @@ from otf_api.api import Otf
4
4
  from otf_api import models
5
5
  from otf_api.auth import OtfUser
6
6
 
7
- __version__ = "0.9.2"
7
+ __version__ = "0.9.3"
8
8
 
9
9
 
10
10
  __all__ = ["Otf", "OtfUser", "models"]
otf_api/utils.py CHANGED
@@ -67,7 +67,7 @@ class CacheableData:
67
67
  cache_dir: Path
68
68
 
69
69
  def __attrs_post_init__(self):
70
- self.cache_dir.mkdir(parents=True, exist_ok=True)
70
+ self.cache_path.mkdir(parents=True, exist_ok=True)
71
71
 
72
72
  @property
73
73
  def cache_path(self) -> Path:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: otf-api
3
- Version: 0.9.2
3
+ Version: 0.9.3
4
4
  Summary: Python OrangeTheory Fitness API Client
5
5
  License: MIT
6
6
  Author: Jessica Smith
@@ -1,4 +1,4 @@
1
- otf_api/__init__.py,sha256=QDClynfqFpgl8WPwfIe7AGh9UKPBrhj081fXluLF4-k,204
1
+ otf_api/__init__.py,sha256=iYW2mje0nXrHqf3Fn4RBSAQu66z7cYLjjPEm-rkMZJU,204
2
2
  otf_api/api.py,sha256=UNuMgJ6RnEj1rU8V6Funtnv3WQlxp2ShOJKCkfI-iC0,52570
3
3
  otf_api/auth/__init__.py,sha256=Pu6ugbEXhgjJEpYKr7K2CqEac53Wq9FRF3F16GLQ_ww,133
4
4
  otf_api/auth/auth.py,sha256=m9qzUn0hdAo6AZHm2Mn054nLqUWPxEyP3y3DOBVkvYA,9010
@@ -28,8 +28,8 @@ otf_api/models/studio_detail.py,sha256=4HZXP6khjuFs7J7lokr3rMEDDpCwcb7OYJVJvzgly
28
28
  otf_api/models/studio_services.py,sha256=aGLQMQmjGVpI6YxzAl-mcp3Y9cHPXuH9dIqrl6E-78E,1665
29
29
  otf_api/models/telemetry.py,sha256=_g-wtJDbaXENk1DqH0bbpJUsGepWDYraRIsIvpvDBU8,2531
30
30
  otf_api/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
31
- otf_api/utils.py,sha256=Af_Xg2QLoFqRzHOj4LtCIIqpRsdih-7HW1rJ8tUo8tE,3937
32
- otf_api-0.9.2.dist-info/LICENSE,sha256=UaPT9ynYigC3nX8n22_rC37n-qmTRKLFaHrtUwF9ktE,1071
33
- otf_api-0.9.2.dist-info/METADATA,sha256=VA_ZhzHmo4mZMLFaTP1YD94N04xJXeQG29n32chePaE,2296
34
- otf_api-0.9.2.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
35
- otf_api-0.9.2.dist-info/RECORD,,
31
+ otf_api/utils.py,sha256=9P-gfle4pyufQJLjJhaMzOr6w7OgPYtF8HHXPdgYqYA,3938
32
+ otf_api-0.9.3.dist-info/LICENSE,sha256=UaPT9ynYigC3nX8n22_rC37n-qmTRKLFaHrtUwF9ktE,1071
33
+ otf_api-0.9.3.dist-info/METADATA,sha256=_GFU92FzBhT6XBJn6GlgFHJjydrOZMPnO7x8-d6ys_M,2296
34
+ otf_api-0.9.3.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
35
+ otf_api-0.9.3.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.0.1
2
+ Generator: poetry-core 2.1.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any