Metadata-Version: 2.4
Name: pydpm_xl
Version: 0.1.39rc24
Summary: Python library for DPM-XL data processing and analysis
Author-email: "MeaningfulData S.L." <info@meaningfuldata.eu>
License: GPL-3.0-or-later
Keywords: dpm,dpm-xl,data-processing,migration,analysis
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich<13.8.0,>=13.7.1
Requires-Dist: sqlalchemy<1.5.0,>=1.4.50
Requires-Dist: pandas>=2.1.4
Requires-Dist: antlr4-python3-runtime<4.9.3,>=4.9.2
Requires-Dist: pyodbc<5.2.0,>=5.1.0
Requires-Dist: click<8.2.0,>=8.1.6
Requires-Dist: python-dotenv<1.1.0,>=1.0.1
Requires-Dist: psycopg2<3.0.0,>=2.9.0
Provides-Extra: test
Requires-Dist: pytest<8.0.0,>=7.4.0; extra == "test"
Requires-Dist: pytest-cov<5.0.0,>=4.1.0; extra == "test"
Dynamic: license-file

# pyDPM

## Installation

`poetry install`

## Usage

### Load DB

`poetry run pydpm migrate-access ./path-to-release.accdb`

### Syntax validation

`poetry run pydpm syntax "expression"`

### Semantic validation

`poetry run pydpm semantic "expression"`

