Metadata-Version: 1.2
Name: dessia-common
Version: 0.4.5
Summary: Common tools for DessIA software
Home-page: https://github.com/Dessia-tech/dessia-common
Author: Steven Masfaraud
Author-email: masfaraud@dessia.tech
License: UNKNOWN
Description: # 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
        
Keywords: Dessia,SDK,engineering
Platform: UNKNOWN
Requires-Python: >=3.7
