stmlab


Namestmlab JSON
Version 0.10.2 PyPI version JSON
download
home_pagehttps://gitlab.com/dlr-sy/stmlab
SummaryJupyterLab environment for software projects developed by the Department of Structural Mechanics at the German Aerospace Center
upload_time2024-09-26 19:47:04
maintainerNone
docs_urlNone
authorGarbade, Marc
requires_python!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7
licenseMIT
keywords stmlab jupyter manager
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # STMLab
> This Python package provides an independent standard runtime environment for software projects developed by the [Department of Structural Mechanics](https://www.dlr.de/en/sy/about-us/departments/structural-mechanics) at the [Institute of Lightweight Structures](https://www.dlr.de/en/sy) of the [German Aerospace Center](https://www.dlr.de/en) It uses the [Jupyter](https://jupyter.org/) project as its graphical user interface. Two types of installation procedures are available. A community version can be installed and executed using pip. An enterprise version with yet unpublished software projects is available as an offline installer on request.

## Downloading
Use GIT to get the latest code base. From the command line, use
```
git clone https://gitlab.dlr.de/dlr-sy/stmlab stmlab
```
If you check out the repository for the first time, you have to initialize all submodule dependencies first. Execute the following from within the repository. 
```
git submodule update --init --recursive
```
To update all refererenced submodules to the latest production level, use
```
git submodule foreach --recursive 'git pull origin $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)'
```
## Installation
PyXMake can be installed from source using [poetry](https://python-poetry.org). If you don't have [poetry](https://python-poetry.org) installed, run
```
pip install poetry --pre --upgrade
```
to install the latest version of [poetry](https://python-poetry.org) within your python environment. Use
```
poetry update
```
to update all dependencies in the lock file or directly execute
```
poetry install
```
to install all dependencies from the lock file. Last, you should be able to import STMLab as a python package.
```python
import stmlab
```
## Contact
* [Marc Garbade](mailto:marc.garbade@dlr.de)

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/dlr-sy/stmlab",
    "name": "stmlab",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7",
    "maintainer_email": null,
    "keywords": "stmlab, jupyter, manager",
    "author": "Garbade, Marc",
    "author_email": "marc.garbade@dlr.de",
    "download_url": "https://files.pythonhosted.org/packages/fa/f2/1864468a1f2098836e4115945d6dbe31f4c323b2cb4939e1a7cbc072ccb4/stmlab-0.10.2.tar.gz",
    "platform": null,
    "description": "# STMLab\n> This Python package provides an independent standard runtime environment for software projects developed by the [Department of Structural Mechanics](https://www.dlr.de/en/sy/about-us/departments/structural-mechanics) at the [Institute of Lightweight Structures](https://www.dlr.de/en/sy) of the [German Aerospace Center](https://www.dlr.de/en) It uses the [Jupyter](https://jupyter.org/) project as its graphical user interface. Two types of installation procedures are available. A community version can be installed and executed using pip. An enterprise version with yet unpublished software projects is available as an offline installer on request.\n\n## Downloading\nUse GIT to get the latest code base. From the command line, use\n```\ngit clone https://gitlab.dlr.de/dlr-sy/stmlab stmlab\n```\nIf you check out the repository for the first time, you have to initialize all submodule dependencies first. Execute the following from within the repository. \n```\ngit submodule update --init --recursive\n```\nTo update all refererenced submodules to the latest production level, use\n```\ngit submodule foreach --recursive 'git pull origin $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)'\n```\n## Installation\nPyXMake can be installed from source using [poetry](https://python-poetry.org). If you don't have [poetry](https://python-poetry.org) installed, run\n```\npip install poetry --pre --upgrade\n```\nto install the latest version of [poetry](https://python-poetry.org) within your python environment. Use\n```\npoetry update\n```\nto update all dependencies in the lock file or directly execute\n```\npoetry install\n```\nto install all dependencies from the lock file. Last, you should be able to import STMLab as a python package.\n```python\nimport stmlab\n```\n## Contact\n* [Marc Garbade](mailto:marc.garbade@dlr.de)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "JupyterLab environment for software projects developed by the Department of Structural Mechanics at the German Aerospace Center",
    "version": "0.10.2",
    "project_urls": {
        "Changelog": "https://gitlab.com/dlr-sy/stmlab/-/blob/master/CHANGELOG.md",
        "Documentation": "https://gitlab.com/dlr-sy/stmlab/-/blob/main/README.md",
        "Homepage": "https://gitlab.com/dlr-sy/stmlab",
        "Repository": "https://gitlab.com/dlr-sy/stmlab"
    },
    "split_keywords": [
        "stmlab",
        " jupyter",
        " manager"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b2da843f0c87bdb25becf283b00720bae38e8451ea6fd23171122cc97b4d164",
                "md5": "f540155df4dde11f935d2a9c4b8c6790",
                "sha256": "c16b7a6521daccd512c5e469f9ebf96c17a4e4228a02b8ec1671a591ba2aac24"
            },
            "downloads": -1,
            "filename": "stmlab-0.10.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f540155df4dde11f935d2a9c4b8c6790",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7",
            "size": 10818,
            "upload_time": "2024-09-26T19:47:03",
            "upload_time_iso_8601": "2024-09-26T19:47:03.348945Z",
            "url": "https://files.pythonhosted.org/packages/8b/2d/a843f0c87bdb25becf283b00720bae38e8451ea6fd23171122cc97b4d164/stmlab-0.10.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "faf21864468a1f2098836e4115945d6dbe31f4c323b2cb4939e1a7cbc072ccb4",
                "md5": "a543ce89e0ac15fdb3aa6df88d28dd57",
                "sha256": "b8d9eb437d82d35ef7c67bc65618017a7f312bcbdf4d87a7d2914b97f3422965"
            },
            "downloads": -1,
            "filename": "stmlab-0.10.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a543ce89e0ac15fdb3aa6df88d28dd57",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7",
            "size": 10848,
            "upload_time": "2024-09-26T19:47:04",
            "upload_time_iso_8601": "2024-09-26T19:47:04.470829Z",
            "url": "https://files.pythonhosted.org/packages/fa/f2/1864468a1f2098836e4115945d6dbe31f4c323b2cb4939e1a7cbc072ccb4/stmlab-0.10.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-26 19:47:04",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "dlr-sy",
    "gitlab_project": "stmlab",
    "lcname": "stmlab"
}
        
Elapsed time: 0.45068s