baton-sdk 0.0.0__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.
baton_sdk/__init__.py
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: baton-sdk
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Reserved name for the Baton project. The active package is baton-sdk.
|
|
5
|
+
Project-URL: Homepage, https://github.com/good-timing/baton
|
|
6
|
+
Author-email: Good Timing <ujwal@goodtiming.ai>
|
|
7
|
+
License: Apache-2.0
|
|
8
|
+
Keywords: baton,placeholder,reserved
|
|
9
|
+
Classifier: Development Status :: 1 - Planning
|
|
10
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
11
|
+
Classifier: Programming Language :: Python :: 3
|
|
12
|
+
Requires-Python: >=3.10
|
|
13
|
+
Description-Content-Type: text/markdown
|
|
14
|
+
|
|
15
|
+
# baton-sdk
|
|
16
|
+
|
|
17
|
+
Reserved name for the [Baton](https://github.com/good-timing/baton) project.
|
|
18
|
+
|
|
19
|
+
The active package is **`baton-sdk`**:
|
|
20
|
+
|
|
21
|
+
```sh
|
|
22
|
+
pip install baton-sdk
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
This name is reserved to prevent typo-squatting and to leave room for future Baton tooling. If you reached this page expecting something else, see [https://github.com/good-timing/baton](https://github.com/good-timing/baton).
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
baton_sdk/__init__.py,sha256=MCUs1FirJwzmmxhDRhnIjclx_1pZT4JMUqUTm4yMF5Y,95
|
|
2
|
+
baton_sdk-0.0.0.dist-info/METADATA,sha256=kGbZLflOS4w3mL3ayo5kyxwSj28OWGJdPnmgIAZmctk,909
|
|
3
|
+
baton_sdk-0.0.0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
|
|
4
|
+
baton_sdk-0.0.0.dist-info/RECORD,,
|