FStore


NameFStore JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/colin-m-davis/kvs
SummaryKey-value store in Python
upload_time2023-06-23 02:50:56
maintainer
docs_urlNone
authorColin Davis
requires_python
licenseLICENSE.txt
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FStore
A simple key-value store written in Python.
https://pypi.org/project/FStore/

## Usage
Install FStore in your terminal with pip: `$ pip install fstore`

Initialize a new FStore database: `$ fstore init [path/to/database]`

Connect to an existing FStore database: `$ store init [path/to/database]`

Feel free to contact me with any questions or concerns!

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/colin-m-davis/kvs",
    "name": "FStore",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Colin Davis",
    "author_email": "colinmichaelsdavis@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/88/a2/bf5a2ec53b7529737da57ba5716d800eb4187c078695c932f8c1affd1c57/FStore-1.0.2.tar.gz",
    "platform": null,
    "description": "# FStore\nA simple key-value store written in Python.\nhttps://pypi.org/project/FStore/\n\n## Usage\nInstall FStore in your terminal with pip: `$ pip install fstore`\n\nInitialize a new FStore database: `$ fstore init [path/to/database]`\n\nConnect to an existing FStore database: `$ store init [path/to/database]`\n\nFeel free to contact me with any questions or concerns!\n",
    "bugtrack_url": null,
    "license": "LICENSE.txt",
    "summary": "Key-value store in Python",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/colin-m-davis/kvs"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7fc9f4602942950f8c3affc069f2d9aa3e825902c910acac1e8a92c9fdddcf0e",
                "md5": "88b824a2ac1e9e0e7fffaf5b3fc4daf9",
                "sha256": "0fce2825dd08d158e3d05a419af1b4552953207b5248d48050df21f6369d9e56"
            },
            "downloads": -1,
            "filename": "FStore-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "88b824a2ac1e9e0e7fffaf5b3fc4daf9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4775,
            "upload_time": "2023-06-23T02:50:55",
            "upload_time_iso_8601": "2023-06-23T02:50:55.400728Z",
            "url": "https://files.pythonhosted.org/packages/7f/c9/f4602942950f8c3affc069f2d9aa3e825902c910acac1e8a92c9fdddcf0e/FStore-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "88a2bf5a2ec53b7529737da57ba5716d800eb4187c078695c932f8c1affd1c57",
                "md5": "d2a8c5b3800162da1157f0aae335cbfc",
                "sha256": "e94e095ff4775154fcdc89064d399c5fcdcdd600ca1e1111eb66ae1f1032e2c5"
            },
            "downloads": -1,
            "filename": "FStore-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d2a8c5b3800162da1157f0aae335cbfc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3957,
            "upload_time": "2023-06-23T02:50:56",
            "upload_time_iso_8601": "2023-06-23T02:50:56.643036Z",
            "url": "https://files.pythonhosted.org/packages/88/a2/bf5a2ec53b7529737da57ba5716d800eb4187c078695c932f8c1affd1c57/FStore-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-23 02:50:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "colin-m-davis",
    "github_project": "kvs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "fstore"
}
        
Elapsed time: 0.07878s