Metadata-Version: 2.4
Name: datamasque
Version: 1.0.0
Summary: Alias for the DataMasque Python client — install datamasque-python instead.
Project-URL: Canonical, https://pypi.org/project/datamasque-python/
Project-URL: Documentation, https://datamasque-python.readthedocs.io/
Project-URL: Homepage, https://datamasque.com/
Project-URL: Repository, https://github.com/datamasque/datamasque-pypi-reservation
Author: DataMasque Ltd
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: datamasque-python>=1.0.0
Description-Content-Type: text/markdown

# datamasque

This package is a placeholder for any future DataMasque projects.
It serves as an alias for the official package at [DataMasque Python](https://pypi.org/project/datamasque-python).

## Install the official client

```
# pip
pip install datamasque-python

# poetry
poetry add datamasque-python

# uv
uv add datamasque-python
```

## Links

- Official client on PyPI: <https://pypi.org/project/datamasque-python/>
- Source code: <https://github.com/datamasque/datamasque-python>
- Documentation: <https://datamasque-python.readthedocs.io/>
- DataMasque product: <https://datamasque.com/>

## License

Apache-2.0. See [LICENSE](LICENSE).
