{ "info": { "author": "PariahSoft LLC", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Database" ], "description": "A simple on-disk flat file database for storing string key/value pairs.\r\n\r\n\r\nScaffyDB v1 File Format\r\n-----------------------\r\n\r\nMAGIC: \"ScaffyDB01\"\r\n\r\nFOR EACH KEY:\r\n 1. Key Hash := 8 BYTES (unsigned integer) [BIG ENDIAN]\r\n 2. Value Size := 2 BYTES (unsigned integer) [BIG ENDIAN]\r\n 3. Value := 0-65535 BYTES (string)", "description_content_type": null, "docs_url": null, "download_url": "https://raw2.github.com/pariahsoft/Driftwood/master/src/libs/scaffydb.py", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "database flat file string key value store disk", "license": "The MIT License (MIT)\r\n\r\nCopyright (c) 2014 PariahSoft LLC\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy of\r\nthis software and associated documentation files (the \"Software\"), to deal in\r\nthe Software without restriction, including without limitation the rights to\r\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\r\nthe Software, and to permit persons to whom the Software is furnished to do so,\r\nsubject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\r\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\r\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\r\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "maintainer": "Michael Reiley", "maintainer_email": "mreiley@pariahsoft.com", "name": "ScaffyDB", "package_url": "https://pypi.org/project/ScaffyDB/", "platform": "", "project_url": "https://pypi.org/project/ScaffyDB/", "project_urls": { "Download": "https://raw2.github.com/pariahsoft/Driftwood/master/src/libs/scaffydb.py" }, "release_url": "https://pypi.org/project/ScaffyDB/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "ScaffyDB - A Scaffy On-Disk Key/Value Store Database", "version": "0.1.0" }, "last_serial": 1009760, "releases": { "0.1.0": [] }, "urls": [] }