{ "info": { "author": "Jeffrey", "author_email": "Jeffrey.S.Teo@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "flyweight2\n==========\n\n|Python Version| |Build Status| |Coverage Status|\n\nLook at the `tests.py <./tests.py>`__ to know how to use and it works.\n\n.. |Python Version| image:: https://img.shields.io/badge/python-2.7-blue.svg\n.. |Build Status| image:: https://travis-ci.org/jefffffrey/flyweight2.svg?branch=master\n :target: https://travis-ci.org/jefffffrey/flyweight2\n.. |Coverage Status| image:: https://coveralls.io/repos/github/jefffffrey/flyweight2/badge.svg?branch=master\n :target: https://coveralls.io/github/jefffffrey/flyweight2?branch=master", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jefffffrey/flyweight2", "keywords": "flyweight,flyweight-pattern,objectpool,shared-memory", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "flyweight2", "package_url": "https://pypi.org/project/flyweight2/", "platform": "any", "project_url": "https://pypi.org/project/flyweight2/", "project_urls": { "Homepage": "https://github.com/jefffffrey/flyweight2" }, "release_url": "https://pypi.org/project/flyweight2/0.0.2/", "requires_dist": null, "requires_python": "==2.7.*", "summary": "A variant of the Flyweight pattern that allows the object to be modified without affecting other objects, and automatically shares the memory if the modified object is the same as other objects", "version": "0.0.2" }, "last_serial": 3059300, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "96ed02a939de606a2f63892ad98bf222", "sha256": "581e8c056006e49fe83d1d0eed1024015502801796f4cf07782e6d35248daedc" }, "downloads": -1, "filename": "flyweight2-0.0.1.zip", "has_sig": false, "md5_digest": "96ed02a939de606a2f63892ad98bf222", "packagetype": "sdist", "python_version": "source", "requires_python": "==2.7", "size": 6365, "upload_time": "2017-07-30T13:10:27", "url": "https://files.pythonhosted.org/packages/28/ae/a84ea9524e55c71790a2978c6f535c7dbc613acea80bb3522942cdb5aa7d/flyweight2-0.0.1.zip" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "ae258b0a11cdd5803410de90ef483db0", "sha256": "9adb6a4bc57da6d7702c8e251c7d0e5203086cbec12e3bec26372f7872d1021d" }, "downloads": -1, "filename": "flyweight2-0.0.2.tar.gz", "has_sig": false, "md5_digest": "ae258b0a11cdd5803410de90ef483db0", "packagetype": "sdist", "python_version": "source", "requires_python": "==2.7.*", "size": 2767, "upload_time": "2017-07-30T13:19:47", "url": "https://files.pythonhosted.org/packages/1a/fd/d9afbdae3f5df19a16985dfb8dfe3a2207c37a8d1e21ef7cdb5e14262658/flyweight2-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ae258b0a11cdd5803410de90ef483db0", "sha256": "9adb6a4bc57da6d7702c8e251c7d0e5203086cbec12e3bec26372f7872d1021d" }, "downloads": -1, "filename": "flyweight2-0.0.2.tar.gz", "has_sig": false, "md5_digest": "ae258b0a11cdd5803410de90ef483db0", "packagetype": "sdist", "python_version": "source", "requires_python": "==2.7.*", "size": 2767, "upload_time": "2017-07-30T13:19:47", "url": "https://files.pythonhosted.org/packages/1a/fd/d9afbdae3f5df19a16985dfb8dfe3a2207c37a8d1e21ef7cdb5e14262658/flyweight2-0.0.2.tar.gz" } ] }