serializable-trees


Nameserializable-trees JSON
Version 0.3.0 PyPI version JSON
download
home_page
SummarySerializable tree datatypes for Python
upload_time2023-08-31 07:36:00
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) 2023 Rainer Schwarzbach 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 json yaml tree node datatype
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Serializable Trees

_Serializable tree datatypes for Python_

The **serializable_trees** package contains the modules
serializable_trees.nodes and serializable_trees.trees,
but the high-level classes **TraversalPath** and **Tree**
are also provided through the base package so they
can simply be imported using

```
>>> from serializable_trees import TraversalPath, Tree
```

[Full documentation](https://blackstream-x.gitlab.io/serializable-trees/)


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "serializable-trees",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "json,yaml,tree,node,datatype",
    "author": "",
    "author_email": "Rainer Schwarzbach <undisclosed@example.com>",
    "download_url": "https://files.pythonhosted.org/packages/ed/26/afd8bc9e9a4e26202342ec12dd537cfb75cbfc9fe2540de68fded8d8be92/serializable-trees-0.3.0.tar.gz",
    "platform": null,
    "description": "# Serializable Trees\n\n_Serializable tree datatypes for Python_\n\nThe **serializable_trees** package contains the modules\nserializable_trees.nodes and serializable_trees.trees,\nbut the high-level classes **TraversalPath** and **Tree**\nare also provided through the base package so they\ncan simply be imported using\n\n```\n>>> from serializable_trees import TraversalPath, Tree\n```\n\n[Full documentation](https://blackstream-x.gitlab.io/serializable-trees/)\n\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Rainer Schwarzbach  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": "Serializable tree datatypes for Python",
    "version": "0.3.0",
    "project_urls": {
        "Bug Tracker": "https://gitlab.com/blackstream-x/serializable-trees/-/issues",
        "CI": "https://gitlab.com/blackstream-x/serializable-trees/-/pipelines",
        "Documentation": "https://blackstream-x.gitlab.io/serializable-trees",
        "Homepage": "https://gitlab.com/blackstream-x/serializable-trees",
        "Source Code": "https://gitlab.com/blackstream-x/serializable-trees.git"
    },
    "split_keywords": [
        "json",
        "yaml",
        "tree",
        "node",
        "datatype"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "016ea1ca480bc76d27629d08466f0ace7b7e0b9f93ad10c30e41f497e393f0a1",
                "md5": "7cd2bad723f91bcbc79ad8f40b9c9a6d",
                "sha256": "dbae4c640ce0756a3b3331f278e3fae8e29a28411c0ffd4f3c93d3d58890d40f"
            },
            "downloads": -1,
            "filename": "serializable_trees-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7cd2bad723f91bcbc79ad8f40b9c9a6d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10345,
            "upload_time": "2023-08-31T07:35:59",
            "upload_time_iso_8601": "2023-08-31T07:35:59.633476Z",
            "url": "https://files.pythonhosted.org/packages/01/6e/a1ca480bc76d27629d08466f0ace7b7e0b9f93ad10c30e41f497e393f0a1/serializable_trees-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed26afd8bc9e9a4e26202342ec12dd537cfb75cbfc9fe2540de68fded8d8be92",
                "md5": "6122c93013a243a0103d467c64d3189d",
                "sha256": "e1bb1b1e8c4e89b95840f6aa97ff3b202f55222086003063a1f5658888fe8415"
            },
            "downloads": -1,
            "filename": "serializable-trees-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6122c93013a243a0103d467c64d3189d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 13043,
            "upload_time": "2023-08-31T07:36:00",
            "upload_time_iso_8601": "2023-08-31T07:36:00.615713Z",
            "url": "https://files.pythonhosted.org/packages/ed/26/afd8bc9e9a4e26202342ec12dd537cfb75cbfc9fe2540de68fded8d8be92/serializable-trees-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-31 07:36:00",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "blackstream-x",
    "gitlab_project": "serializable-trees",
    "lcname": "serializable-trees"
}
        
Elapsed time: 0.10608s