trading-sdk 0.1.0__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,11 @@
1
+ Metadata-Version: 2.4
2
+ Name: trading-sdk
3
+ Version: 0.1.0
4
+ Summary: Trading SDK
5
+ Author-email: Marcel Claramunt <marcel@sdk.trading>
6
+ Requires-Python: >=3.10
7
+ Description-Content-Type: text/markdown
8
+
9
+ # Tradingsdk
10
+
11
+ > package_description
@@ -0,0 +1,3 @@
1
+ # Tradingsdk
2
+
3
+ > package_description
@@ -0,0 +1,22 @@
1
+ [build-system]
2
+ requires = ["setuptools", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "trading-sdk"
7
+ version = "0.1.0"
8
+ authors = [
9
+ {name="Marcel Claramunt", email="marcel@sdk.trading"}
10
+ ]
11
+ description = "Trading SDK"
12
+ dependencies = [
13
+
14
+ ]
15
+ requires-python = ">=3.10"
16
+ readme = {file="README.md", content-type="text/markdown"}
17
+
18
+ # [project.optional-dependencies]
19
+ # test = [
20
+ # "pytest < 5.0.0",
21
+ # "pytest-cov[all]"
22
+ # ]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,11 @@
1
+ Metadata-Version: 2.4
2
+ Name: trading-sdk
3
+ Version: 0.1.0
4
+ Summary: Trading SDK
5
+ Author-email: Marcel Claramunt <marcel@sdk.trading>
6
+ Requires-Python: >=3.10
7
+ Description-Content-Type: text/markdown
8
+
9
+ # Tradingsdk
10
+
11
+ > package_description
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/trading_sdk.egg-info/PKG-INFO
4
+ src/trading_sdk.egg-info/SOURCES.txt
5
+ src/trading_sdk.egg-info/dependency_links.txt
6
+ src/trading_sdk.egg-info/top_level.txt
7
+ src/tradingsdk/__init__.py
@@ -0,0 +1 @@
1
+ tradingsdk
@@ -0,0 +1,6 @@
1
+ """
2
+ ### Tradingsdk
3
+ > package_description
4
+
5
+ - Details
6
+ """