Metadata-Version: 2.4
Name: lomas-client
Version: 0.5.0
Summary: A client to interact with the Lomas server.
Author: Swiss Federal Statistical Office
Author-email: Data Science Competence Center <dscc@bfs.admin.ch>
License-Expression: MIT
Project-URL: Homepage, https://github.com/dscc-admin/lomas/
Keywords: DP,differential privacy,diffprivlib,logger,opendp,privacy
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: <3.14,>=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lomas-core==0.5.0
Requires-Dist: jupyter>=1.1
Requires-Dist: authlib>=1.6.7
Requires-Dist: opentelemetry-instrumentation-logging>=0.50b0
Requires-Dist: opentelemetry-instrumentation-requests>=0.50b0
Requires-Dist: seaborn>=0.13
Provides-Extra: test
Requires-Dist: beautifulsoup4>=4.14.2; extra == "test"
Dynamic: license-file

[![PyPi version](https://img.shields.io/pypi/v/lomas_client.svg)](https://pypi.org/project/lomas_client/)
[![PyPi status](https://img.shields.io/pypi/status/lomas_client.svg)](https://pypi.org/project/lomas_client/)
[![Python versions](https://img.shields.io/pypi/pyversions/lomas_client.svg)](https://pypi.org/project/lomas_client/)

<h1 align="center">
<picture>
  <source media="(prefers-color-scheme: dark)" srcset="https://github.com/dscc-admin-ch/lomas/blob/develop/images/lomas_logo_darkmode_txt.png"  width="300">
  <source media="(prefers-color-scheme: light)" srcset="https://github.com/dscc-admin-ch/lomas/blob/develop/images/lomas_logo_txt.png"  width="300">
  <img alt="Lomas" src="https://github.com/dscc-admin-ch/lomas/blob/develop/images/lomas_logo_txt.png">
</picture>
</h1><br>


# Lomas Client

The `lomas-client` package is a client to interact with the Lomas server.

Utilizing this client package is strongly advised for querying and interacting with the server, as it takes care of all the necessary tasks such as serialization, deserialization, REST API calls, and ensures the correct installation of other required libraries. In short, it enables a seamless interaction with the Lomas platform.

### Installation

The lo can be installed with the following command:
```bash
pip install lomas-client
```

### Links

- The complete documentation for the Lomas platform can be found [here](https://dscc-admin-ch.github.io/lomas/latest/).
- The Lomas client package quickstart can be found [here](https://dscc-admin-ch.github.io/lomas/latest/client/quickstart/).
- Example notebooks using the Lomas client package can be found [here](https://dscc-admin-ch.github.io/lomas/latest/client/).
- The Lomas Github repository can be found [here](https://github.com/dscc-admin-ch/lomas).

