Metadata-Version: 2.1
Name: dasl_client
Version: 0.1.8
Summary: The DASL client library used for interacting with the DASL workspace
Home-page: https://github.com/antimatter/asl
Author: Antimatter Team
Author-email: Antimatter Team <support@antimatter.io>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dasl_api==0.1.6
Requires-Dist: databricks-sdk>=0.41.0
Requires-Dist: pydantic>=2

# DASL Client Library

This client library is used for interacting with the DASL services in python.

## Requirements
Python:
- wheel
- setuptools
- asl_api

Other:
- Earthly

## Build

To build manually here:
```bash
python setup.py sdist bdist_wheel
```
