consys


Nameconsys JSON
Version 0.42 PyPI version JSON
download
home_pagehttps://github.com/chilleco/consys
SummaryBase object model for Python
upload_time2024-11-18 15:37:10
maintainerNone
docs_urlNone
authorAlex Poloz
requires_python<4,>=3.7
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/chilleco/consys",
    "name": "consys",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.7",
    "maintainer_email": null,
    "keywords": "base, object, model, oop, orm, python, mongodb, files, uploading, handlers, errors, types, checking",
    "author": "Alex Poloz",
    "author_email": "alexypoloz@gmail.com",
    "download_url": null,
    "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",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Base object model for Python",
    "version": "0.42",
    "project_urls": {
        "Homepage": "https://github.com/chilleco/consys",
        "Source": "https://github.com/chilleco/consys"
    },
    "split_keywords": [
        "base",
        " object",
        " model",
        " oop",
        " orm",
        " python",
        " mongodb",
        " files",
        " uploading",
        " handlers",
        " errors",
        " types",
        " checking"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea447a6e76914353edc01021d92a62f815f95dd8fc730064dbe31181be9e965d",
                "md5": "ec929b9fe009a411eaaa2320ba24c046",
                "sha256": "51fb7b453d3ab43ceb5421d40ba403c206745c1e51e83ce03d5b6cd379a4ad64"
            },
            "downloads": -1,
            "filename": "consys-0.42-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ec929b9fe009a411eaaa2320ba24c046",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.7",
            "size": 15049,
            "upload_time": "2024-11-18T15:37:10",
            "upload_time_iso_8601": "2024-11-18T15:37:10.902760Z",
            "url": "https://files.pythonhosted.org/packages/ea/44/7a6e76914353edc01021d92a62f815f95dd8fc730064dbe31181be9e965d/consys-0.42-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-18 15:37:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chilleco",
    "github_project": "consys",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pymongo",
            "specs": [
                [
                    "==",
                    "4.10.1"
                ]
            ]
        },
        {
            "name": "pillow",
            "specs": [
                [
                    "==",
                    "10.4.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.32.3"
                ]
            ]
        },
        {
            "name": "pydantic",
            "specs": [
                [
                    "==",
                    "2.9.2"
                ]
            ]
        }
    ],
    "lcname": "consys"
}
        
Elapsed time: 1.39620s