positionport 0.1.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.
@@ -0,0 +1,4 @@
1
+
2
+ from .core import say_hello
3
+
4
+ __all__ = ["say_hello"]
positionport/core.py ADDED
@@ -0,0 +1,3 @@
1
+
2
+ def say_hello():
3
+ print("Hello PositionPort")
@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.4
2
+ Name: positionport
3
+ Version: 0.1.0
4
+ Summary: Official client library for PositionPort API
5
+ Author-email: James <devgsbmaster@gmail.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/PositionPort
8
+ Project-URL: Repository, https://github.com/PositionPort/positionport_pypl
9
+ Project-URL: Issues, https://github.com/PositionPort/positionport_pypl/issues
10
+ Keywords: positionport,trading,api,client,portfolio,risk
11
+ Requires-Python: >=3.7
12
+ Description-Content-Type: text/markdown
13
+ Requires-Dist: requests>=2.25.0
14
+
15
+ # PositionPort
16
+
17
+ A lightweight Python library for position risk and portfolio management.
18
+
19
+ ## Features
20
+
21
+ - Print welcome message
22
+ - (Planned) Position sizing and risk calculation
23
+
24
+ ## Installation
25
+
26
+ ```bash
27
+ pip install positionport
28
+ ```
@@ -0,0 +1,6 @@
1
+ positionport/__init__.py,sha256=gIinupsZU1wLWMrJPPJME9RbLM1KNXl2nQi6FAvM5ZQ,53
2
+ positionport/core.py,sha256=6XODIuyT1iDZdAVQCieefS_SEiDgiyfNHdo33aTCyis,49
3
+ positionport-0.1.0.dist-info/METADATA,sha256=EHIh5S19VR4s17YZ41RSNlptYt7URo_Hc07sBVy596U,760
4
+ positionport-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
+ positionport-0.1.0.dist-info/top_level.txt,sha256=5XLOHIilCWbbThMACvPxV3dEtzwZsDSKYVq21DaWPXE,13
6
+ positionport-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ positionport