sas2parquet 0.1.0__tar.gz → 0.1.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sas2parquet
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: SAS → Parquet Hybrid Converter & Validator
5
5
  License-File: LICENSE
6
6
  Author: Zaman Ziabakhshganji
@@ -32,7 +32,7 @@ Description-Content-Type: text/markdown
32
32
 
33
33
  [![PyPI version](https://badge.fury.io/py/sas2parquet.svg)](https://pypi.org/project/sas2parquet/)
34
34
  [![Python versions](https://img.shields.io/pypi/pyversions/sas2parquet.svg)](https://pypi.org/project/sas2parquet/)
35
- [![License](https://img.shields.io/pypi/l/sas2parquet.svg)](https://github.com/yourusername/sas2parquet/blob/main/LICENSE)
35
+ [![License](https://img.shields.io/pypi/l/sas2parquet.svg)](LICENCE)
36
36
 
37
37
  **The ultimate SAS (.sas7bdat) to Parquet converter** - handles problematic files that fail with standard tools. Automatic encoding detection, intelligent type inference, schema repair, and pixel-perfect validation.
38
38
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![PyPI version](https://badge.fury.io/py/sas2parquet.svg)](https://pypi.org/project/sas2parquet/)
4
4
  [![Python versions](https://img.shields.io/pypi/pyversions/sas2parquet.svg)](https://pypi.org/project/sas2parquet/)
5
- [![License](https://img.shields.io/pypi/l/sas2parquet.svg)](https://github.com/yourusername/sas2parquet/blob/main/LICENSE)
5
+ [![License](https://img.shields.io/pypi/l/sas2parquet.svg)](LICENCE)
6
6
 
7
7
  **The ultimate SAS (.sas7bdat) to Parquet converter** - handles problematic files that fail with standard tools. Automatic encoding detection, intelligent type inference, schema repair, and pixel-perfect validation.
8
8
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "sas2parquet"
3
- version = "0.1.0"
3
+ version = "0.1.1"
4
4
  description = "SAS → Parquet Hybrid Converter & Validator"
5
5
  authors = [
6
6
  {name = "Zaman Ziabakhshganji",email = "zaman.ganji@gmail.com"}
File without changes