Metadata-Version: 2.3
Name: chemdatareader
Version: 0.0.7
Summary: 
Author: mark doerr
Author-email: mark doerr <mark.doerr@uni-greifswald.de>
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Requires-Dist: redis
Requires-Dist: aiofiles
Requires-Dist: aiohttp
Requires-Dist: pydantic
Requires-Python: ==3.13.*
Project-URL: Documentation, https://opensourcelab.gitlab.io/chemdatareader
Project-URL: Source, https://gitlab.com/opensourcelab/scientificdata/chemdatareader
Project-URL: Bug Tracker, https://gitlab.com/opensourcelab/scientificdata/chemdatareader/issues
Project-URL: Changelog, https://gitlab.com/opensourcelab/scientificdata/chemdatareader/blob/main/CHANGELOG.md
Description-Content-Type: text/markdown

# ChemDataReader

ChemDataReader is a flexible python framework for reading and converting chemical data originating from webservers, including metadata and semantics.

## Features

## Installation

    pip install chemdatareader --index-url https://gitlab.com/api/v4/projects/<gitlab-project-id>/packages/pypi/simple

## Usage

    chemdatareader --help 

## Development

    git clone gitlab.com/opensourcelab/chemdatareader

    # create a virtual environment and activate it then run

    pip install -e .[dev]

    # run unittests

    invoke test   # use the invoke environment to manage development
    

## Documentation

The Documentation can be found here: [https://opensourcelab.gitlab.io/chemdatareader](https://opensourcelab.gitlab.io/scientificdata/chemdatareader)


## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter)
 and the [gitlab.com/opensourcelab/software-dev/cookiecutter-pypackage](https://gitlab.com/opensourcelab/software-dev/cookiecutter-pypackage) project template.



