wheezy.validation


Namewheezy.validation JSON
Version 3.2.0 PyPI version JSON
download
home_pagehttps://github.com/akornatskyy/wheezy.validation
SummaryA lightweight object validation library
upload_time2023-07-28 10:58:32
maintainer
docs_urlhttps://pythonhosted.org/wheezy.validation/
authorAndriy Kornatskyy
requires_python>=3.8
licenseMIT
keywords validation rules model
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # wheezy.validation

[![Build Status](https://travis-ci.org/akornatskyy/wheezy.validation.svg?branch=master)](https://travis-ci.org/akornatskyy/wheezy.validation)
[![Coverage Status](https://coveralls.io/repos/github/akornatskyy/wheezy.validation/badge.svg?branch=master)](https://coveralls.io/github/akornatskyy/wheezy.validation?branch=master)
[![Documentation Status](https://readthedocs.org/projects/wheezyvalidation/badge/?version=latest)](https://wheezyvalidation.readthedocs.io/en/latest/?badge=latest)
[![pypi version](https://badge.fury.io/py/wheezy.validation.svg)](https://badge.fury.io/py/wheezy.validation)

[wheezy.validation](https://pypi.org/project/wheezy.validation/) is a
[python](https://www.python.org) package written in pure Python code. It
provides python object validation.

It is optimized for performance, well tested and documented.

Resources:

- [source code](https://github.com/akornatskyy/wheezy.validation)
  and [issues](https://github.com/akornatskyy/wheezy.validation/issues)
  tracker are available on
  [github](https://github.com/akornatskyy/wheezy.validation)
- [documentation](https://wheezyvalidation.readthedocs.io/en/latest/)

## Install

[wheezy.validation](https://pypi.org/project/wheezy.validation/)
requires [python](https://www.python.org) version 3.8+. It is independent of
operating system. You can install it from
[pypi](https://pypi.org/project/wheezy.validation/):

```sh
pip install -U wheezy.validation
```

If you run into any issue or have comments, go ahead and add on
[github](https://github.com/akornatskyywheezy.validation).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/akornatskyy/wheezy.validation",
    "name": "wheezy.validation",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/wheezy.validation/",
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "validation rules model",
    "author": "Andriy Kornatskyy",
    "author_email": "andriy.kornatskyy@live.com",
    "download_url": "https://files.pythonhosted.org/packages/84/82/5fa35baa204c710abb0d234422c3b48ac5712e1d395c12f07b4afa6f6765/wheezy.validation-3.2.0.tar.gz",
    "platform": "any",
    "description": "# wheezy.validation\n\n[![Build Status](https://travis-ci.org/akornatskyy/wheezy.validation.svg?branch=master)](https://travis-ci.org/akornatskyy/wheezy.validation)\n[![Coverage Status](https://coveralls.io/repos/github/akornatskyy/wheezy.validation/badge.svg?branch=master)](https://coveralls.io/github/akornatskyy/wheezy.validation?branch=master)\n[![Documentation Status](https://readthedocs.org/projects/wheezyvalidation/badge/?version=latest)](https://wheezyvalidation.readthedocs.io/en/latest/?badge=latest)\n[![pypi version](https://badge.fury.io/py/wheezy.validation.svg)](https://badge.fury.io/py/wheezy.validation)\n\n[wheezy.validation](https://pypi.org/project/wheezy.validation/) is a\n[python](https://www.python.org) package written in pure Python code. It\nprovides python object validation.\n\nIt is optimized for performance, well tested and documented.\n\nResources:\n\n- [source code](https://github.com/akornatskyy/wheezy.validation)\n  and [issues](https://github.com/akornatskyy/wheezy.validation/issues)\n  tracker are available on\n  [github](https://github.com/akornatskyy/wheezy.validation)\n- [documentation](https://wheezyvalidation.readthedocs.io/en/latest/)\n\n## Install\n\n[wheezy.validation](https://pypi.org/project/wheezy.validation/)\nrequires [python](https://www.python.org) version 3.8+. It is independent of\noperating system. You can install it from\n[pypi](https://pypi.org/project/wheezy.validation/):\n\n```sh\npip install -U wheezy.validation\n```\n\nIf you run into any issue or have comments, go ahead and add on\n[github](https://github.com/akornatskyywheezy.validation).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A lightweight object validation library",
    "version": "3.2.0",
    "project_urls": {
        "Homepage": "https://github.com/akornatskyy/wheezy.validation"
    },
    "split_keywords": [
        "validation",
        "rules",
        "model"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84825fa35baa204c710abb0d234422c3b48ac5712e1d395c12f07b4afa6f6765",
                "md5": "5e379888b71601e1a4df84b0f0df9b70",
                "sha256": "7ee15a4570ead7c4bab63389f919601ff6261996bcb0fa64181a5644ee75a157"
            },
            "downloads": -1,
            "filename": "wheezy.validation-3.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5e379888b71601e1a4df84b0f0df9b70",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 12041,
            "upload_time": "2023-07-28T10:58:32",
            "upload_time_iso_8601": "2023-07-28T10:58:32.127520Z",
            "url": "https://files.pythonhosted.org/packages/84/82/5fa35baa204c710abb0d234422c3b48ac5712e1d395c12f07b4afa6f6765/wheezy.validation-3.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-28 10:58:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "akornatskyy",
    "github_project": "wheezy.validation",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "wheezy.validation"
}
        
Elapsed time: 0.09730s