palimpzest 0.9.0__py3-none-any.whl → 1.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.
- palimpzest/constants.py +1 -0
- palimpzest/core/data/dataset.py +33 -5
- palimpzest/core/elements/groupbysig.py +5 -1
- palimpzest/core/elements/records.py +16 -7
- palimpzest/core/lib/schemas.py +20 -3
- palimpzest/core/models.py +4 -4
- palimpzest/query/execution/all_sample_execution_strategy.py +1 -1
- palimpzest/query/execution/execution_strategy.py +8 -8
- palimpzest/query/execution/mab_execution_strategy.py +30 -11
- palimpzest/query/execution/parallel_execution_strategy.py +31 -7
- palimpzest/query/execution/single_threaded_execution_strategy.py +23 -6
- palimpzest/query/operators/__init__.py +7 -6
- palimpzest/query/operators/aggregate.py +110 -5
- palimpzest/query/operators/convert.py +1 -1
- palimpzest/query/operators/join.py +279 -23
- palimpzest/query/operators/logical.py +20 -8
- palimpzest/query/operators/mixture_of_agents.py +3 -1
- palimpzest/query/operators/physical.py +5 -2
- palimpzest/query/operators/{retrieve.py → topk.py} +10 -10
- palimpzest/query/optimizer/__init__.py +7 -3
- palimpzest/query/optimizer/cost_model.py +5 -5
- palimpzest/query/optimizer/optimizer.py +3 -2
- palimpzest/query/optimizer/plan.py +2 -3
- palimpzest/query/optimizer/rules.py +31 -11
- palimpzest/query/optimizer/tasks.py +4 -4
- palimpzest/utils/progress.py +19 -17
- palimpzest/validator/validator.py +7 -7
- {palimpzest-0.9.0.dist-info → palimpzest-1.0.0.dist-info}/METADATA +26 -66
- {palimpzest-0.9.0.dist-info → palimpzest-1.0.0.dist-info}/RECORD +32 -32
- {palimpzest-0.9.0.dist-info → palimpzest-1.0.0.dist-info}/WHEEL +0 -0
- {palimpzest-0.9.0.dist-info → palimpzest-1.0.0.dist-info}/licenses/LICENSE +0 -0
- {palimpzest-0.9.0.dist-info → palimpzest-1.0.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: palimpzest
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 1.0.0
|
|
4
4
|
Summary: Palimpzest is a system which enables anyone to process AI-powered analytical queries simply by defining them in a declarative language
|
|
5
5
|
Author-email: MIT DSG Semantic Management Lab <michjc@csail.mit.edu>
|
|
6
6
|
Project-URL: homepage, https://palimpzest.org
|
|
@@ -12,7 +12,7 @@ Classifier: Intended Audience :: Developers
|
|
|
12
12
|
Classifier: License :: OSI Approved :: MIT License
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.8
|
|
15
|
-
Requires-Python: >=3.
|
|
15
|
+
Requires-Python: >=3.12
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
18
|
Requires-Dist: anthropic>=0.55.0
|
|
@@ -59,15 +59,20 @@ Dynamic: license-file
|
|
|
59
59
|
<!-- [](https://arxiv.org/pdf/2405.14696) -->
|
|
60
60
|
<!-- [](https://youtu.be/T8VQfyBiki0?si=eiph57DSEkDNbEIu) -->
|
|
61
61
|
|
|
62
|
-
## Learn How to Use PZ
|
|
63
|
-
Our [full documentation](https://palimpzest.org) is the definitive resource for learning how to use PZ. It contains all of the installation and quickstart materials on this page, as well as user guides, full API documentation, and much more.
|
|
62
|
+
## 📚 Learn How to Use PZ
|
|
63
|
+
Our [full documentation](https://palimpzest.org) is the definitive resource for learning how to use PZ. It contains all of the installation and quickstart materials on this page, as well as user guides, full API documentation (coming soon), and much more.
|
|
64
64
|
|
|
65
|
-
## Getting started
|
|
65
|
+
## 🚀 Getting started
|
|
66
66
|
You can find a stable version of the PZ package on PyPI [here](https://pypi.org/project/palimpzest/). To install the package, run:
|
|
67
67
|
```bash
|
|
68
68
|
$ pip install palimpzest
|
|
69
69
|
```
|
|
70
70
|
|
|
71
|
+
You can also install PZ with [uv](https://docs.astral.sh/uv/) for a faster installation:
|
|
72
|
+
```bash
|
|
73
|
+
$ uv pip install palimpzest
|
|
74
|
+
```
|
|
75
|
+
|
|
71
76
|
Alternatively, to install the latest version of the package from this repository, you can clone this repository and run the following commands:
|
|
72
77
|
```bash
|
|
73
78
|
$ git clone git@github.com:mitdbg/palimpzest.git
|
|
@@ -75,7 +80,7 @@ $ cd palimpzest
|
|
|
75
80
|
$ pip install .
|
|
76
81
|
```
|
|
77
82
|
|
|
78
|
-
## Join the PZ Community
|
|
83
|
+
## 🙋🏽 Join the PZ Community
|
|
79
84
|
We are actively hacking on PZ and would love to have you join our community [](https://discord.gg/dN85JJ6jaH)
|
|
80
85
|
|
|
81
86
|
[Our Discord server](https://discord.gg/dN85JJ6jaH) is the best place to:
|
|
@@ -86,66 +91,8 @@ We are actively hacking on PZ and would love to have you join our community [![D
|
|
|
86
91
|
|
|
87
92
|
We are eager to learn more about your workloads and use cases, and will take them into consideration in planning our future roadmap.
|
|
88
93
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
To run the notebook, you can use the following command:
|
|
92
|
-
```bash
|
|
93
|
-
$ jupyter notebook
|
|
94
|
-
```
|
|
95
|
-
And then access the notebook from the jupyter interface in your browser at `localhost:8888`.
|
|
96
|
-
|
|
97
|
-
### Even Quicker Start
|
|
98
|
-
For eager readers, the code in the notebook can be found in the following condensed snippet. However, we do suggest reading the notebook as it contains more insight into each element of the program.
|
|
99
|
-
```python
|
|
100
|
-
import palimpzest as pz
|
|
101
|
-
|
|
102
|
-
# define the fields we wish to compute
|
|
103
|
-
email_cols = [
|
|
104
|
-
{"name": "sender", "type": str, "desc": "The email address of the sender"},
|
|
105
|
-
{"name": "subject", "type": str, "desc": "The subject of the email"},
|
|
106
|
-
{"name": "date", "type": str, "desc": "The date the email was sent"},
|
|
107
|
-
]
|
|
108
|
-
|
|
109
|
-
# lazily construct the computation to get emails about holidays sent in July
|
|
110
|
-
dataset = pz.Dataset("testdata/enron-tiny/")
|
|
111
|
-
dataset = dataset.sem_add_columns(email_cols)
|
|
112
|
-
dataset = dataset.sem_filter("The email was sent in July")
|
|
113
|
-
dataset = dataset.sem_filter("The email is about holidays")
|
|
114
|
-
|
|
115
|
-
# execute the computation w/the MinCost policy
|
|
116
|
-
config = pz.QueryProcessorConfig(policy=pz.MinCost(), verbose=True)
|
|
117
|
-
output = dataset.run(config)
|
|
118
|
-
|
|
119
|
-
# display output (if using Jupyter, otherwise use print(output_df))
|
|
120
|
-
output_df = output.to_df(cols=["date", "sender", "subject"])
|
|
121
|
-
display(output_df)
|
|
122
|
-
```
|
|
123
|
-
|
|
124
|
-
## Python Demos
|
|
125
|
-
Below are simple instructions to run PZ on a test data set of enron emails that is included with the system.
|
|
126
|
-
|
|
127
|
-
### Downloading test data
|
|
128
|
-
To run the provided demos, you will need to download the test data. Due to the size of the data, we are unable to include it in the repository. You can download the test data by running the following command from a unix terminal (requires `wget` and `tar`):
|
|
129
|
-
```
|
|
130
|
-
chmod +x testdata/download-testdata.sh
|
|
131
|
-
./testdata/download-testdata.sh
|
|
132
|
-
```
|
|
133
|
-
|
|
134
|
-
### Running the Demos
|
|
135
|
-
Set your OpenAI (or Together.ai) api key at the command line:
|
|
136
|
-
```bash
|
|
137
|
-
# set one (or both) of the following:
|
|
138
|
-
export OPENAI_API_KEY=<your-api-key>
|
|
139
|
-
export TOGETHER_API_KEY=<your-api-key>
|
|
140
|
-
```
|
|
141
|
-
|
|
142
|
-
Now you can run the simple test program with:
|
|
143
|
-
```bash
|
|
144
|
-
$ python demos/simple-demo.py --task enron --dataset testdata/enron-eval-tiny --verbose
|
|
145
|
-
```
|
|
146
|
-
|
|
147
|
-
### Citation
|
|
148
|
-
If you would like to cite our work, please use the following citation:
|
|
94
|
+
### 📓 Citation
|
|
95
|
+
If you would like to cite our original paper on Palimpzest, please use the following citation:
|
|
149
96
|
```
|
|
150
97
|
@inproceedings{palimpzestCIDR,
|
|
151
98
|
title={Palimpzest: Optimizing AI-Powered Analytics with Declarative Query Processing},
|
|
@@ -154,3 +101,16 @@ If you would like to cite our work, please use the following citation:
|
|
|
154
101
|
date = 2025,
|
|
155
102
|
}
|
|
156
103
|
```
|
|
104
|
+
|
|
105
|
+
If you would like to cite our paper on Palimpzest's optimizer Abacus, please use the following citation:
|
|
106
|
+
```
|
|
107
|
+
@misc{russo2025abacuscostbasedoptimizersemantic,
|
|
108
|
+
title={Abacus: A Cost-Based Optimizer for Semantic Operator Systems},
|
|
109
|
+
author={Matthew Russo and Sivaprasad Sudhir and Gerardo Vitagliano and Chunwei Liu and Tim Kraska and Samuel Madden and Michael Cafarella},
|
|
110
|
+
year={2025},
|
|
111
|
+
eprint={2505.14661},
|
|
112
|
+
archivePrefix={arXiv},
|
|
113
|
+
primaryClass={cs.DB},
|
|
114
|
+
url={https://arxiv.org/abs/2505.14661},
|
|
115
|
+
}
|
|
116
|
+
```
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
palimpzest/__init__.py,sha256=1PzadDDOVMQJKNEYUH0_tw8tQKUYTT31M0vuzTr2Rqk,1694
|
|
2
|
-
palimpzest/constants.py,sha256=
|
|
2
|
+
palimpzest/constants.py,sha256=R_vNt3FW9MA4-HuszrGyGtDLRE9YMLXRMwX5GZcRH38,23323
|
|
3
3
|
palimpzest/policy.py,sha256=lIvw_C_rmwCH4LZaeNkAuixl8zw9RAW_JcSWSHPjKyc,11628
|
|
4
4
|
palimpzest/agents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
palimpzest/agents/compute_agents.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
palimpzest/agents/search_agents.py,sha256=t2QMreB5Ph71aoNk5bBtV-0l8im79z-pMAR3JDAySDw,29418
|
|
7
7
|
palimpzest/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
palimpzest/core/models.py,sha256=
|
|
8
|
+
palimpzest/core/models.py,sha256=JT2-yGotYQZVdKXY1jzSONerjo-lK1pH_6KHuvtvY3c,42485
|
|
9
9
|
palimpzest/core/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
10
|
palimpzest/core/data/context.py,sha256=x1xYyu9qW65dvtK_XayIfv_CgsCEPW6Qe0DTiSf9sjU,16207
|
|
11
11
|
palimpzest/core/data/context_manager.py,sha256=8hAKWD2jhFZgghTu7AYgjkvKDsJUPVxq8g4nG0HWvfo,6150
|
|
12
|
-
palimpzest/core/data/dataset.py,sha256=
|
|
12
|
+
palimpzest/core/data/dataset.py,sha256=QYvRpD63Eqfc9Epo_hWdt_Jh3LdCmokgCozOUYZM8x0,31976
|
|
13
13
|
palimpzest/core/data/index_dataset.py,sha256=adO67DgzHhA4lBME0-h4SjXfdz9UcNMSDGXTpUdKbgE,1929
|
|
14
14
|
palimpzest/core/data/iter_dataset.py,sha256=K47ajOXsCZV3WhOuDkw3xfiHzn8mXPU976uN3SjaP2U,20507
|
|
15
15
|
palimpzest/core/elements/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
16
|
palimpzest/core/elements/filters.py,sha256=fU2x0eWDwfP52_5fUmqJXTuhs4H0vvHtPZLdA3IIw8I,1642
|
|
17
|
-
palimpzest/core/elements/groupbysig.py,sha256=
|
|
18
|
-
palimpzest/core/elements/records.py,sha256=
|
|
17
|
+
palimpzest/core/elements/groupbysig.py,sha256=uMVYGJGxR0ma1z0wAqlwqOWsUS_TS6XSHx07tm9QMCE,2668
|
|
18
|
+
palimpzest/core/elements/records.py,sha256=jfPmuAcQ2kMx3IlFxg7XClDTVI1mPyq7hcI3trCx2XA,17967
|
|
19
19
|
palimpzest/core/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
|
-
palimpzest/core/lib/schemas.py,sha256=
|
|
20
|
+
palimpzest/core/lib/schemas.py,sha256=SVWtFAlrggRPmZEGiteCCf5lfRuzHjGdOHWrLnTMFvA,10413
|
|
21
21
|
palimpzest/prompts/__init__.py,sha256=942kdENfPU5mFjIxYm-FusL0FD6LNhoj6cYoSGiUsCI,1628
|
|
22
22
|
palimpzest/prompts/agent_prompts.py,sha256=CUzBVLBiPSw8OShtKp4VTpQwtrNMtcMglo-IZHMvuDM,17459
|
|
23
23
|
palimpzest/prompts/aggregate_prompts.py,sha256=bmQAN_oHKPmQFdiqBqSdEdg_FHmQE_ez1Ka7LKTr8CE,3464
|
|
@@ -35,41 +35,41 @@ palimpzest/prompts/utils.py,sha256=Eure2pqm8Ftme9lQlHwFL9EqK3yjH14WQHofnQINce4,7
|
|
|
35
35
|
palimpzest/prompts/validator.py,sha256=OxebGjvXNBy0Cq79XI3aPRbongzOdtHH6mQctpbWcNs,10508
|
|
36
36
|
palimpzest/query/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
37
37
|
palimpzest/query/execution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
|
-
palimpzest/query/execution/all_sample_execution_strategy.py,sha256=
|
|
39
|
-
palimpzest/query/execution/execution_strategy.py,sha256=
|
|
38
|
+
palimpzest/query/execution/all_sample_execution_strategy.py,sha256=d2MO_AmXF_HbV4rUNkFqHsuoBCofU98zQ-D3Q06BXCc,14369
|
|
39
|
+
palimpzest/query/execution/execution_strategy.py,sha256=si3t4uB-QlN8biTfmJJ96XL5iHbTZAhK4gi63v6Qi7A,19046
|
|
40
40
|
palimpzest/query/execution/execution_strategy_type.py,sha256=vRQBPCQN5_aoyD3TLIeW3VPo15mqF-5RBvEXkENz9FE,987
|
|
41
|
-
palimpzest/query/execution/mab_execution_strategy.py,sha256=
|
|
42
|
-
palimpzest/query/execution/parallel_execution_strategy.py,sha256=
|
|
43
|
-
palimpzest/query/execution/single_threaded_execution_strategy.py,sha256=
|
|
41
|
+
palimpzest/query/execution/mab_execution_strategy.py,sha256=yk9Q4AI6mdO87QHrG41QjReMDzmldoNPUptTyRJUgto,47204
|
|
42
|
+
palimpzest/query/execution/parallel_execution_strategy.py,sha256=Di-8d7waE0bev4kNDXEJJqQ0wwQ87_sPV-t5qFtAlPQ,17589
|
|
43
|
+
palimpzest/query/execution/single_threaded_execution_strategy.py,sha256=1rjMel0-AI6KUi_SMNgPPXxMgG5-t9lenLKoYEClgjk,17464
|
|
44
44
|
palimpzest/query/generators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
45
45
|
palimpzest/query/generators/generators.py,sha256=n8ipeVAfjLA_IbNihr87sMLgU_nuOqnZ4p3Ar9Pfnqo,21757
|
|
46
|
-
palimpzest/query/operators/__init__.py,sha256=
|
|
47
|
-
palimpzest/query/operators/aggregate.py,sha256=
|
|
46
|
+
palimpzest/query/operators/__init__.py,sha256=B9zr_VmUs6YRep4fjbj7e0aTM6T9-GrqbY7tKWxEdkc,4734
|
|
47
|
+
palimpzest/query/operators/aggregate.py,sha256=nQ6Zh1DYeqDoIDwkPQDw8QCwW0y52sGC-No6uPSRc8A,27367
|
|
48
48
|
palimpzest/query/operators/compute.py,sha256=X_pWN45smg8L4dV54nOae7dldQGL1nJVlVyJ3ULWSmI,8432
|
|
49
|
-
palimpzest/query/operators/convert.py,sha256=
|
|
49
|
+
palimpzest/query/operators/convert.py,sha256=cjUPrSgvZBZXBbrbepIxZMBXjbWWPLuTX4JwLyvVg2U,16050
|
|
50
50
|
palimpzest/query/operators/critique_and_refine.py,sha256=Q-NhasVoD9meX7g36RPrv3q4R48_8XEU4d3TE46hRJI,8979
|
|
51
51
|
palimpzest/query/operators/distinct.py,sha256=ZTXlIS7IaFRTsWv9RemzCo1JLz25vEma-TB42CV5fJQ,2614
|
|
52
52
|
palimpzest/query/operators/filter.py,sha256=ufREsO2-8CBk4u4fabDBYpEvb806E11EOyW-wuRs4vw,10356
|
|
53
|
-
palimpzest/query/operators/join.py,sha256=
|
|
53
|
+
palimpzest/query/operators/join.py,sha256=17BGzrxf_fkqhnEzhq-5b0qv2qQTw7z6job5YkBUrZE,36993
|
|
54
54
|
palimpzest/query/operators/limit.py,sha256=pdo7WfWY97SW3c-WqZ4SIPw7lHIVbaXPEWqHyK8qkF8,2130
|
|
55
|
-
palimpzest/query/operators/logical.py,sha256=
|
|
56
|
-
palimpzest/query/operators/mixture_of_agents.py,sha256=
|
|
57
|
-
palimpzest/query/operators/physical.py,sha256=
|
|
55
|
+
palimpzest/query/operators/logical.py,sha256=OtB82L1X19ibtLx1GIfeXXyO7YfjkFmh3puIUgqKQRE,21160
|
|
56
|
+
palimpzest/query/operators/mixture_of_agents.py,sha256=KC-ZpjtGY28sfwlk2TpduLC_fADj_UASFCaicaKqSFc,11671
|
|
57
|
+
palimpzest/query/operators/physical.py,sha256=0_BfFX9nKuN__440eAfEfApWAoGOunVSCZIQxS4HO2Y,9773
|
|
58
58
|
palimpzest/query/operators/project.py,sha256=gxbjsHEACCP9wxATH-mw6wOSUi5s13JyWsLqqhAYWXQ,2111
|
|
59
59
|
palimpzest/query/operators/rag.py,sha256=k2vdthQBNb7FEYX7K1UP9fSQfwK09HNwVJu72ExSsCA,20045
|
|
60
|
-
palimpzest/query/operators/retrieve.py,sha256=-OvEWmxwbepGz0w40FpHbqcOHZQ4Bp-MdXFbYTmxdVY,13082
|
|
61
60
|
palimpzest/query/operators/scan.py,sha256=OqCiPRTvTY7SbauNMyFvGT5nRVeRzVsGYSrkoN1Ib_w,7407
|
|
62
61
|
palimpzest/query/operators/search.py,sha256=cQin-Qc9FT7V0Gv3-pxMLbVMjqE6ALe99V0OrQhA6CI,22711
|
|
63
62
|
palimpzest/query/operators/split.py,sha256=oLzwnYb8TNf3XA9TMKEAIw7EIA12wHneaD42BNLIHiI,15043
|
|
64
|
-
palimpzest/query/
|
|
65
|
-
palimpzest/query/optimizer/
|
|
66
|
-
palimpzest/query/optimizer/
|
|
63
|
+
palimpzest/query/operators/topk.py,sha256=92Bu98xc8CMlS9bf1xc0FxcfVuhv6j4x_303Aq1v-U0,13053
|
|
64
|
+
palimpzest/query/optimizer/__init__.py,sha256=v9fSBOL2p3sQew4LrN2DQUPe0WezO328Hr54qBTqrAs,2799
|
|
65
|
+
palimpzest/query/optimizer/cost_model.py,sha256=p7AsR6f4VYdGjrUKPGN_VTErY36GjY90Bsvsys4le2M,12655
|
|
66
|
+
palimpzest/query/optimizer/optimizer.py,sha256=ksLkzQ2sVgJFbkxGF3ncF74EsAHZFos8G19xlHQrtJo,20063
|
|
67
67
|
palimpzest/query/optimizer/optimizer_strategy.py,sha256=0foDaBHqQehK_zz6IlDEbNIw-44wxY6LO5H1anJi56Y,10042
|
|
68
68
|
palimpzest/query/optimizer/optimizer_strategy_type.py,sha256=V-MMHvJdnfZKoUX1xxxwh66q1RjN2FL35IsiT1C62c8,1084
|
|
69
|
-
palimpzest/query/optimizer/plan.py,sha256=
|
|
69
|
+
palimpzest/query/optimizer/plan.py,sha256=O33uzcpwhcHVu5MuxcLzrwodcF86ZrcMZSOy4xoOb7A,22792
|
|
70
70
|
palimpzest/query/optimizer/primitives.py,sha256=jMMVq37y1tWiPU1lSSKQP9OP-mzkpSxSmUeDajRYYOQ,5445
|
|
71
|
-
palimpzest/query/optimizer/rules.py,sha256=
|
|
72
|
-
palimpzest/query/optimizer/tasks.py,sha256=
|
|
71
|
+
palimpzest/query/optimizer/rules.py,sha256=awhe76trskv5Tq5E2QHpUN_YV6jH8INywa0Ige8IIhY,53341
|
|
72
|
+
palimpzest/query/optimizer/tasks.py,sha256=DNJjY2QldfKFWj6INHElMh88dYc36Z5m3wHwbs4jyF4,30455
|
|
73
73
|
palimpzest/query/processor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
74
74
|
palimpzest/query/processor/config.py,sha256=kr9UHQ947SJmI77wqomy310mSaKNIMPxh-5k9frMVII,2413
|
|
75
75
|
palimpzest/query/processor/query_processor.py,sha256=T4ffPbnOX23G8FDITzmM7Iw7DUEDWIHnwl8XLYllgjg,6240
|
|
@@ -85,12 +85,12 @@ palimpzest/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
|
85
85
|
palimpzest/utils/env_helpers.py,sha256=n81KzoJ459pRxo7QmJA7duazwWsfoMGTHc71D2LatFk,334
|
|
86
86
|
palimpzest/utils/hash_helpers.py,sha256=3A8dA7SbXTwnnvZvPVNqqMLlVRhCKyKF_bjNNAu3Exk,334
|
|
87
87
|
palimpzest/utils/model_helpers.py,sha256=X6SlMgD5I5Aj_cxaFaoGaaNvOOqTNZVmjj6zbfn63Yk,2476
|
|
88
|
-
palimpzest/utils/progress.py,sha256=
|
|
88
|
+
palimpzest/utils/progress.py,sha256=GTHUCF77Ja_49wuzRiQrIthaBusGnOrrsZFa4v7HLiM,20758
|
|
89
89
|
palimpzest/utils/udfs.py,sha256=LjHic54B1az-rKgNLur0wOpaz2ko_UodjLEJrazkxvY,1854
|
|
90
90
|
palimpzest/validator/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
91
|
-
palimpzest/validator/validator.py,sha256=
|
|
92
|
-
palimpzest-0.
|
|
93
|
-
palimpzest-0.
|
|
94
|
-
palimpzest-0.
|
|
95
|
-
palimpzest-0.
|
|
96
|
-
palimpzest-0.
|
|
91
|
+
palimpzest/validator/validator.py,sha256=SvjK09zCpGtK0yM0OasvQlSzyq3loy32DyOOKRmYXC0,15977
|
|
92
|
+
palimpzest-1.0.0.dist-info/licenses/LICENSE,sha256=5GUlHy9lr-Py9kvV38FF1m3yy3NqM18fefuE9wkWumo,1079
|
|
93
|
+
palimpzest-1.0.0.dist-info/METADATA,sha256=JtFEnDIpObCPxFO_BHPFj1Rn779GMmc6Xtahz_iNaJw,5359
|
|
94
|
+
palimpzest-1.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
95
|
+
palimpzest-1.0.0.dist-info/top_level.txt,sha256=raV06dJUgohefUn3ZyJS2uqp_Y76EOLA9Y2e_fxt8Ew,11
|
|
96
|
+
palimpzest-1.0.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|