{ "info": { "author": "Sergey Satskiy", "author_email": "sergey.satskiy@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3" ], "description": "cdm-gc-plugin\n=============\n\nThe project is a `Codimension Python IDE `__\ngarbage collector plugin.\n\nThe idea of the plugin is simple. The embedded Python garbage collector\ntriggers objects collection at pretty much unknown moments and the\nplugin will make it more predictable. The plugin will call the\n**``collect()``** method of the Python gc module when:\n\n- a tab is closed\n- a project is changed\n- new files appeared in a project\n- some files are deleted from a project\n\nThere is pretty much no user interface for the plugin. It does its work\nin the background.\n\nInstallation\n============\n\nThe plugin is pip installable:\n\n.. code:: bash\n\n pip install cdmgcplugin\n\nThere is a little value (if any) to install it without the `Codimension\nIDE `__. It however can be a good start point in\ndeveloping a new plugin for Codimension. The overall structure could be\ncopied as well as the way the plugin is installed.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/SergeySatskiy/cdm-gc-plugin", "keywords": "", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "cdmgcplugin", "package_url": "https://pypi.org/project/cdmgcplugin/", "platform": "any", "project_url": "https://pypi.org/project/cdmgcplugin/", "project_urls": { "Homepage": "https://github.com/SergeySatskiy/cdm-gc-plugin" }, "release_url": "https://pypi.org/project/cdmgcplugin/1.0.3/", "requires_dist": null, "requires_python": "", "summary": "Codimension IDE garbage collector plugin", "version": "1.0.3" }, "last_serial": 5190257, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "19842f9cb871750781a5b220b4dc4f86", "sha256": "49cd83eaadf55a0ffd03195002acf2a8e87e2498ec8c936e0f33730d94e8baed" }, "downloads": -1, "filename": "cdmgcplugin-1.0.1.tar.gz", "has_sig": false, "md5_digest": "19842f9cb871750781a5b220b4dc4f86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8037, "upload_time": "2017-10-18T01:39:14", "url": "https://files.pythonhosted.org/packages/39/80/148c628390117df8a1b4e1eb969e9f8dce5c596fbe1f796ebbfc47e379b7/cdmgcplugin-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "219ab4056d21e6adaa057515e815c43e", "sha256": "d8e5507caffaaeec6d75ffdeb62c8ddfad1899ba2dc2570f6f5d19dc36166fd6" }, "downloads": -1, "filename": "cdmgcplugin-1.0.2.tar.gz", "has_sig": false, "md5_digest": "219ab4056d21e6adaa057515e815c43e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17457, "upload_time": "2017-12-04T02:09:54", "url": "https://files.pythonhosted.org/packages/a7/a2/82de9bb561e3fef69510b0b03d729ed04eed9eb78689bb65ad5ddb8888c0/cdmgcplugin-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "9177bd1490ed37d30aeb10909c063637", "sha256": "976be90419bc63dfe7ec6cb891deabfc2bdaff6a1e82339a9309b63a21e931e3" }, "downloads": -1, "filename": "cdmgcplugin-1.0.3.tar.gz", "has_sig": false, "md5_digest": "9177bd1490ed37d30aeb10909c063637", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17468, "upload_time": "2019-04-25T23:51:43", "url": "https://files.pythonhosted.org/packages/a8/0c/c17032ae84295db0e7b4d46a0b4accebbc8087d03635817fb34b923fe6a4/cdmgcplugin-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9177bd1490ed37d30aeb10909c063637", "sha256": "976be90419bc63dfe7ec6cb891deabfc2bdaff6a1e82339a9309b63a21e931e3" }, "downloads": -1, "filename": "cdmgcplugin-1.0.3.tar.gz", "has_sig": false, "md5_digest": "9177bd1490ed37d30aeb10909c063637", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17468, "upload_time": "2019-04-25T23:51:43", "url": "https://files.pythonhosted.org/packages/a8/0c/c17032ae84295db0e7b4d46a0b4accebbc8087d03635817fb34b923fe6a4/cdmgcplugin-1.0.3.tar.gz" } ] }