fluvo 0.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.
fluvo/__init__.py ADDED
@@ -0,0 +1,6 @@
1
+ """Fluvo — fast data into Odoo.
2
+
3
+ Placeholder release reserving the `fluvo` name on PyPI. Real package coming soon.
4
+ """
5
+
6
+ __version__ = "0.0.0"
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: fluvo
3
+ Version: 0.0.0
4
+ Summary: Fast data into Odoo — high-performance Polars-backed ETL (name reservation placeholder).
5
+ Project-URL: Homepage, https://github.com/getfluvo/fluvo
6
+ Author: Strategic Efficiency B.V.
7
+ License-Expression: LGPL-3.0-only
8
+ Keywords: data,etl,import,odoo,polars
9
+ Requires-Python: >=3.10
10
+ Description-Content-Type: text/markdown
11
+
12
+ # Fluvo
13
+
14
+ **Fast data into Odoo** — a high-performance, Polars-backed ETL engine and the modern
15
+ successor to `odoo_csv_import`.
16
+
17
+ > 🚧 This `0.0.0` release only reserves the name on PyPI. The real package is on its way.
@@ -0,0 +1,4 @@
1
+ fluvo/__init__.py,sha256=86tD5uRRPZoZnEjHltKRmKFMqB4JNe4OPxUBFgz4JY8,144
2
+ fluvo-0.0.0.dist-info/METADATA,sha256=uLFmS0ixNWAnj9iCU_qmvA8jdJJOKE9b03c2jzpGBFo,599
3
+ fluvo-0.0.0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
4
+ fluvo-0.0.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