quanttape 0.0.1a1__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,42 @@
1
+ Metadata-Version: 2.4
2
+ Name: quanttape
3
+ Version: 0.0.1a1
4
+ Summary: Security SDK for algorithmic trading. Zero latency. Zero cloud. Zero exposure.
5
+ Project-URL: Homepage, https://quanttape.com
6
+ Project-URL: Repository, https://github.com/quanttape/quanttape
7
+ Author-email: Quant Tape LLC <gode.prakash@gmail.com>
8
+ License: Proprietary
9
+ Keywords: algorithmic-trading,cybersecurity,kill-switch,quant,sdk,security,trading
10
+ Classifier: Development Status :: 1 - Planning
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Intended Audience :: Financial and Insurance Industry
13
+ Classifier: Operating System :: OS Independent
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3.8
16
+ Classifier: Programming Language :: Python :: 3.9
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Programming Language :: Python :: 3.13
21
+ Classifier: Topic :: Office/Business :: Financial :: Investment
22
+ Classifier: Topic :: Security
23
+ Requires-Python: >=3.8
24
+ Description-Content-Type: text/markdown
25
+
26
+ # Quant Tape
27
+
28
+ **The Last Line Before The Market.**
29
+
30
+ Security SDK for algorithmic trading. Cybersecurity x AI x Quant.
31
+
32
+ - Zero latency — runs locally inside your script
33
+ - Zero cloud — no data ever leaves your machine
34
+ - Zero exposure — your keys, strategies, and trades stay private
35
+
36
+ ## Coming Soon
37
+
38
+ - Guard SDK — real-time trade validation, kill-switch, drawdown limits
39
+ - Bot Scanner — security audit for your trading algorithms
40
+ - Zero-Knowledge Vault — AES-256 encrypted key storage
41
+
42
+ Join the waitlist: [quanttape.com](https://quanttape.com)
@@ -0,0 +1,17 @@
1
+ # Quant Tape
2
+
3
+ **The Last Line Before The Market.**
4
+
5
+ Security SDK for algorithmic trading. Cybersecurity x AI x Quant.
6
+
7
+ - Zero latency — runs locally inside your script
8
+ - Zero cloud — no data ever leaves your machine
9
+ - Zero exposure — your keys, strategies, and trades stay private
10
+
11
+ ## Coming Soon
12
+
13
+ - Guard SDK — real-time trade validation, kill-switch, drawdown limits
14
+ - Bot Scanner — security audit for your trading algorithms
15
+ - Zero-Knowledge Vault — AES-256 encrypted key storage
16
+
17
+ Join the waitlist: [quanttape.com](https://quanttape.com)
@@ -0,0 +1,34 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "quanttape"
7
+ version = "0.0.1a1"
8
+ authors = [
9
+ { name = "Quant Tape LLC", email = "gode.prakash@gmail.com" },
10
+ ]
11
+ description = "Security SDK for algorithmic trading. Zero latency. Zero cloud. Zero exposure."
12
+ readme = "README.md"
13
+ license = { text = "Proprietary" }
14
+ requires-python = ">=3.8"
15
+ classifiers = [
16
+ "Development Status :: 1 - Planning",
17
+ "Intended Audience :: Financial and Insurance Industry",
18
+ "Intended Audience :: Developers",
19
+ "Topic :: Office/Business :: Financial :: Investment",
20
+ "Topic :: Security",
21
+ "Programming Language :: Python :: 3",
22
+ "Programming Language :: Python :: 3.8",
23
+ "Programming Language :: Python :: 3.9",
24
+ "Programming Language :: Python :: 3.10",
25
+ "Programming Language :: Python :: 3.11",
26
+ "Programming Language :: Python :: 3.12",
27
+ "Programming Language :: Python :: 3.13",
28
+ "Operating System :: OS Independent",
29
+ ]
30
+ keywords = ["trading", "security", "algorithmic-trading", "sdk", "cybersecurity", "quant", "kill-switch"]
31
+
32
+ [project.urls]
33
+ Homepage = "https://quanttape.com"
34
+ Repository = "https://github.com/quanttape/quanttape"
@@ -0,0 +1,14 @@
1
+ """
2
+ Quant Tape — The Last Line Before The Market.
3
+
4
+ Security SDK for algorithmic trading.
5
+ Zero latency. Zero cloud. Zero exposure.
6
+
7
+ https://quanttape.com
8
+ """
9
+
10
+ __version__ = "0.0.1a1"
11
+ __author__ = "Quant Tape LLC"
12
+
13
+ # Coming soon — Guard SDK, Bot Scanner, Kill-Switch
14
+ # Join the waitlist: https://quanttape.com