assistant-project


Nameassistant-project JSON
Version 0.3.8 PyPI version JSON
download
home_page
SummaryPython Library for the EU ASSISTANT-Project
upload_time2023-09-07 14:44:30
maintainer
docs_urlNone
author
requires_python>=3.7
licenseCopyright (c) 2018 The Python Packaging Authority Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords graphdb assistant
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python Library for the EU ASSISTANT Project

## Library Description

This library contains the following sublibraries:
1. [**graphdb**](#graphdb)
2. [**production_system**](#production-system)
3. [**dict_wrapper**](#dict-wrapper)

### GraphDB
Enables using the Rest API for 
[OntoText GraphDB](https://www.ontotext.com/products/graphdb/) 
to Up-/Download files to
and from the selected graph inside a repository. 

With OntoRefine you can upload a file and map the keywords, preprocessing the data for uploading it to a graph.


### Production System

Enables reading ProductionSystem file from GraphDB and turning it into valid json format.


### Dict Wrapper

Allows to read every key-value pair and return list/dict based on custom config. Addition: Allows to change values in a 
json File based on key-value pairs

---
## Change History

**0.3.8**:
- Fix hardcoding of Attribute Key

**0.3.7**:
- Change output of writing process to output entire file not only changed list.

**0.3.6**:
- Bug fix

**0.3.5**:
- Add functionality to Dict Wrapper that allows to change specific values

**0.3.4**:
- Fix error where list isn't returned when it is not in top level dictionary.

**0.3.3**:
- Bug fixes

**0.3.2**:
- FIX: relative import of *json_wapper*
- Add condition to return correct value if two keys are identical in different subdirectories

**0.3.1**:
- Add method to get identifier from cfg_file based on name for *json_wrapper*

**0.3**:
- Create new sublibrary *json_wrapper*

**0.2**:
- Create new sublibrary *production_system*
- Remove prints from *graphdb*

**0.1.1**:
- Update graphdb download

**0.1**:
- Create library
- Create new sublibrary *graphdb*

---
For more information about the project go to the [ASSISTANT Homepage](https://assistant-project.eu).


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "assistant-project",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "graphdb,assistant",
    "author": "",
    "author_email": "Nikolas Laudenbach <nikolas.laudenbach@tum.de>",
    "download_url": "https://files.pythonhosted.org/packages/b6/3f/01aa8a16bc0b653a62c983c46fbfda2edb66cf4f3120c65459e4278fa7cc/assistant_project-0.3.8.tar.gz",
    "platform": null,
    "description": "# Python Library for the EU ASSISTANT Project\r\n\r\n## Library Description\r\n\r\nThis library contains the following sublibraries:\r\n1. [**graphdb**](#graphdb)\r\n2. [**production_system**](#production-system)\r\n3. [**dict_wrapper**](#dict-wrapper)\r\n\r\n### GraphDB\r\nEnables using the Rest API for \r\n[OntoText GraphDB](https://www.ontotext.com/products/graphdb/) \r\nto Up-/Download files to\r\nand from the selected graph inside a repository. \r\n\r\nWith OntoRefine you can upload a file and map the keywords, preprocessing the data for uploading it to a graph.\r\n\r\n\r\n### Production System\r\n\r\nEnables reading ProductionSystem file from GraphDB and turning it into valid json format.\r\n\r\n\r\n### Dict Wrapper\r\n\r\nAllows to read every key-value pair and return list/dict based on custom config. Addition: Allows to change values in a \r\njson File based on key-value pairs\r\n\r\n---\r\n## Change History\r\n\r\n**0.3.8**:\r\n- Fix hardcoding of Attribute Key\r\n\r\n**0.3.7**:\r\n- Change output of writing process to output entire file not only changed list.\r\n\r\n**0.3.6**:\r\n- Bug fix\r\n\r\n**0.3.5**:\r\n- Add functionality to Dict Wrapper that allows to change specific values\r\n\r\n**0.3.4**:\r\n- Fix error where list isn't returned when it is not in top level dictionary.\r\n\r\n**0.3.3**:\r\n- Bug fixes\r\n\r\n**0.3.2**:\r\n- FIX: relative import of *json_wapper*\r\n- Add condition to return correct value if two keys are identical in different subdirectories\r\n\r\n**0.3.1**:\r\n- Add method to get identifier from cfg_file based on name for *json_wrapper*\r\n\r\n**0.3**:\r\n- Create new sublibrary *json_wrapper*\r\n\r\n**0.2**:\r\n- Create new sublibrary *production_system*\r\n- Remove prints from *graphdb*\r\n\r\n**0.1.1**:\r\n- Update graphdb download\r\n\r\n**0.1**:\r\n- Create library\r\n- Create new sublibrary *graphdb*\r\n\r\n---\r\nFor more information about the project go to the [ASSISTANT Homepage](https://assistant-project.eu).\r\n\r\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2018 The Python Packaging Authority  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Python Library for the EU ASSISTANT-Project",
    "version": "0.3.8",
    "project_urls": {
        "homepage": "https://assistant-project.eu",
        "repository": "https://gitlab.lrz.de/pd/pd.graphdbmapping/python-library.git"
    },
    "split_keywords": [
        "graphdb",
        "assistant"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20888e49780cbf25381fe878c04250f8603592a841e62e58a6b322b6b2bfdbee",
                "md5": "9ccc1be54730755c538b9070b7d18bcf",
                "sha256": "ce6fb371b45b3f40a8b18f4b5a5627d89f0d9af62bd9db3be8d456e99778a287"
            },
            "downloads": -1,
            "filename": "assistant_project-0.3.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9ccc1be54730755c538b9070b7d18bcf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 11649,
            "upload_time": "2023-09-07T14:44:29",
            "upload_time_iso_8601": "2023-09-07T14:44:29.134037Z",
            "url": "https://files.pythonhosted.org/packages/20/88/8e49780cbf25381fe878c04250f8603592a841e62e58a6b322b6b2bfdbee/assistant_project-0.3.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b63f01aa8a16bc0b653a62c983c46fbfda2edb66cf4f3120c65459e4278fa7cc",
                "md5": "9770d98452b52ed4ae21ac68f9647fd4",
                "sha256": "9fac2b86812d77dfe6c4d738236ba43f2388bb26090ed22fd44d674916362690"
            },
            "downloads": -1,
            "filename": "assistant_project-0.3.8.tar.gz",
            "has_sig": false,
            "md5_digest": "9770d98452b52ed4ae21ac68f9647fd4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 9387,
            "upload_time": "2023-09-07T14:44:30",
            "upload_time_iso_8601": "2023-09-07T14:44:30.547951Z",
            "url": "https://files.pythonhosted.org/packages/b6/3f/01aa8a16bc0b653a62c983c46fbfda2edb66cf4f3120c65459e4278fa7cc/assistant_project-0.3.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-07 14:44:30",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "assistant-project"
}
        
Elapsed time: 0.11111s