neodb


Nameneodb JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/eyukselen/neodb
Summarya simple module for a document store
upload_time2024-03-09 06:21:07
maintainer
docs_urlNone
authoremre
requires_python
licenseMIT License Copyright (c) 2024 emre Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords database document store key value
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NeoDB

simple key value store/document db using disk and memory as backend

* designed to be used through rest api
* buckets as folders
* documents as files 


## TODO
* implement sets
* implement indexes
* implement maps
* add aws S3 as a backend


## Versioning
using SemVer (Semantic Versioning) simply put:

Given a version number **MAJOR**.**MINOR**.**PATCH**, increment the:

* MAJOR version when you make incompatible API changes
* MINOR version when you add functionality in a backward compatible manner
* PATCH version when you make backward compatible bug fixes

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/eyukselen/neodb",
    "name": "neodb",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "database,document store,key value",
    "author": "emre",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/48/27/b8f57d2c8822667dd3169087c33b84cfb63b5129b37bf0e99282fd2dd329/neodb-0.0.2.tar.gz",
    "platform": null,
    "description": "# NeoDB\n\nsimple key value store/document db using disk and memory as backend\n\n* designed to be used through rest api\n* buckets as folders\n* documents as files \n\n\n## TODO\n* implement sets\n* implement indexes\n* implement maps\n* add aws S3 as a backend\n\n\n## Versioning\nusing SemVer (Semantic Versioning) simply put:\n\nGiven a version number **MAJOR**.**MINOR**.**PATCH**, increment the:\n\n* MAJOR version when you make incompatible API changes\n* MINOR version when you add functionality in a backward compatible manner\n* PATCH version when you make backward compatible bug fixes\n",
    "bugtrack_url": null,
    "license": "MIT License Copyright (c) 2024 emre Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "a simple module for a document store",
    "version": "0.0.2",
    "project_urls": {
        "Documentation": "https://neodb.readthedocs.io/en/latest/index.html",
        "Homepage": "https://github.com/eyukselen/neodb",
        "Source Code": "https://github.com/eyukselen/neodb"
    },
    "split_keywords": [
        "database",
        "document store",
        "key value"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3bcaa0e97684c014eac3110562549da002ed779b868429e5623f0feda543ad14",
                "md5": "290d7d3a60318f143030e2bc9230150d",
                "sha256": "c7536ff562084a8d5d8980d4bccecd56d960568a1b0a6795946069ad13457789"
            },
            "downloads": -1,
            "filename": "neodb-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "290d7d3a60318f143030e2bc9230150d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6821,
            "upload_time": "2024-03-09T06:21:05",
            "upload_time_iso_8601": "2024-03-09T06:21:05.340652Z",
            "url": "https://files.pythonhosted.org/packages/3b/ca/a0e97684c014eac3110562549da002ed779b868429e5623f0feda543ad14/neodb-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4827b8f57d2c8822667dd3169087c33b84cfb63b5129b37bf0e99282fd2dd329",
                "md5": "1d2438d3bd339dcd9b1c5373e7270d9b",
                "sha256": "7d3ebe4f89e5fd1d3b05a12cbcda7839c041903ff72a32fd4bc7703a67de5e1d"
            },
            "downloads": -1,
            "filename": "neodb-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1d2438d3bd339dcd9b1c5373e7270d9b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8802,
            "upload_time": "2024-03-09T06:21:07",
            "upload_time_iso_8601": "2024-03-09T06:21:07.101704Z",
            "url": "https://files.pythonhosted.org/packages/48/27/b8f57d2c8822667dd3169087c33b84cfb63b5129b37bf0e99282fd2dd329/neodb-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-09 06:21:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "eyukselen",
    "github_project": "neodb",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "neodb"
}
        
Elapsed time: 0.18338s