pyndb


Namepyndb JSON
Version 3.5.0 PyPI version JSON
download
home_pagehttps://github.com/jvadair/pyndb
SummaryA way of saving data to a file with syntactic convenience
upload_time2022-08-07 20:35:35
maintainer
docs_urlNone
authorjvadair
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![PyPI version pyndb](https://raw.githubusercontent.com/jvadair/pyndb/main/github_assets/pypi_badge.svg)](https://pypi.org/project/pyndb/)
# pyndb
pyndb, short for Python Node Database, is a pacakge which makes it easy to save data to a file while also providing syntactic convenience. It utilizes a Node structure which allows for easily retrieving nested objects. All data is wrapped inside of a custom Node object, and stored to file as nested dictionaries. It  provides additional capabilities such as autosave, saving a dictionary to file, creating a file if none exists, and more. The original program was developed with  the sole purpose of saving dictionaries to files, and was not released to the public.

## Documentation
The documentation is available at <https://pen.jvadair.com/books/pyndb>
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jvadair/pyndb",
    "name": "pyndb",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "jvadair",
    "author_email": "dev@jvadair.com",
    "download_url": "https://files.pythonhosted.org/packages/8a/db/0ad0501c7bd8ab6ae2d99e569ab90d0c08fe2b7b8ad077259843abc386bf/pyndb-3.5.0.tar.gz",
    "platform": null,
    "description": "[![PyPI version pyndb](https://raw.githubusercontent.com/jvadair/pyndb/main/github_assets/pypi_badge.svg)](https://pypi.org/project/pyndb/)\n# pyndb\npyndb, short for Python Node Database, is a pacakge which makes it easy to save data to a file while also providing syntactic convenience. It utilizes a Node structure which allows for easily retrieving nested objects. All data is wrapped inside of a custom Node object, and stored to file as nested dictionaries. It  provides additional capabilities such as autosave, saving a dictionary to file, creating a file if none exists, and more. The original program was developed with  the sole purpose of saving dictionaries to files, and was not released to the public.\n\n## Documentation\nThe documentation is available at <https://pen.jvadair.com/books/pyndb>",
    "bugtrack_url": null,
    "license": "",
    "summary": "A way of saving data to a file with syntactic convenience",
    "version": "3.5.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8adb0ad0501c7bd8ab6ae2d99e569ab90d0c08fe2b7b8ad077259843abc386bf",
                "md5": "395cc98efc73eaa7a55683b805f734d6",
                "sha256": "d57714a725fba33fbe7c01aafdfe6c073393482591053f036f52e357b7e5f500"
            },
            "downloads": -1,
            "filename": "pyndb-3.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "395cc98efc73eaa7a55683b805f734d6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7317,
            "upload_time": "2022-08-07T20:35:35",
            "upload_time_iso_8601": "2022-08-07T20:35:35.681884Z",
            "url": "https://files.pythonhosted.org/packages/8a/db/0ad0501c7bd8ab6ae2d99e569ab90d0c08fe2b7b8ad077259843abc386bf/pyndb-3.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-08-07 20:35:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "jvadair",
    "github_project": "pyndb",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyndb"
}
        
Elapsed time: 0.06044s