dessia-common


Namedessia-common JSON
Version 0.16.0 PyPI version JSON
download
home_pagehttps://github.com/Dessia-tech/dessia_common
SummaryCommon tools for DessIA software
upload_time2024-02-16 14:25:27
maintainer
docs_urlNone
authorDessia Technologies SAS
requires_python>=3.9
license
keywords dessia sdk engineering
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Dessia-tech/dessia_common",
    "name": "dessia-common",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "Dessia,SDK,engineering",
    "author": "Dessia Technologies SAS",
    "author_email": "root@dessia.tech",
    "download_url": "https://files.pythonhosted.org/packages/1b/a0/3025b5080cb8f6ca0d3c05161d14c1e5927a9e832f74272374488f86b8da/dessia_common-0.16.0.tar.gz",
    "platform": null,
    "description": "# Dessia common\n\nThe common parts of the dessia SDK.\n\n## Purpose\nThe 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.\n\n\n## Installation\n\n```\npip(3) install dessia_common \n```\npip can be named pip3 by your distribution.\nPython at a version > 3.8 is required.\n\n## Usage\n\nThe main usage is to make your objects inherit from dessia_common.DessiaObject.\nThis will give them the powers to be handled by dessia platforms.\n\n## Documentations\n\nFor user documentation on how to use this SDK: https://documentation.dessia.tech\n\nFor developement documentation or precise questions on classes and method: https://documentation.dessia.tech/dessia_common/\n\n## Changelog & roadmap\n\nSee markdown files in the repo CHANGELOG.md and ROADMAP.md for details.\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Common tools for DessIA software",
    "version": "0.16.0",
    "project_urls": {
        "Homepage": "https://github.com/Dessia-tech/dessia_common"
    },
    "split_keywords": [
        "dessia",
        "sdk",
        "engineering"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ef98b3fddc99d706fe34b3921d32c9f31fc664cae420cc647ab24e65d528d61",
                "md5": "130a6d47a9c7a826224c737c0262d6a6",
                "sha256": "3a270dc32a76aa6565ea34d1163d527d25c2c769bf22e7da6ea1dabaf53f6e49"
            },
            "downloads": -1,
            "filename": "dessia_common-0.16.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "130a6d47a9c7a826224c737c0262d6a6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 168397,
            "upload_time": "2024-02-16T14:25:25",
            "upload_time_iso_8601": "2024-02-16T14:25:25.744157Z",
            "url": "https://files.pythonhosted.org/packages/2e/f9/8b3fddc99d706fe34b3921d32c9f31fc664cae420cc647ab24e65d528d61/dessia_common-0.16.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ba03025b5080cb8f6ca0d3c05161d14c1e5927a9e832f74272374488f86b8da",
                "md5": "1f4dac58d9de248cd35444999d82768f",
                "sha256": "e9dccfe2901c5ae4d1137325cd20de0aa23b28bf02f7ae3aea41a3adb598b350"
            },
            "downloads": -1,
            "filename": "dessia_common-0.16.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1f4dac58d9de248cd35444999d82768f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 173327,
            "upload_time": "2024-02-16T14:25:27",
            "upload_time_iso_8601": "2024-02-16T14:25:27.612042Z",
            "url": "https://files.pythonhosted.org/packages/1b/a0/3025b5080cb8f6ca0d3c05161d14c1e5927a9e832f74272374488f86b8da/dessia_common-0.16.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-16 14:25:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Dessia-tech",
    "github_project": "dessia_common",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "dessia-common"
}
        
Elapsed time: 0.19189s