reait 1.0.1__py3-none-any.whl → 1.1.1__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.
- reait/__init__.py +0 -1
- reait/api.py +636 -115
- reait/main.py +353 -109
- {reait-1.0.1.dist-info → reait-1.1.1.dist-info}/METADATA +18 -13
- reait-1.1.1.dist-info/RECORD +9 -0
- {reait-1.0.1.dist-info → reait-1.1.1.dist-info}/WHEEL +1 -1
- reait-1.0.1.dist-info/RECORD +0 -9
- {reait-1.0.1.dist-info → reait-1.1.1.dist-info}/entry_points.txt +0 -0
- {reait-1.0.1.dist-info → reait-1.1.1.dist-info/licenses}/LICENSE +0 -0
- {reait-1.0.1.dist-info → reait-1.1.1.dist-info}/top_level.txt +0 -0
@@ -1,11 +1,12 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: reait
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.1.1
|
4
|
+
Summary: RevEng.AI Toolkit and Python API
|
4
5
|
Home-page: https://github.com/RevEng-AI/reait
|
5
6
|
Author: James Patrick-Evans
|
6
7
|
Author-email: James Patrick-Evans <james@reveng.ai>
|
7
8
|
Maintainer-email: James Patrick-Evans <james@reveng.ai>
|
8
|
-
License:
|
9
|
+
License: GNU GENERAL PUBLIC LICENSE
|
9
10
|
Version 3, 29 June 2007
|
10
11
|
|
11
12
|
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
@@ -689,18 +690,22 @@ Platform: Cross Platform
|
|
689
690
|
Classifier: Programming Language :: Python :: 3
|
690
691
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
691
692
|
Classifier: Operating System :: OS Independent
|
692
|
-
Requires-Python: >=3.
|
693
|
+
Requires-Python: >=3.10
|
693
694
|
Description-Content-Type: text/markdown
|
694
695
|
License-File: LICENSE
|
695
|
-
Requires-Dist:
|
696
|
-
Requires-Dist:
|
697
|
-
Requires-Dist:
|
698
|
-
Requires-Dist:
|
699
|
-
Requires-Dist:
|
700
|
-
Requires-Dist:
|
701
|
-
Requires-Dist: scipy
|
702
|
-
Requires-Dist:
|
703
|
-
Requires-Dist:
|
696
|
+
Requires-Dist: lief==0.16.4
|
697
|
+
Requires-Dist: numpy==2.2.4
|
698
|
+
Requires-Dist: pandas==2.2.3
|
699
|
+
Requires-Dist: Requests==2.32.3
|
700
|
+
Requires-Dist: rich==13.9.4
|
701
|
+
Requires-Dist: scikit_learn==1.6.1
|
702
|
+
Requires-Dist: scipy==1.15.2
|
703
|
+
Requires-Dist: setuptools==65.5.0
|
704
|
+
Requires-Dist: tomli==2.2.1
|
705
|
+
Dynamic: author
|
706
|
+
Dynamic: home-page
|
707
|
+
Dynamic: license-file
|
708
|
+
Dynamic: platform
|
704
709
|
|
705
710
|
# reait
|
706
711
|
|
@@ -0,0 +1,9 @@
|
|
1
|
+
reait/__init__.py,sha256=EoVCKwQwWxEBfwe-iEE5rFKvhi1gPEA8NPhnzXJTb2Y,42
|
2
|
+
reait/api.py,sha256=53rj5CxPSAvggPalFS3nF8OH5F15eVpDoKW-EkrnSqU,33724
|
3
|
+
reait/main.py,sha256=rSzEowDrK2KFmmLdbRNVsfVpvMLZNXA3fQOrBw03T4Y,20396
|
4
|
+
reait-1.1.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
5
|
+
reait-1.1.1.dist-info/METADATA,sha256=hPJLcJOT1HKNAUyvJWnIC2ZgtWUD61IlO8-M25r3Nxg,47663
|
6
|
+
reait-1.1.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
7
|
+
reait-1.1.1.dist-info/entry_points.txt,sha256=8Ek11o7a6O8hjBFw6-1vmkBfbv_45O2vOKj5CDUB1e4,42
|
8
|
+
reait-1.1.1.dist-info/top_level.txt,sha256=EnJssmctKe3Ugjcmu66L9_Q4elLdAwaXK6M8E6E8f_M,6
|
9
|
+
reait-1.1.1.dist-info/RECORD,,
|
reait-1.0.1.dist-info/RECORD
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
reait/__init__.py,sha256=U3Y2DK1m2kht0sK_mBvvQskWRM5PwL5JtIDWurZOyBw,66
|
2
|
-
reait/api.py,sha256=RqyC2wROiTTSyMwXl3hkyz97Jwr4Y_dxN4np-fdhdfg,22596
|
3
|
-
reait/main.py,sha256=IDfmtQxiA-lHb1Xcp90oCP9wqRnPZCnmLpMxkRaZxiU,17066
|
4
|
-
reait-1.0.1.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
5
|
-
reait-1.0.1.dist-info/METADATA,sha256=98HnmSd_jb8AsWzCzHDsFQKtghk3u_uE7_NarkEMcWA,47455
|
6
|
-
reait-1.0.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
7
|
-
reait-1.0.1.dist-info/entry_points.txt,sha256=8Ek11o7a6O8hjBFw6-1vmkBfbv_45O2vOKj5CDUB1e4,42
|
8
|
-
reait-1.0.1.dist-info/top_level.txt,sha256=EnJssmctKe3Ugjcmu66L9_Q4elLdAwaXK6M8E6E8f_M,6
|
9
|
-
reait-1.0.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|