patito 0.8.2__tar.gz → 0.8.3__tar.gz
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.
- {patito-0.8.2 → patito-0.8.3}/PKG-INFO +1 -1
- {patito-0.8.2 → patito-0.8.3}/pyproject.toml +1 -1
- {patito-0.8.2 → patito-0.8.3}/src/patito/validators.py +1 -0
- {patito-0.8.2 → patito-0.8.3}/LICENSE +0 -0
- {patito-0.8.2 → patito-0.8.3}/README.md +0 -0
- {patito-0.8.2 → patito-0.8.3}/src/patito/__init__.py +0 -0
- {patito-0.8.2 → patito-0.8.3}/src/patito/_docs.py +0 -0
- {patito-0.8.2 → patito-0.8.3}/src/patito/_pydantic/__init__.py +0 -0
- {patito-0.8.2 → patito-0.8.3}/src/patito/_pydantic/column_info.py +0 -0
- {patito-0.8.2 → patito-0.8.3}/src/patito/_pydantic/dtypes/__init__.py +0 -0
- {patito-0.8.2 → patito-0.8.3}/src/patito/_pydantic/dtypes/dtypes.py +0 -0
- {patito-0.8.2 → patito-0.8.3}/src/patito/_pydantic/dtypes/utils.py +0 -0
- {patito-0.8.2 → patito-0.8.3}/src/patito/_pydantic/repr.py +0 -0
- {patito-0.8.2 → patito-0.8.3}/src/patito/_pydantic/schema.py +0 -0
- {patito-0.8.2 → patito-0.8.3}/src/patito/exceptions.py +0 -0
- {patito-0.8.2 → patito-0.8.3}/src/patito/polars.py +0 -0
- {patito-0.8.2 → patito-0.8.3}/src/patito/pydantic.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "patito"
|
|
3
|
-
version = "0.8.
|
|
3
|
+
version = "0.8.3"
|
|
4
4
|
description = "A dataframe modelling library built on top of polars and pydantic."
|
|
5
5
|
authors = ["Jakob Gerhard Martinussen <jakobgm@gmail.com>", "Thomas Aarholt <thomasaarholt@gmail.com>"]
|
|
6
6
|
license = "MIT"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|