rest-mysql


Namerest-mysql JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryStand alone version of Record_MySQL from Rest-OC to facilitate updating code to newer librairies
upload_time2024-12-13 19:09:02
maintainerNone
docs_urlNone
authorChris Nasr - Ouroboros Coding Inc.
requires_python>=3.10
licenseMIT
keywords rest mysql sql
VCS
bugtrack_url
requirements arrow define-oc json-fix jsonb PyMySQL tools-oc
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # rest_mysql
Stand alone version of Record_MySQL from Rest-OC to facilitate updating code to newer librairies.

## Install

```bash
pip install rest_mysql
```

## Using

Instead of pulling Record_MySQL from RestOC as we did in the past, change any references to rest_mysql

Old:
```python
from RestOC import Record_MySQL
from RestOC.Record_MySQL import db_create, Record
from RestOC.Record_Base import register_type
```

New:
```python
from rest_mysql import Record_MySQL
from rest_mysql.Record_MySQL import db_create, Record
from rest_mysql.Record_Base import register_type
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rest-mysql",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "rest, mysql, sql",
    "author": "Chris Nasr - Ouroboros Coding Inc.",
    "author_email": "chris@ouroboroscoding.com",
    "download_url": "https://files.pythonhosted.org/packages/8b/47/2cccfc82fad3737ef8d8cf713760dfc59f3896d408456f73127dcb273dc2/rest_mysql-1.0.1.tar.gz",
    "platform": null,
    "description": "# rest_mysql\nStand alone version of Record_MySQL from Rest-OC to facilitate updating code to newer librairies.\n\n## Install\n\n```bash\npip install rest_mysql\n```\n\n## Using\n\nInstead of pulling Record_MySQL from RestOC as we did in the past, change any references to rest_mysql\n\nOld:\n```python\nfrom RestOC import Record_MySQL\nfrom RestOC.Record_MySQL import db_create, Record\nfrom RestOC.Record_Base import register_type\n```\n\nNew:\n```python\nfrom rest_mysql import Record_MySQL\nfrom rest_mysql.Record_MySQL import db_create, Record\nfrom rest_mysql.Record_Base import register_type\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Stand alone version of Record_MySQL from Rest-OC to facilitate updating code to newer librairies",
    "version": "1.0.1",
    "project_urls": {
        "Source": "https://github.com/ouroboroscoding/rest_mysql",
        "Tracker": "https://github.com/ouroboroscoding/rest_mysql/issues"
    },
    "split_keywords": [
        "rest",
        " mysql",
        " sql"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b472cccfc82fad3737ef8d8cf713760dfc59f3896d408456f73127dcb273dc2",
                "md5": "d9df48b550e9ed88ec7208470ee0e489",
                "sha256": "5604c3cc75a1b58098b4d5c85622c2950f7cac37154b0588059be8b3253915a5"
            },
            "downloads": -1,
            "filename": "rest_mysql-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d9df48b550e9ed88ec7208470ee0e489",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 22856,
            "upload_time": "2024-12-13T19:09:02",
            "upload_time_iso_8601": "2024-12-13T19:09:02.987725Z",
            "url": "https://files.pythonhosted.org/packages/8b/47/2cccfc82fad3737ef8d8cf713760dfc59f3896d408456f73127dcb273dc2/rest_mysql-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-13 19:09:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ouroboroscoding",
    "github_project": "rest_mysql",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "arrow",
            "specs": [
                [
                    ">=",
                    "1.3.0"
                ]
            ]
        },
        {
            "name": "define-oc",
            "specs": [
                [
                    ">=",
                    "1.0.1"
                ]
            ]
        },
        {
            "name": "json-fix",
            "specs": [
                [
                    ">=",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "jsonb",
            "specs": [
                [
                    ">=",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "PyMySQL",
            "specs": [
                [
                    ">=",
                    "1.0.2"
                ]
            ]
        },
        {
            "name": "tools-oc",
            "specs": [
                [
                    ">=",
                    "1.2.4"
                ]
            ]
        }
    ],
    "lcname": "rest-mysql"
}
        
Elapsed time: 0.40463s