Metadata-Version: 2.4
Name: datashield
Version: 0.2.0
Summary: DataSHIELD Client Interface in Python.
Project-URL: Homepage, https://www.datashield.org
Project-URL: Repository, https://github.com/datashield/datashield-python
Project-URL: Documentation, https://datashield.github.io/datashield-python
Project-URL: Bug Tracker, https://github.com/datashield/datashield-python/issues
Author-email: Yannick Marcon <yannick.marcon@obiba.org>
Maintainer-email: Yannick Marcon <yannick.marcon@obiba.org>
License: LGPL
License-File: LICENSE.md
Keywords: data,datashield
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (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: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: ruff>=0.10.0; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest>=7.2.2; extra == 'test'
Description-Content-Type: text/markdown

# DataSHIELD Interface Python

This DataSHIELD Client Interface is a Python port of the original DataSHIELD Client Interface written in R ([DSI](https://github.com/datashield/DSI)). The provided interface can be implemented for accessing a data repository supporting the DataSHIELD infrastructure: controlled R commands to be executed on the server side are garanteeing that non disclosive information is returned to client side.
