Metadata-Version: 2.1
Name: xmodel-rest
Version: 0.1.1
Summary: Builds 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.
Home-page: https://github.com/xyngular/py-xmodel-rest
Author: Josh Orr
Author-email: josh@orr.blue
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: The Unlicense (Unlicense)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: ciso8601 (>=2.3.0,<3.0.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Requires-Dist: requests-mock (>=1.9.3,<2.0.0)
Requires-Dist: xinject (>=1.4.0,<2.0.0)
Requires-Dist: xloop (>=1.0.1,<2.0.0)
Requires-Dist: xmodel (>=0.2.0,<0.3.0)
Requires-Dist: xsentinels (>=1.2.1,<2.0.0)
Requires-Dist: xsettings (>=1.3.0,<2.0.0)
Requires-Dist: xurls (>=0.2.0,<0.3.0)
Project-URL: Repository, https://github.com/xyngular/py-xmodel-rest
Description-Content-Type: text/markdown

![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
```

