xberg 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.
xberg/__init__.py ADDED
@@ -0,0 +1,3 @@
1
+ """Xberg package alias for Kreuzberg."""
2
+
3
+ from kreuzberg import * # noqa: F403
@@ -0,0 +1,25 @@
1
+ Metadata-Version: 2.4
2
+ Name: xberg
3
+ Version: 0.1.0
4
+ Summary: Xberg package alias for Kreuzberg.
5
+ Project-URL: Homepage, https://xberg.io
6
+ Project-URL: Repository, https://github.com/kreuzberg-dev/kreuzberg
7
+ Project-URL: Documentation, https://docs.kreuzberg.dev
8
+ Author: Xberg
9
+ License-Expression: Elastic-2.0
10
+ Keywords: document,extraction,kreuzberg,ocr,parser,pdf,xberg
11
+ Requires-Python: >=3.10
12
+ Requires-Dist: kreuzberg>=4.9.9
13
+ Description-Content-Type: text/markdown
14
+
15
+ # xberg
16
+
17
+ `xberg` is the Xberg package alias for
18
+ [Kreuzberg](https://pypi.org/project/kreuzberg/).
19
+
20
+ The canonical Python package remains `kreuzberg` today. This package reserves
21
+ the Xberg namespace and re-exports the same API.
22
+
23
+ ```python
24
+ import xberg
25
+ ```
@@ -0,0 +1,4 @@
1
+ xberg/__init__.py,sha256=EaIlmopUPQXmI6tJ22UdFwMSLsqFendv_MvvGyYYGB8,80
2
+ xberg-0.1.0.dist-info/METADATA,sha256=9wLVvBI05JfY0u2YRCKqrb3OuQYeJhoctnfYqJevOno,714
3
+ xberg-0.1.0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
4
+ xberg-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.30.1
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any