pyalloq 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.
pyalloq-0.1.0/PKG-INFO ADDED
@@ -0,0 +1,11 @@
1
+ Metadata-Version: 2.3
2
+ Name: pyalloq
3
+ Version: 0.1.0
4
+ Summary: A modern Python SDK for quant portfolio optimization. (Work in Progress)
5
+ Author: Siddeshkanth
6
+ Author-email: Siddeshkanth <siddeshkanth.logonathan@gmail.com>
7
+ Requires-Python: >=3.14
8
+ Description-Content-Type: text/markdown
9
+
10
+ # pyalloq
11
+ a unified Python SDK for quantitative portfolio optimization and allocation
@@ -0,0 +1,2 @@
1
+ # pyalloq
2
+ a unified Python SDK for quantitative portfolio optimization and allocation
@@ -0,0 +1,14 @@
1
+ [project]
2
+ name = "pyalloq"
3
+ version = "0.1.0"
4
+ description = "A modern Python SDK for quant portfolio optimization. (Work in Progress)"
5
+ readme = "README.md"
6
+ authors = [
7
+ { name = "Siddeshkanth", email = "siddeshkanth.logonathan@gmail.com" }
8
+ ]
9
+ requires-python = ">=3.14"
10
+ dependencies = []
11
+
12
+ [build-system]
13
+ requires = ["uv_build>=0.10.9,<0.11.0"]
14
+ build-backend = "uv_build"
@@ -0,0 +1 @@
1
+ __version__ = "0.1.0.dev1"
File without changes