xmodel-rest


Namexmodel-rest JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/xyngular/py-xmodel-rest
SummaryBuilds on xmodel, adds ability to get/send/update objects to/from rest API; especially if api uses JSON as it’s request/response body format.
upload_time2023-04-15 14:12:51
maintainer
docs_urlNone
authorJosh Orr
requires_python>=3.8,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![PythonSupport](https://img.shields.io/static/v1?label=python&message=%203.8|%203.9|%203.10|%203.11&color=blue?style=flat-square&logo=python)
![PyPI version](https://badge.fury.io/py/xmodel-rest.svg?)

## Documentation

**[πŸ“„ Detailed Documentation](https://xyngular.github.io/py-xmodel-rest/latest/)** | **[🐍 PyPi](https://pypi.org/project/xmodel-rest/)**

## Getting Started

**warning "Alpha Software!"**

This is pre-release Alpha software, based on another code base and
the needed changes to make a final release version are not yet
completed. Everything is subject to change; and documentation needs
to be written.


```shell
poetry install xmodel-rest
```

or

```shell
pip install xmodel-rest
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/xyngular/py-xmodel-rest",
    "name": "xmodel-rest",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Josh Orr",
    "author_email": "josh@orr.blue",
    "download_url": "https://files.pythonhosted.org/packages/c4/c1/c098fdabe80009b62265ed4c9752198947ada95bbaadb97d6efb1386ecc4/xmodel_rest-0.1.1.tar.gz",
    "platform": null,
    "description": "![PythonSupport](https://img.shields.io/static/v1?label=python&message=%203.8|%203.9|%203.10|%203.11&color=blue?style=flat-square&logo=python)\n![PyPI version](https://badge.fury.io/py/xmodel-rest.svg?)\n\n## Documentation\n\n**[\ud83d\udcc4 Detailed Documentation](https://xyngular.github.io/py-xmodel-rest/latest/)** | **[\ud83d\udc0d PyPi](https://pypi.org/project/xmodel-rest/)**\n\n## Getting Started\n\n**warning \"Alpha Software!\"**\n\nThis is pre-release Alpha software, based on another code base and\nthe needed changes to make a final release version are not yet\ncompleted. Everything is subject to change; and documentation needs\nto be written.\n\n\n```shell\npoetry install xmodel-rest\n```\n\nor\n\n```shell\npip install xmodel-rest\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Builds on xmodel, adds ability to get/send/update objects to/from rest API; especially if api uses JSON as it\u2019s request/response body format.",
    "version": "0.1.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c01362c396f1467ff5bb41d88e2bf39778f8815f8ecde56b2cec8538f24aa5b1",
                "md5": "d64fdd9de0f0e472bca81424ed1d16d8",
                "sha256": "dccf12ac6d715ef80411fa7fbd18e5f1dd12bbc318f93b9380f2da069e62fd66"
            },
            "downloads": -1,
            "filename": "xmodel_rest-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d64fdd9de0f0e472bca81424ed1d16d8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 41913,
            "upload_time": "2023-04-15T14:12:50",
            "upload_time_iso_8601": "2023-04-15T14:12:50.587006Z",
            "url": "https://files.pythonhosted.org/packages/c0/13/62c396f1467ff5bb41d88e2bf39778f8815f8ecde56b2cec8538f24aa5b1/xmodel_rest-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4c1c098fdabe80009b62265ed4c9752198947ada95bbaadb97d6efb1386ecc4",
                "md5": "7991c612430e0508bd35c71f14bc10dc",
                "sha256": "79f6a2b77e3dae0f84d8ccdf8bfa95aaa219c5995b323405127118689113d03b"
            },
            "downloads": -1,
            "filename": "xmodel_rest-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7991c612430e0508bd35c71f14bc10dc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 38877,
            "upload_time": "2023-04-15T14:12:51",
            "upload_time_iso_8601": "2023-04-15T14:12:51.704126Z",
            "url": "https://files.pythonhosted.org/packages/c4/c1/c098fdabe80009b62265ed4c9752198947ada95bbaadb97d6efb1386ecc4/xmodel_rest-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-15 14:12:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "xyngular",
    "github_project": "py-xmodel-rest",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "xmodel-rest"
}
        
Elapsed time: 0.05986s