fyCursor


NamefyCursor JSON
Version 0.1.6 PyPI version JSON
download
home_page
SummarySimple sqlite3 cursor
upload_time2023-08-28 02:03:32
maintainer
docs_urlNone
authorfelixyeahh
requires_python
licenseMIT
keywords python sqlite3 database
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# fyCursor
A simple cursor for managing sqlite3 databases

## Installation 
You can simply use pip:  
\$```pip3 install fyCursor```

<!-- Repobeats analytics -->
#  Analytics 
![Alt](https://repobeats.axiom.co/api/embed/0dda89a6c675987fd8c7d580fc77c9a05cd58b62.svg "Repobeats analytics image")

# Changelog 📄
### 📀 v0.1.x
- New fyCursor methods:
    - create_table (BETA)
- Table and Fields (‼️ BETA):
    - Table class:
        - TableError
        - ``insert`` method
        - ``create`` method
        
    - Field class with following components
        - name 
        - types
        - primary_key
        - default
        - nullable
- Type hints
- ``fetch`` and ``one`` now support ``execute`` method

### 🎎 v0.0.x
- Basic fyCursor methods:
    - add
    - set
    - update
    - select
    - fetch
    - one
    - commit
    - where
- Connect (#todo: all arguments)
- Bug fixes 

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "fyCursor",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,sqlite3,database",
    "author": "felixyeahh",
    "author_email": "<felixyeah@outlook.com>",
    "download_url": "https://files.pythonhosted.org/packages/2a/9c/104db7b367f45a0a3ef70b8aee494bb8d174000b9846442b689f10ba0879/fyCursor-0.1.6.tar.gz",
    "platform": null,
    "description": "\n# fyCursor\nA simple cursor for managing sqlite3 databases\n\n## Installation \nYou can simply use pip: &nbsp;\n\\$```pip3 install fyCursor```\n\n<!-- Repobeats analytics -->\n#  Analytics \n![Alt](https://repobeats.axiom.co/api/embed/0dda89a6c675987fd8c7d580fc77c9a05cd58b62.svg \"Repobeats analytics image\")\n\n# Changelog \ud83d\udcc4\n### \ud83d\udcc0 v0.1.x\n- New fyCursor methods:\n    - create_table (BETA)\n- Table and Fields (\u203c\ufe0f BETA):\n    - Table class:\n        - TableError\n        - ``insert`` method\n        - ``create`` method\n        \n    - Field class with following components\n        - name \n        - types\n        - primary_key\n        - default\n        - nullable\n- Type hints\n- ``fetch`` and ``one`` now support ``execute`` method\n\n### \ud83c\udf8e v0.0.x\n- Basic fyCursor methods:\n    - add\n    - set\n    - update\n    - select\n    - fetch\n    - one\n    - commit\n    - where\n- Connect (#todo: all arguments)\n- Bug fixes \n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple sqlite3 cursor",
    "version": "0.1.6",
    "project_urls": null,
    "split_keywords": [
        "python",
        "sqlite3",
        "database"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e3326b3c6d4c223e85a34b73c0a7d87b60853e0b599f2fc649483bfbd33ba43",
                "md5": "43e5ff39bb340ff8309ddf1d982bb54c",
                "sha256": "f9b7986fafe6261dd569ddf02165b844b7ee152d82fb1a042487a2b706e1354b"
            },
            "downloads": -1,
            "filename": "fyCursor-0.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "43e5ff39bb340ff8309ddf1d982bb54c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7796,
            "upload_time": "2023-08-28T02:03:30",
            "upload_time_iso_8601": "2023-08-28T02:03:30.761023Z",
            "url": "https://files.pythonhosted.org/packages/0e/33/26b3c6d4c223e85a34b73c0a7d87b60853e0b599f2fc649483bfbd33ba43/fyCursor-0.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a9c104db7b367f45a0a3ef70b8aee494bb8d174000b9846442b689f10ba0879",
                "md5": "c83ea430f8ec4f82f803c4f842e8543e",
                "sha256": "b092dc1a1af874a1a449843d9ff83b43a91f9ad55c57d71d394224df1e9b9f88"
            },
            "downloads": -1,
            "filename": "fyCursor-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "c83ea430f8ec4f82f803c4f842e8543e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6757,
            "upload_time": "2023-08-28T02:03:32",
            "upload_time_iso_8601": "2023-08-28T02:03:32.341046Z",
            "url": "https://files.pythonhosted.org/packages/2a/9c/104db7b367f45a0a3ef70b8aee494bb8d174000b9846442b689f10ba0879/fyCursor-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-28 02:03:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "fycursor"
}
        
Elapsed time: 0.10609s