Metadata-Version: 2.1
Name: scd-type2
Version: 0.1.0
Summary: Simplifies and unifies the logic for performing SCD type 2 data comparisons.
Home-page: UNKNOWN
Author: Zac Clery
Author-email: zacclery@gmail.com
License: UNKNOWN
Keywords: scd type2 scd_type2 slowly changing dimensions slowly-changing-dimensions
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy (==1.22.4)
Requires-Dist: pandas (==1.4.2)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: pytz (==2022.1)
Requires-Dist: six (==1.16.0)

### Slowly Changing Dimensions - Type 2

Simplifies and unifies the logic for performing SCD type 2 data comparisons.

**Stack:**
* 'Python 3.9.10+'


**Quick Start:**
```commandline
pip install scd_type2
```


