pybasekit


Namepybasekit JSON
Version 1.0.2 PyPI version JSON
download
home_page
SummaryBasic local database system
upload_time2023-07-14 00:48:00
maintainer
docs_urlNone
authorBecause
requires_python
license
keywords python db database storage
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Do not use this for anything big as its not a secure way to store data.

This is meant to be used for fun and creating things for yourself or with a small group of people.



Example code:



import pybasekit



service = pybasekit.Start() # starts the service

NewDB = service.CreateDB("MyDatabase", "key") # creates a new database called MyDatabase and with the key "key"

db = service.ConnectDB("MyDatabase", "key") # Connects to the database using the same key

section = db.create_section("newsection") # Creates a section in the database to store data

collect = db.get_section_data("newsection") # Gets all data from section

print(collect) # prints the data from the section



Not all features were included in the example here are all the features:

    Start()/

        CreateDB(name, key)

        ConnectDB(name, key)/

            create_section(section_title)

            insert_data(section, Data_Title, Data_Value)

            insert_list(section, Data_Title, List)

            get_data(self, section, Data_Title)

            remove_data(section, Data_Title)

            update_data_value(section, Data_Title, New_Value)

            get_all_data()

            get_section_data(section)






            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pybasekit",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,db,database,storage",
    "author": "Because",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/24/0a/d183de4a3138ad5c8666b4e6f827715b69dd66aaa065a16df0e480835055/pybasekit-1.0.2.tar.gz",
    "platform": null,
    "description": "\r\nDo not use this for anything big as its not a secure way to store data.\r\n\r\nThis is meant to be used for fun and creating things for yourself or with a small group of people.\r\n\r\n\r\n\r\nExample code:\r\n\r\n\r\n\r\nimport pybasekit\r\n\r\n\r\n\r\nservice = pybasekit.Start() # starts the service\r\n\r\nNewDB = service.CreateDB(\"MyDatabase\", \"key\") # creates a new database called MyDatabase and with the key \"key\"\r\n\r\ndb = service.ConnectDB(\"MyDatabase\", \"key\") # Connects to the database using the same key\r\n\r\nsection = db.create_section(\"newsection\") # Creates a section in the database to store data\r\n\r\ncollect = db.get_section_data(\"newsection\") # Gets all data from section\r\n\r\nprint(collect) # prints the data from the section\r\n\r\n\r\n\r\nNot all features were included in the example here are all the features:\r\n\r\n    Start()/\r\n\r\n        CreateDB(name, key)\r\n\r\n        ConnectDB(name, key)/\r\n\r\n            create_section(section_title)\r\n\r\n            insert_data(section, Data_Title, Data_Value)\r\n\r\n            insert_list(section, Data_Title, List)\r\n\r\n            get_data(self, section, Data_Title)\r\n\r\n            remove_data(section, Data_Title)\r\n\r\n            update_data_value(section, Data_Title, New_Value)\r\n\r\n            get_all_data()\r\n\r\n            get_section_data(section)\r\n\r\n\r\n\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Basic local database system",
    "version": "1.0.2",
    "project_urls": null,
    "split_keywords": [
        "python",
        "db",
        "database",
        "storage"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c83663a32eb9af6e06ae4edec356a836459b98895915221402345300fbbf1722",
                "md5": "a305770584cea33afc800ef4e7c7021a",
                "sha256": "a2bb058aedf0eb05b1fc6b6ce3606282c7a5eff0969bcde70eec619b7d868b20"
            },
            "downloads": -1,
            "filename": "pybasekit-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a305770584cea33afc800ef4e7c7021a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4704,
            "upload_time": "2023-07-14T00:47:59",
            "upload_time_iso_8601": "2023-07-14T00:47:59.294692Z",
            "url": "https://files.pythonhosted.org/packages/c8/36/63a32eb9af6e06ae4edec356a836459b98895915221402345300fbbf1722/pybasekit-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "240ad183de4a3138ad5c8666b4e6f827715b69dd66aaa065a16df0e480835055",
                "md5": "9b894a07bb466f5c963d83a89cd0e1d8",
                "sha256": "1583481353df0d886469589135997d7f3718e2527891d08b82a2399f4a39667a"
            },
            "downloads": -1,
            "filename": "pybasekit-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9b894a07bb466f5c963d83a89cd0e1d8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4566,
            "upload_time": "2023-07-14T00:48:00",
            "upload_time_iso_8601": "2023-07-14T00:48:00.623550Z",
            "url": "https://files.pythonhosted.org/packages/24/0a/d183de4a3138ad5c8666b4e6f827715b69dd66aaa065a16df0e480835055/pybasekit-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-14 00:48:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pybasekit"
}
        
Elapsed time: 0.08675s