trop 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.
- trop/placeholder.py +1 -0
- trop-0.1.0.dist-info/METADATA +24 -0
- trop-0.1.0.dist-info/RECORD +4 -0
- trop-0.1.0.dist-info/WHEEL +4 -0
trop/placeholder.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# placeholder to test package publishing
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: trop
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Package that implements the Triply Robust Panel Estimator (TROP)
|
|
5
|
+
License: MIT
|
|
6
|
+
Author: meganndare, zhaonanq
|
|
7
|
+
Requires-Python: >=3.9
|
|
8
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
16
|
+
Requires-Dist: cvxpy (==1.4.1)
|
|
17
|
+
Requires-Dist: joblib (==1.3.2)
|
|
18
|
+
Requires-Dist: numpy (==1.26.2)
|
|
19
|
+
Requires-Dist: pandas (==2.1.3)
|
|
20
|
+
Description-Content-Type: text/markdown
|
|
21
|
+
|
|
22
|
+
# Triply Robust Panel Estimators (TROP)
|
|
23
|
+
|
|
24
|
+
This package will soon contain the replication files and implementation of the TROP estimator.
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
trop/placeholder.py,sha256=TIbWca9SwI6pN7kUOp932p_piNfZKYh7Zfnrm-Uqyxg,40
|
|
2
|
+
trop-0.1.0.dist-info/METADATA,sha256=Kk7ZnGxm-OplNoUeGONkbG_LFl0tsjOCOMPehQPihGA,895
|
|
3
|
+
trop-0.1.0.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
4
|
+
trop-0.1.0.dist-info/RECORD,,
|