databind2


Namedatabind2 JSON
Version 4.2.2 PyPI version JSON
download
home_page
SummaryDatabind is a library inspired by jackson-databind to de-/serialize Python dataclasses. The `databind` package will install the full suite of databind packages. Compatible with Python 3.7 and newer.
upload_time2023-01-26 13:24:13
maintainer
docs_urlNone
authorNiklas Rosenstein
requires_python>=3.6.3,<4.0.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # databind

__Compatibility__: Python 3.6.3+

Databind is a library inspired by jackson-databind to de-/serialise Python dataclasses.

If you install the `databind` package, you will get the respective version of the
following packages:

* [databind.core](https://pypi.org/project/databind.core/) &ndash; Provides the core framework.
* [databind.json](https://pypi.org/project/databind.json/) &ndash; De-/serialize dataclasses to/from JSON payloads.

## Supported features

| Feature | Python version | Databind version |
| ------- | -------------- | ---------------- |
| [PEP585](https://www.python.org/dev/peps/pep-0585/) | 3.9 | 1.2.0 &ndash; *current* |
| [PEP585](https://www.python.org/dev/peps/pep-0585/) (forward references) | 3.9 | 1.3.1? &ndash; *current* |
| Resolve type parameters of specialised generic types | 3.x | 1.5.0 &ndash; *current* |
| `typing.TypedDict` | 3.x | 2.0.0 &ndash; *current* |
| Concretise type variables in parametrised generics | 3.x | 2.0.0 &ndash; *current* |

---

<p align="center">Copyright &copy; 2022 &ndash; Niklas Rosenstein</p>

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "databind2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6.3,<4.0.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Niklas Rosenstein",
    "author_email": "rosensteinniklas@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/33/4b/4af19b5a7f24ab5d6f841727e60e0e2f40242d80d22044e7763e9cc139f8/databind2-4.2.2.tar.gz",
    "platform": null,
    "description": "# databind\n\n__Compatibility__: Python 3.6.3+\n\nDatabind is a library inspired by jackson-databind to de-/serialise Python dataclasses.\n\nIf you install the `databind` package, you will get the respective version of the\nfollowing packages:\n\n* [databind.core](https://pypi.org/project/databind.core/) &ndash; Provides the core framework.\n* [databind.json](https://pypi.org/project/databind.json/) &ndash; De-/serialize dataclasses to/from JSON payloads.\n\n## Supported features\n\n| Feature | Python version | Databind version |\n| ------- | -------------- | ---------------- |\n| [PEP585](https://www.python.org/dev/peps/pep-0585/) | 3.9 | 1.2.0 &ndash; *current* |\n| [PEP585](https://www.python.org/dev/peps/pep-0585/) (forward references) | 3.9 | 1.3.1? &ndash; *current* |\n| Resolve type parameters of specialised generic types | 3.x | 1.5.0 &ndash; *current* |\n| `typing.TypedDict` | 3.x | 2.0.0 &ndash; *current* |\n| Concretise type variables in parametrised generics | 3.x | 2.0.0 &ndash; *current* |\n\n---\n\n<p align=\"center\">Copyright &copy; 2022 &ndash; Niklas Rosenstein</p>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Databind is a library inspired by jackson-databind to de-/serialize Python dataclasses. The `databind` package will install the full suite of databind packages. Compatible with Python 3.7 and newer.",
    "version": "4.2.2",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6aa7b76792aaa1468d3e0de04f42a4c28365ef2e9d6dea7aa5208150e34890c",
                "md5": "b01768f130787257f762184805e59de3",
                "sha256": "1836d4718d410f86b20c5debd564e394965358ddd00ff7e74c86321eb2d0e015"
            },
            "downloads": -1,
            "filename": "databind2-4.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b01768f130787257f762184805e59de3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6.3,<4.0.0",
            "size": 1689,
            "upload_time": "2023-01-26T13:24:12",
            "upload_time_iso_8601": "2023-01-26T13:24:12.009442Z",
            "url": "https://files.pythonhosted.org/packages/b6/aa/7b76792aaa1468d3e0de04f42a4c28365ef2e9d6dea7aa5208150e34890c/databind2-4.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "334b4af19b5a7f24ab5d6f841727e60e0e2f40242d80d22044e7763e9cc139f8",
                "md5": "c706e66a9adbee78b19430df64a4ee27",
                "sha256": "eb242ee3812cd7058397319737620d6550ba26df78befb4c5b05f757c8a374f3"
            },
            "downloads": -1,
            "filename": "databind2-4.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c706e66a9adbee78b19430df64a4ee27",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6.3,<4.0.0",
            "size": 1722,
            "upload_time": "2023-01-26T13:24:13",
            "upload_time_iso_8601": "2023-01-26T13:24:13.435453Z",
            "url": "https://files.pythonhosted.org/packages/33/4b/4af19b5a7f24ab5d6f841727e60e0e2f40242d80d22044e7763e9cc139f8/databind2-4.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-26 13:24:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "databind2"
}
        
Elapsed time: 0.12740s