{ "info": { "author": "Tim van der Hulst", "author_email": "tim.vdh@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3" ], "description": "# Numpy Syncer\n\nManage a Numpy data structure using Peewee-Sync\n\n* Uses peewee-syncer to sync to a numpy object and persist to file.\n* Use case is to have an efficient in memory cache of an Database Table, synced by last modified date for example.\n\nPython 3.5+, primarily uses Asyncio\n\n\n```\n pip install numpy-syncer\n```\n\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hampsterx/numpy-syncer", "keywords": "", "license": "Apache2", "maintainer": "", "maintainer_email": "", "name": "numpy-syncer", "package_url": "https://pypi.org/project/numpy-syncer/", "platform": "", "project_url": "https://pypi.org/project/numpy-syncer/", "project_urls": { "Homepage": "https://github.com/hampsterx/numpy-syncer" }, "release_url": "https://pypi.org/project/numpy-syncer/0.0.1/", "requires_dist": [ "peewee-syncer (>=0.2.2)", "numpy (>=1.16.4)", "aiofiles (>=0.4.0)", "contexttimer (>=0.3.3)", "humanize (>=0.5.1)" ], "requires_python": "", "summary": "Manage a Numpy data structure using Peewee-Sync", "version": "0.0.1" }, "last_serial": 5509188, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "343cf847fce2adddc97953e748efffbb", "sha256": "d5f18eeb29abd3d569b5dafa4396c2ea83fc301614f5902fe06f4be9bc638a70" }, "downloads": -1, "filename": "numpy_syncer-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "343cf847fce2adddc97953e748efffbb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4022, "upload_time": "2019-07-09T21:31:32", "url": "https://files.pythonhosted.org/packages/ce/72/fb71fa664e485d9c0cb925255ad73bcbc30cfef79f53f4ea3fdb97eb6b25/numpy_syncer-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e45d839f15652c3feff59116e6a2a11d", "sha256": "2e9e5b7c6099df554473ab2d9f2f7f8add19ab388b96b061bc54f1eab3d2e8af" }, "downloads": -1, "filename": "numpy-syncer-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e45d839f15652c3feff59116e6a2a11d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3289, "upload_time": "2019-07-09T21:31:35", "url": "https://files.pythonhosted.org/packages/a2/75/0624432f47e6d062858be00bec9801944dc3c4b70cc501e38593baa9c7eb/numpy-syncer-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "343cf847fce2adddc97953e748efffbb", "sha256": "d5f18eeb29abd3d569b5dafa4396c2ea83fc301614f5902fe06f4be9bc638a70" }, "downloads": -1, "filename": "numpy_syncer-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "343cf847fce2adddc97953e748efffbb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4022, "upload_time": "2019-07-09T21:31:32", "url": "https://files.pythonhosted.org/packages/ce/72/fb71fa664e485d9c0cb925255ad73bcbc30cfef79f53f4ea3fdb97eb6b25/numpy_syncer-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e45d839f15652c3feff59116e6a2a11d", "sha256": "2e9e5b7c6099df554473ab2d9f2f7f8add19ab388b96b061bc54f1eab3d2e8af" }, "downloads": -1, "filename": "numpy-syncer-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e45d839f15652c3feff59116e6a2a11d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3289, "upload_time": "2019-07-09T21:31:35", "url": "https://files.pythonhosted.org/packages/a2/75/0624432f47e6d062858be00bec9801944dc3c4b70cc501e38593baa9c7eb/numpy-syncer-0.0.1.tar.gz" } ] }