Metadata-Version: 2.1
Name: scidx
Version: 0.3.1
Summary: Python client library for interacting with the sciDX API
Home-page: https://github.com/sci-ndp/scidx-py
Author: Raul Bardaji, Saleem Alharir, Andreu Fornos, Philip Davis, Ivan Rodero, Manish Parashar
Author-email: rbardaji@gmail.com, saleem.alharir@utah.edu, andreu.fornos@utah.edu, philip.e.davis@utah.edu, ivan.rodero@utah.edu, manish.parashar@utah.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS

# sciDX Python Client

The sciDX Python Client is a library built to interact with the [sciDX API](https://github.com/sci-ndp/scidx-api). It allows to manage and process scientific data efficiently and securely.

## Installation

You can install the library using pip:

```
pip install scidx
```

## Contributing

Contributions are welcome. Please review our [Contributing Guide](docs/contributing.md) for more details.

## Testing

All tests are designed to run with *pytest*. Before submitting new contributions, please ensure that all existing tests pass successfully. Additionally, for any new features or functionalities introduced, create appropriate tests without modifying the existing ones. This helps maintain the integrity and reliability of the API.

## License

This project is licensed under the [Apache License](LICENSE).


