ciralgo-sdk 0.0.1__tar.gz

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,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: ciralgo-sdk
3
+ Version: 0.0.1
4
+ Summary: Placeholder. Install 'ciralgo' instead.
5
+ Project-URL: Homepage, https://pypi.org/project/ciralgo/
6
+ Author-email: Ciralgo <support@ciralgo.com>
7
+ License-Expression: Apache-2.0
8
+ Requires-Python: >=3.9
9
+ Requires-Dist: ciralgo
10
+ Description-Content-Type: text/markdown
11
+
12
+ # ciralgo-sdk
13
+
14
+ Placeholder package. Install the canonical package instead:
15
+
16
+ pip install ciralgo
17
+
18
+ This name is reserved by Ciralgo B.V. to prevent typo-squat attacks.
@@ -0,0 +1,7 @@
1
+ # ciralgo-sdk
2
+
3
+ Placeholder package. Install the canonical package instead:
4
+
5
+ pip install ciralgo
6
+
7
+ This name is reserved by Ciralgo B.V. to prevent typo-squat attacks.
@@ -0,0 +1,21 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "ciralgo-sdk"
7
+ version = "0.0.1"
8
+ description = "Placeholder. Install 'ciralgo' instead."
9
+ readme = "README.md"
10
+ requires-python = ">=3.9"
11
+ license = "Apache-2.0"
12
+ authors = [
13
+ { name = "Ciralgo", email = "support@ciralgo.com" }
14
+ ]
15
+ dependencies = ["ciralgo"]
16
+
17
+ [project.urls]
18
+ Homepage = "https://pypi.org/project/ciralgo/"
19
+
20
+ [tool.hatch.build.targets.wheel]
21
+ packages = ["src/ciralgo_sdk"]
@@ -0,0 +1 @@
1
+ from ciralgo import * # noqa: F401, F403