|
| 1 | +# Comparing `tmp/document_transformer-0.1.1.tar.gz` & `tmp/document_transformer-0.1.2.tar.gz` |
| 2 | + |
| 3 | +## filetype from file(1) |
| 4 | + |
| 5 | +```diff |
| 6 | +@@ -1 +1 @@ |
| 7 | +-gzip compressed data, was "document_transformer-0.1.1.tar", max compression |
| 8 | ++gzip compressed data, was "document_transformer-0.1.2.tar", max compression |
| 9 | +``` |
| 10 | + |
| 11 | +## Comparing `document_transformer-0.1.1.tar` & `document_transformer-0.1.2.tar` |
| 12 | + |
| 13 | +### file list |
| 14 | + |
| 15 | +```diff |
| 16 | +@@ -1,9 +1,9 @@ |
| 17 | +--rw-r--r-- 0 0 0 1070 2024-06-01 16:24:26.013275 document_transformer-0.1.1/LICENSE |
| 18 | +--rw-r--r-- 0 0 0 3009 2024-06-01 19:14:07.363210 document_transformer-0.1.1/README.md |
| 19 | +--rw-r--r-- 0 0 0 2375 2024-05-29 19:09:05.795246 document_transformer-0.1.1/document_transformer/Document.py |
| 20 | +--rw-r--r-- 0 0 0 2108 2024-06-01 17:19:36.963254 document_transformer-0.1.1/document_transformer/Pipeline.py |
| 21 | +--rw-r--r-- 0 0 0 2759 2024-06-01 17:06:40.133259 document_transformer-0.1.1/document_transformer/Transformer.py |
| 22 | +--rw-r--r-- 0 0 0 106 2024-06-01 16:56:15.523263 document_transformer-0.1.1/document_transformer/__init__.py |
| 23 | +--rw-r--r-- 0 0 0 366 2024-06-01 17:21:45.423253 document_transformer-0.1.1/document_transformer/utils.py |
| 24 | +--rw-r--r-- 0 0 0 324 2024-06-01 19:15:48.043209 document_transformer-0.1.1/pyproject.toml |
| 25 | +--rw-r--r-- 0 0 0 3548 1970-01-01 00:00:00.000000 document_transformer-0.1.1/PKG-INFO |
| 26 | ++-rw-r--r-- 0 0 0 1070 2024-06-01 16:24:26.013275 document_transformer-0.1.2/LICENSE |
| 27 | ++-rw-r--r-- 0 0 0 3009 2024-06-01 19:14:07.363210 document_transformer-0.1.2/README.md |
| 28 | ++-rw-r--r-- 0 0 0 2375 2024-05-29 19:09:05.795246 document_transformer-0.1.2/document_transformer/Document.py |
| 29 | ++-rw-r--r-- 0 0 0 2108 2024-06-01 17:19:36.963254 document_transformer-0.1.2/document_transformer/Pipeline.py |
| 30 | ++-rw-r--r-- 0 0 0 2759 2024-06-01 17:06:40.133259 document_transformer-0.1.2/document_transformer/Transformer.py |
| 31 | ++-rw-r--r-- 0 0 0 106 2024-06-01 16:56:15.523263 document_transformer-0.1.2/document_transformer/__init__.py |
| 32 | ++-rw-r--r-- 0 0 0 366 2024-06-01 17:21:45.423253 document_transformer-0.1.2/document_transformer/utils.py |
| 33 | ++-rw-r--r-- 0 0 0 674 2024-06-01 19:25:10.213205 document_transformer-0.1.2/pyproject.toml |
| 34 | ++-rw-r--r-- 0 0 0 3997 1970-01-01 00:00:00.000000 document_transformer-0.1.2/PKG-INFO |
| 35 | +``` |
| 36 | + |
| 37 | +### Comparing `document_transformer-0.1.1/LICENSE` & `document_transformer-0.1.2/LICENSE` |
| 38 | + |
| 39 | + * *Files identical despite different names* |
| 40 | + |
| 41 | +### Comparing `document_transformer-0.1.1/README.md` & `document_transformer-0.1.2/README.md` |
| 42 | + |
| 43 | + * *Files identical despite different names* |
| 44 | + |
| 45 | +### Comparing `document_transformer-0.1.1/document_transformer/Document.py` & `document_transformer-0.1.2/document_transformer/Document.py` |
| 46 | + |
| 47 | + * *Files identical despite different names* |
| 48 | + |
| 49 | +### Comparing `document_transformer-0.1.1/document_transformer/Pipeline.py` & `document_transformer-0.1.2/document_transformer/Pipeline.py` |
| 50 | + |
| 51 | + * *Files identical despite different names* |
| 52 | + |
| 53 | +### Comparing `document_transformer-0.1.1/document_transformer/Transformer.py` & `document_transformer-0.1.2/document_transformer/Transformer.py` |
| 54 | + |
| 55 | + * *Files identical despite different names* |
| 56 | + |
| 57 | +### Comparing `document_transformer-0.1.1/PKG-INFO` & `document_transformer-0.1.2/PKG-INFO` |
| 58 | + |
| 59 | + * *Files 5% similar despite different names* |
| 60 | + |
| 61 | +```diff |
| 62 | +@@ -1,21 +1,26 @@ |
| 63 | + Metadata-Version: 2.1 |
| 64 | + Name: document-transformer |
| 65 | +-Version: 0.1.1 |
| 66 | +-Summary: |
| 67 | ++Version: 0.1.2 |
| 68 | ++Summary: Organize your document transformation pipeline. Define your components, this tool ensure traceability and organization. Reuse your work easily in other projects |
| 69 | ++Home-page: https://github.com/johngonzalez/document-transformer |
| 70 | ++License: MIT |
| 71 | ++Keywords: document,transformer,pipeline,components,reuse,traceability,organization |
| 72 | + Author: John Gonzalez |
| 73 | + |
| 74 | + Requires-Python: >=3.9,<4.0 |
| 75 | ++Classifier: License :: OSI Approved :: MIT License |
| 76 | + Classifier: Programming Language :: Python :: 3 |
| 77 | + Classifier: Programming Language :: Python :: 3.9 |
| 78 | + Classifier: Programming Language :: Python :: 3.10 |
| 79 | + Classifier: Programming Language :: Python :: 3.11 |
| 80 | + Classifier: Programming Language :: Python :: 3.12 |
| 81 | + Requires-Dist: graphviz (>=0.20.3,<0.21.0) |
| 82 | + Requires-Dist: pydantic (>=2.7.2,<3.0.0) |
| 83 | ++Project-URL: Repository, https://github.com/johngonzalez/document-transformer |
| 84 | + Description-Content-Type: text/markdown |
| 85 | + |
| 86 | + # Document Transformer |
| 87 | + |
| 88 | + Document Transformer allows users to define and apply transformations to documents in a flexible and robust manner, ensuring traceability of each change made to the documents. |
| 89 | + |
| 90 | + ## Table of Contents |
| 91 | +``` |
| 92 | + |
0 commit comments