Metadata-Version: 2.1
Name: pytmdl
Version: 0.1.1a1
Summary: 
Author: Léo Grosjean
Author-email: leo.grosjean@servier.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pydantic (>=2.6.0,<3.0.0)
Requires-Dist: pyparsing (>=3.1.1,<4.0.0)
Description-Content-Type: text/markdown

# pyTMDL

## Install

```bash
$ pip install pytmdl
$ poetry add pytmdl
```

## References

- TMDL project example: https://github.com/mthierba/tmdl-example/tree/main
- `lkml` parser: https://github.com/joshtemple/lkml
- `pyYAML` parser for load/dump method: https://github.com/yaml/pyyaml/tree/main
- `pydantic`: https://docs.pydantic.dev/latest/concepts/models/
- Microsoft.AnalysisServices Namespace: https://learn.microsoft.com/en-us/dotnet/api/microsoft.analysisservices?view=analysisservices-dotnet
- Microsoft.AnalysisServices.Tabular Namepsace: https://learn.microsoft.com/en-us/dotnet/api/microsoft.analysisservices.tabular?view=analysisservices-dotnet

