AlgoTradeKit 0.0.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,2 @@
1
+ """AlgoTradeKit – Algorithmic Trading Toolkit"""
2
+ __version__ = "0.0.0"
AlgoTradeKit/core.py ADDED
File without changes
@@ -0,0 +1,39 @@
1
+ Metadata-Version: 2.4
2
+ Name: AlgoTradeKit
3
+ Version: 0.0.0
4
+ Summary: Financial Trade Bot - automated trading utilities
5
+ Project-URL: Homepage, https://github.com/AmirMohammadBazdar/AlgoTradeKit
6
+ Project-URL: Repository, https://github.com/AmirMohammadBazdar/AlgoTradeKit
7
+ Project-URL: Issues, https://github.com/AmirMohammadBazdar/AlgoTradeKit/issues
8
+ Author-email: Amir Mohammad Bazdar <ambazdar03@gmail.com>
9
+ License: MIT License
10
+
11
+ Copyright (c) 2026 Amir Mohammad Bazdar | امیر محمد بازدار
12
+
13
+ Permission is hereby granted, free of charge, to any person obtaining a copy
14
+ of this software and associated documentation files (the "Software"), to deal
15
+ in the Software without restriction, including without limitation the rights
16
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
17
+ copies of the Software, and to permit persons to whom the Software is
18
+ furnished to do so, subject to the following conditions:
19
+
20
+ The above copyright notice and this permission notice shall be included in all
21
+ copies or substantial portions of the Software.
22
+
23
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
28
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
29
+ SOFTWARE.
30
+ License-File: LICENSE
31
+ Keywords: algorithmic-trading,bot,finance,trading
32
+ Classifier: Development Status :: 3 - Alpha
33
+ Classifier: Intended Audience :: Financial and Insurance Industry
34
+ Classifier: License :: OSI Approved :: MIT License
35
+ Classifier: Programming Language :: Python :: 3
36
+ Requires-Python: >=3.9
37
+ Description-Content-Type: text/markdown
38
+
39
+ # AlgoTradeKit
@@ -0,0 +1,6 @@
1
+ AlgoTradeKit/__init__.py,sha256=psQwi2alQqUvSpb1A5jpfWnYAIsL2HlxODHvNYxpcnY,72
2
+ AlgoTradeKit/core.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ algotradekit-0.0.0.dist-info/METADATA,sha256=8Zg73g_fR2dPhjebgs0Mnp7VLuckKIXcM1f71E32vfk,2040
4
+ algotradekit-0.0.0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
5
+ algotradekit-0.0.0.dist-info/licenses/LICENSE,sha256=8eWYKTA3GL3N_DoZUzCD4_mPa6-XYBOs_fxuLUrhv_M,1110
6
+ algotradekit-0.0.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.29.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Amir Mohammad Bazdar | امیر محمد بازدار
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.