{ "info": { "author": "Arthur S.", "author_email": "arthur.s@redsmile.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: Public Domain", "Topic :: Software Development :: Libraries" ], "description": "PyGeany\n=======\n\nAbout\n----------\nThis small library provides you with a simple interface to open files in\nan active geany instance. This can be used in simple scripts for example.\n\n\nRequirements\n-----------------\nThis library depends on PyGObject. Unfortunately I can't specify this in the\n``setup.py`` file because as of version 2.28.3 PyGObject doesn't support the\ninstallation process with pip. This is an issue but I can't help it.\n\n\nExample\n------------\nOpening a file:\n\n >>> import PyGeany\n >>> with PyGeany.GeanyConnection() as a:\n ... a.send_open('/tmp/test')\n ...", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/EisenSheng/PyGeany", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "PyGeany", "package_url": "https://pypi.org/project/PyGeany/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PyGeany/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/EisenSheng/PyGeany" }, "release_url": "https://pypi.org/project/PyGeany/0.1/", "requires_dist": null, "requires_python": null, "summary": "Provides support for geany's control socket", "version": "0.1" }, "last_serial": 785287, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "47a5fbab246d2f8d2540d123ab94f6b9", "sha256": "ad1fb7a3635c24df22bfa28ebcf0baa30d140f12a0da1e9b751e844cb219edc4" }, "downloads": -1, "filename": "PyGeany-0.1.tar.gz", "has_sig": false, "md5_digest": "47a5fbab246d2f8d2540d123ab94f6b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2353, "upload_time": "2011-12-29T22:42:06", "url": "https://files.pythonhosted.org/packages/55/20/da288c4b079e88fe025cd6fa5505c175700c60e892ecd71c0b98850e92b1/PyGeany-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "47a5fbab246d2f8d2540d123ab94f6b9", "sha256": "ad1fb7a3635c24df22bfa28ebcf0baa30d140f12a0da1e9b751e844cb219edc4" }, "downloads": -1, "filename": "PyGeany-0.1.tar.gz", "has_sig": false, "md5_digest": "47a5fbab246d2f8d2540d123ab94f6b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2353, "upload_time": "2011-12-29T22:42:06", "url": "https://files.pythonhosted.org/packages/55/20/da288c4b079e88fe025cd6fa5505c175700c60e892ecd71c0b98850e92b1/PyGeany-0.1.tar.gz" } ] }