consys


Nameconsys JSON
Version 0.30 PyPI version JSON
download
home_pagehttps://github.com/kosyachniy/consys
SummaryBase object model for Python
upload_time2023-09-13 11:46:27
maintainer
docs_urlNone
authorAlexey Poloz
requires_python>=3.7, <4
licenseMIT
keywords base object model oop orm python mongodb files uploading handlers errors types checking
VCS
bugtrack_url
requirements pymongo Pillow requests pydantic
Travis-CI
coveralls test coverage No coveralls.
            # ConSys [![Build Status](https://app.travis-ci.com/kosyachniy/consys.svg?branch=main)](https://app.travis-ci.com/kosyachniy/consys)
Object-oriented programming control system in Python [Base Object Model]

[GitHub](https://github.com/kosyachniy/consys)
 | [PyPI](https://pypi.org/project/consys/)

[View ORM for PostgreSQL →](https://pypi.org/project/consql/)

## Submodules
Module | Description
---|----
` consys ` | ORM for Python & MongoDB
` consys.handlers ` | Ready to use handlers for ORM
` consys.files ` | File uploading system
` consys.types ` | Type checking system
` consys.errors ` | Set of errors



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kosyachniy/consys",
    "name": "consys",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7, <4",
    "maintainer_email": "",
    "keywords": "base,object,model,oop,orm,python,mongodb,files,uploading,handlers,errors,types,checking",
    "author": "Alexey Poloz",
    "author_email": "alexypoloz@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d0/09/e8189385527644ace6de3b5823e5a2dc003fe8ec39bdefef102cea7888c9/consys-0.30.tar.gz",
    "platform": null,
    "description": "# ConSys [![Build Status](https://app.travis-ci.com/kosyachniy/consys.svg?branch=main)](https://app.travis-ci.com/kosyachniy/consys)\nObject-oriented programming control system in Python [Base Object Model]\n\n[GitHub](https://github.com/kosyachniy/consys)\n | [PyPI](https://pypi.org/project/consys/)\n\n[View ORM for PostgreSQL \u2192](https://pypi.org/project/consql/)\n\n## Submodules\nModule | Description\n---|----\n` consys ` | ORM for Python & MongoDB\n` consys.handlers ` | Ready to use handlers for ORM\n` consys.files ` | File uploading system\n` consys.types ` | Type checking system\n` consys.errors ` | Set of errors\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Base object model for Python",
    "version": "0.30",
    "project_urls": {
        "Homepage": "https://github.com/kosyachniy/consys",
        "Source": "https://github.com/kosyachniy/consys"
    },
    "split_keywords": [
        "base",
        "object",
        "model",
        "oop",
        "orm",
        "python",
        "mongodb",
        "files",
        "uploading",
        "handlers",
        "errors",
        "types",
        "checking"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d80de0f7ed63b9d85cfd273b022732e90ea4071b940c9d52655d8e78b9bf0490",
                "md5": "7dcafe5484cfb08dc1a254a0538d76ab",
                "sha256": "0097ac3e360d7806501423a19c41cd775eb1093fbad31f67ec360eaa9dacf055"
            },
            "downloads": -1,
            "filename": "consys-0.30-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7dcafe5484cfb08dc1a254a0538d76ab",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7, <4",
            "size": 13600,
            "upload_time": "2023-09-13T11:46:25",
            "upload_time_iso_8601": "2023-09-13T11:46:25.382990Z",
            "url": "https://files.pythonhosted.org/packages/d8/0d/e0f7ed63b9d85cfd273b022732e90ea4071b940c9d52655d8e78b9bf0490/consys-0.30-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d009e8189385527644ace6de3b5823e5a2dc003fe8ec39bdefef102cea7888c9",
                "md5": "063768f9bb15027a20e506ca6075ef52",
                "sha256": "f918436d9c8e09cdfe19d2575c3dd12efe95bd5a8cc7df80cdfffc2c303137f0"
            },
            "downloads": -1,
            "filename": "consys-0.30.tar.gz",
            "has_sig": false,
            "md5_digest": "063768f9bb15027a20e506ca6075ef52",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7, <4",
            "size": 12834,
            "upload_time": "2023-09-13T11:46:27",
            "upload_time_iso_8601": "2023-09-13T11:46:27.368895Z",
            "url": "https://files.pythonhosted.org/packages/d0/09/e8189385527644ace6de3b5823e5a2dc003fe8ec39bdefef102cea7888c9/consys-0.30.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-13 11:46:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kosyachniy",
    "github_project": "consys",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pymongo",
            "specs": [
                [
                    "==",
                    "4.5.0"
                ]
            ]
        },
        {
            "name": "Pillow",
            "specs": [
                [
                    "==",
                    "10.0.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.31.0"
                ]
            ]
        },
        {
            "name": "pydantic",
            "specs": [
                [
                    "==",
                    "2.3.0"
                ]
            ]
        }
    ],
    "lcname": "consys"
}
        
Elapsed time: 0.11910s