Metadata-Version: 2.4
Name: linkahead
Version: 0.21.0
Summary: Python Interface for LinkAhead
Author-email: Timm Fitschen <t.fitschen@indiscale.com>
License-Expression: AGPL-3.0-or-later
Project-URL: Homepage, https://www.linkahead.org
Project-URL: Documentation, https://docs.linkahead.org
Project-URL: Repository, https://gitlab.com/linkahead/linkahead-pylib
Project-URL: Issues, https://gitlab.com/linkahead/linkahead-pylib/-/issues
Project-URL: Changelog, https://gitlab.com/linkahead/linkahead-pylib/-/blob/main/CHANGELOG.md
Keywords: Data management,Research data management
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: lxml>=4.6.3
Requires-Dist: requests[socks]>=2.26
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: PyYAML>=5.4.1
Requires-Dist: future
Provides-Extra: all
Requires-Dist: linkahead[keyring,mypy,test]; extra == "all"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: coverage>=4.4.2; extra == "test"
Requires-Dist: linkahead[jsonschema]; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Provides-Extra: mypy
Requires-Dist: mypy; extra == "mypy"
Requires-Dist: types-PyYAML; extra == "mypy"
Requires-Dist: types-jsonschema; extra == "mypy"
Requires-Dist: types-requests; extra == "mypy"
Requires-Dist: types-setuptools; extra == "mypy"
Requires-Dist: types-lxml; extra == "mypy"
Requires-Dist: types-python-dateutil; extra == "mypy"
Provides-Extra: jsonschema
Requires-Dist: jsonschema>=4.4.0; extra == "jsonschema"
Provides-Extra: keyring
Requires-Dist: keyring>=13.0.0; extra == "keyring"
Dynamic: license-file


# README

## Welcome

This is the **LinkAhead Python Client Library** repository and a part of the
LinkAhead project.

## Setup

Please read the [README_SETUP.md](README_SETUP.md) for instructions on how to
setup this code.


## Further Reading

Please refer to the [official documentation](https://docs.linkahead.org/) for more information.

## Contributing

Thank you very much to all contributers—[past, present](https://gitlab.com/linkahead/linkahead/-/blob/main/HUMANS.md), and prospective ones.

### Code of Conduct

By participating, you are expected to uphold our [Code of Conduct](https://gitlab.com/linkahead/linkahead/-/blob/main/CODE_OF_CONDUCT.md).

### How to Contribute

* You found a bug, have a question, or want to request a feature? Please 
[create an issue](https://gitlab.com/caosdb/caosdb-pylib/-/issues).
* You want to contribute code?
    * **Forking:** Please fork the repository and create a merge request in GitLab and choose this repository as
      target. Make sure to select "Allow commits from members who can merge the target branch" under
      Contribution when creating the merge request. This allows our team to work with you on your
      request.
    * **Code style:** This project adhers to the PEP8 recommendations, you can test your code style
      using the `autopep8` tool (`autopep8 -i -r ./`).  Please write your doc strings following the
      [NumpyDoc](https://numpydoc.readthedocs.io/en/latest/format.html) conventions.
* You can also contact us at **info (AT) caosdb.org** and join the
  CaosDB community on
  [#linkahead:matrix.org](https://matrix.to/#/!unwwlTfOznjEnMMXxf:matrix.org).

## License

* Copyright (C) 2018 Research Group Biomedical Physics, Max Planck Institute
  for Dynamics and Self-Organization Göttingen.
* Copyright (C) 2020-2025 Indiscale GmbH <info@indiscale.com>

All files in this repository are licensed under a [GNU Affero General Public
License](LICENCE.md) (version 3 or later).
