methodic-research 0.1.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.
@@ -0,0 +1,19 @@
1
+ Metadata-Version: 2.4
2
+ Name: methodic-research
3
+ Version: 0.1.2
4
+ Summary: Python client for the Chronicle experiment platform
5
+ License-Expression: Apache-2.0
6
+ Project-URL: Documentation, https://docs.methodiclabs.ai
7
+ Project-URL: Source, https://github.com/methodic-research/methodic/tree/main/conductor
8
+ Project-URL: Issues, https://github.com/methodic-research/methodic/issues
9
+ Requires-Python: >=3.11
10
+ Requires-Dist: requests
11
+ Provides-Extra: dev
12
+ Requires-Dist: pytest>=8.0; extra == "dev"
13
+ Requires-Dist: pytest-timeout; extra == "dev"
14
+ Requires-Dist: requests-mock; extra == "dev"
15
+ Provides-Extra: docs
16
+ Requires-Dist: mkdocs>=1.6; extra == "docs"
17
+ Requires-Dist: mkdocs-material>=9.5; extra == "docs"
18
+ Requires-Dist: mkdocstrings[python]>=0.27; extra == "docs"
19
+ Requires-Dist: ruff; extra == "docs"
@@ -0,0 +1,16 @@
1
+ methodic/__init__.py,sha256=zNt8O0KUuM2D5LfRJXVXl_qgZDS26JNIiaqT8kdzA4s,1850
2
+ methodic/assets.py,sha256=c_Ze51PUCssVgfp2--qyPsF7Qz2ZrIuZzpnLhRIzpHI,5203
3
+ methodic/chronicle.py,sha256=2gJeuscrlIJ08X6Jno_yDJJisIzg6A4rHMYOVX3m2LI,3256
4
+ methodic/errors.py,sha256=EGWSzwGI293b4hAf11yNxyM3CXiCXosNnFrq7yl53Po,1807
5
+ methodic/experiments.py,sha256=mr0_qxQ8EkowlEM80sCOhp60bVpUEr3Yb0AgaOTM1sQ,11864
6
+ methodic/reports.py,sha256=C0Hpj2JGGv5XSfW732C-z0bIjEAB7V_TjH7gxhRQFw0,10411
7
+ methodic/runs.py,sha256=UHf1TwHlErheuLqqA6qH-h6Q3VZ7ZV6YLs0PD_EPJBg,11037
8
+ methodic/search.py,sha256=Gdx9NZFWHb9D1kta-cDYhXSHvkwYSnK4QRZOSn3S5vg,2766
9
+ methodic/transport.py,sha256=o_pY3uuzeqa7TKH1oVJ8NoUmYmxFyaJLEh8wMCsg00k,3129
10
+ methodic/types.py,sha256=5cX8adNcUHGq9ZY-CZnWka3GQXTOzYYbtz3emULXtYM,10271
11
+ methodic/upload_tracker.py,sha256=JsTJK6dftlgoOwFq-PzAUk2mOArCuqr-LSXyOSuo4kA,6689
12
+ methodic/variations.py,sha256=IIFSA_0n-8pk77Q1Av_Yf1CrS5AjG8cRPXvcp6QNGLI,5581
13
+ methodic_research-0.1.2.dist-info/METADATA,sha256=E71qk4ECGOLOh9yHFS3fOx1yye6rJ9GGhBiIFP_-DDk,787
14
+ methodic_research-0.1.2.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
15
+ methodic_research-0.1.2.dist-info/top_level.txt,sha256=cVYc0aLUpnQhTfFpjLbrQIUnKAWRjYhGg-e8kcJ4k-c,9
16
+ methodic_research-0.1.2.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ methodic