Metadata-Version: 2.1
Name: dessia_common
Version: 0.16.1
Summary: Common tools for DessIA software
Home-page: https://github.com/Dessia-tech/dessia_common
Author: Dessia Technologies SAS
Author-email: root@dessia.tech
Keywords: Dessia,SDK,engineering
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cma
Requires-Dist: dectree
Requires-Dist: docx
Requires-Dist: humanize
Requires-Dist: matplotlib
Requires-Dist: networkx
Requires-Dist: numpy
Requires-Dist: openpyxl
Requires-Dist: orjson>=3.8.0
Requires-Dist: pandas
Requires-Dist: parameterized
Requires-Dist: psutil
Requires-Dist: pyDOE
Requires-Dist: pyDOE2
Requires-Dist: python-docx
Requires-Dist: scikit-learn>=1.2.0
Requires-Dist: scipy
Requires-Dist: typeguard

# Dessia common

The common parts of the dessia SDK.

## Purpose
The dessia SDK consists in a framework to build python apps that can be uploaded and interpreted by dessia platform instances. This package give a base class to make your object inherit.


## Installation

```
pip(3) install dessia_common 
```
pip can be named pip3 by your distribution.
Python at a version > 3.8 is required.

## Usage

The main usage is to make your objects inherit from dessia_common.DessiaObject.
This will give them the powers to be handled by dessia platforms.

## Documentations

For user documentation on how to use this SDK: https://documentation.dessia.tech

For developement documentation or precise questions on classes and method: https://documentation.dessia.tech/dessia_common/

## Changelog & roadmap

See markdown files in the repo CHANGELOG.md and ROADMAP.md for details.

