{ "info": { "author": "Detlev Offenbach", "author_email": "detlev@die-offenbachs.de", "bugtrack_url": null, "classifiers": [ "Environment :: MacOS X", "Environment :: Win32 (MS Windows)", "Environment :: X11 Applications", "Environment :: X11 Applications :: Qt", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Natural Language :: German", "Natural Language :: Russian", "Natural Language :: Spanish", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows :: Windows 10", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development", "Topic :: Text Editors :: Integrated Development Environments (IDE)" ], "description": "========================\nREADME for the eric6 IDE\n========================\n\n0. What is eric6?\n-----------------\neric6 is a full featured Python editor and IDE, written in Python. It is based\non the cross platform Qt UI toolkit, integrating the highly flexible Scintilla\neditor control. It is designed to be usable as everdays' quick and dirty editor\nas well as being usable as a professional project management tool integrating\nmany advanced features Python offers the professional coder. eric6 includes a\nplug-in system, which allows easy extension of the IDE functionality with\nplug-ins downloadable from the net. For more details see\n.\n\n1. Installation\n---------------\nInstalling eric6 is a simple process. There are various methods available.\nPlease choose the one best suited to your needs and skills. eric6 may be must\nwith Python 3, Qt5 and PyQt5.\n\n1.1 Create a Python virtual environment for eric6\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nIt is recommended to install eric6 into a Python virtual environment in order\nto keep your Python distribution clean. In order to do that create it by\nentering the following command in a terminal window::\n\n python3 -m venv eric6_venv\n\nReplace ``eric6_venv`` with the desired path to the directory for the virtual\nenvironment. All further instructions will assume this environment name.\n\n1.2a Variant 1: Installation via the \"install.py\" script\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nThis method results in the most complete install on all supported platforms.\nAfter extracting the eric6 distribution archive just execute the following\ncommand in a terminal window::\n\n ~/eric6_venv/bin/python3 install.py\n\nChange the path to the Python executable appropriately. The installation script\nwill check for all pre-requisites and will ask for confirmation to install\nthem. If the installation process needs tuning type\n``~/eric6_venv/bin/python3 install.py --help`` for some help.\n\nIf you want to uninstall the package just execute the ``uninstall.py`` script.\nThis gets rid of all installed files. In this case please send an email to the\nbelow mentioned address and tell me your reason. This might give me a hint on\nhow to improve eric6.\n\n1.2b Variant 2: Installation via the Python Package Index PyPI\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nThis method is the easiest one but does not create a macOS\u00ae Application. Enter\nthe following command in a terminal window::\n\n ~/eric6_venv/bin/python3 -m pip install --upgrade eric-ide\n\nOnce the installation is finished navigate to the executable directory of\nthe Python virtual environment and execute the ``eric6_post_install`` script.\nThis will create application menu entries on Linux and desktop and start menu\nentries on Windows\u00ae platforms.\n\n1.3 Installation of Qt Tools via Qt online installer\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nIn order to get the most out of eric6 it is recommended to install the Qt Tools\nlike ``Qt Designer`` or ``Qt Linguist``. The recommended way is this.\n\n1. Download the Qt online installer from the Qt download site.\n\n2. Install Qt by executing the installer.\n\n3. Configure the path to the Qt tools on the ``Qt`` configuration page of the\n eric6 configuration dialog.\n\n2. Installation of translations\n-------------------------------\nThe default distribution archive of eric6 includes all supported translations\nalready. If the above installation variant 1 was performed with this, you may\nskip this section.\n\nIf the ``nolang`` archive was used, translations may be added later on by\ndownloading the desired language pack, extract it to a temporary directory\nand execute the install-i18n.py script (type\n``~/eric6_venv/bin/python3 install-i18n.py``).\n\n3. Running\n----------\nJust call up eric6, which will start the IDE. Use the \"what is\"-help\n(arrow with ?) to get some help. The eric web site provides some\ndocuments describing certain aspects of eric. To start the unit test module in\na standalone variant simply call up eric6_unittest. This will show the same\ndialog (though with a little bit less functionality) as if started from within\neric6. The web browser can be started as a standalone program by executing the\neric6_browser script.\n\nPlease note, the first time you start eric6 it will recognize, that it\nhasn't been configured yet, and will show the configuration dialog.\nPlease take your time and go through all the configuration items.\nHowever, every configuration option has a meaningful default value.\n\n4. Running from the sources\n---------------------------\nIf you want to run eric6 from within the source tree you have to execute\nthe ``compileUiFiles.py`` script once after a fresh checkout from the source\nrepository or when new dialogs have been added. Thereafter just execute\nthe ``eric6.py`` script.\n\n5. Tray starter\n---------------\neric6 comes with a little utility called \"eric6_tray\". This embeds an icon\nin the system tray, which contains a context menu to start eric6 and all\nit's utilities. Double clicking this icon starts the eric6 IDE.\n\n6. Completions/Calltips\n-----------------------\neric6 provides an interface to the QScintilla completion and calltips\nfunctionality. QScintilla2 comes with API files for Python and itself. PyQt4\nand PyQt5 contain API files as well. These are installed by default. An API\nfile for eric6 is installed in the same place, if installation variant 1 was\nchosen.\n\nIn order to use completions and calltips in eric6 please configure these\nfunctions in the \"Preferences Dialog\" on the \"Editor -> APIs\", \n\"Editor -> Autocompletion\" and \"Editor -> Calltips\" pages.\n\nAdditional completions and calltip providers are available through the eric6\nplug-in system. See below for details.\n\n7. Remote Debugger\n------------------\nIn order to enable the remote debugger start eric6, open the preferences\ndialog and configure the settings on the debugger pages.\n\nThe remote login must be possible without any further interaction (i.e.\nno password prompt). If the remote setup differs from the local one you\nmust configure the Python interpreter and the Debug Client to be used\nin the Preferences dialog. Use the ``install-debugclients.py`` script\nto install the debug client files and set the entries of the a.m.\nconfiguration page accordingly. \n\nTo ease the installation process of the debug client, the eric6 sources\ninclude the script ``install-debugclients.py``.\n\n8. Passive Debugging\n--------------------\nPassive debugging mode allows the startup of the debugger from outside\nof the IDE. The IDE waits for a connection attempt. For further details\nsee the file README-passive-debugging.rst.\n\n9. Plug-in System\n-----------------\neric6 contains a plug-in system, that is used to extend eric6's \nfunctionality. Some plug-ins are part of eric6. Additional plugins\nare available via the Internet. Please use the built-in plug-in\nrepository dialog to get a list of available (official) plug-ins\nand to download them. For more details about the plug-in system\nplease see the documentation area.\n\n10. Interfaces to additional software packages\n----------------------------------------------\nAt the moment eric6 provides interfaces to the following software\npackages.\n\n Qt-Designer \n This is part of the Qt distribution and is used to generate user\n interfaces.\n\n Qt-Linguist \n This is part of the Qt distribution and is used to generate\n translations.\n\n Qt-Assistant \n This is part of the Qt distribution and may be used to display help\n files.\n\n Mercurial\n This is a distributed version control system available from\n . It is the one used by eric6 itself.\n\n Git\n This is another (and probably more widely known) distributed version\n control system. It is available from .\n\n Subversion \n This is a version control system available from\n . eric6 supports two different\n Subversion interfaces. One is using the svn command line tool, the\n other is using the PySvn Python interface\n . The selection is done automatically\n depending on the installed software. The PySvn interface is preferred.\n This automatism can be overridden an a per project basis using the\n \"User Properties\" dialog.\n\n coverage.py \n This is a tool to check Python code coverage. A slightly modified\n version is part of the eric6 distribution. The original version is\n available from\n \n\n profile \n This is part of the standard Python distribution and is used to profile\n Python source code.\n\n11. Internationalization\n------------------------\neric6 and its tools are prepared to show the UI in different languages, which\ncan be configured via the preferences dialog. The Qt and QScintilla\ntranslations are searched in the translations directory given in the\npreferences dialog (Qt page). If the translations cannot be found, some part\nof the MMI might show English texts even if you have selected something else.\nIf you are missing eric6 translations for your language and are willing to\nvolunteer for this work please send me an email naming the country code and\nI will send you the respective Qt-Linguist file.\n\n12. Window Layout\n-----------------\neric6 provides a configurable window layout. The visibility of the various tool\npanes can be configured. The position of the shell pane may be configured as\nwell.\n\n13. Source code documentation\n-----------------------------\neric6 has a built in source code documentation generator, which is\nusable via the commandline as well. For further details please see\nthe file README-eric6-doc.rst.\n\n14. Included Tools\n------------------\neric6 comes with a long list of tools. These can be started via the eric6\ntray starter or directly via the commandline. They are available from within\nthe IDE. The included tools are (sorted alphabetically):\n\n * **eric6_api.py**\n\n This is the tool to generate API files from Python source code.\n\n * **eric6_browser.py**\n\n This is the eric6 web browser. It is a full blown browser based on\n QtWebEngine, which is based on the Chromium web engine.\n\n * **eric6_compare.py**\n\n This tool may be used to compare two files side-by-side. Differences\n between the files are highlighted by coloring the text.\n\n * **eric6_configure.py**\n\n This is the standalone variant of the configuration dialog. It offers\n most of the configuration options as are available from within eric6.\n\n * **eric6_diff.py**\n\n This tool may be used to view the differences between two files. These\n are shown as a unified or context diff.\n\n * **eric6_doc.py**\n\n This is the tool to extract source code documentation from source files\n and format that as HTML files.\n\n * **eric6_editor.py**\n\n This is a stripped down, standalone variant of the editor embedded in the\n eric6 IDE.\n\n * **eric6_hexeditor.py**\n\n This is a standalone hex editor to work with binary files.\n\n * **eric6_iconeditor.py**\n\n This is a little tool to create pixel based icons and save them in a\n pixmap format.\n\n * **eric6_plugininstall.py**\n\n This is a standalone utility to install eric6 plug-ins available on the\n local machine.\n\n * **eric6_pluginrepository.py**\n\n This is a standalone variant of the plug-in repository window. It is used\n to view the available plug-ins and download them to the local machine.\n\n * **eric6_pluginuninstall.py**\n\n This is a standalone utility to uninstall eric6 plug-ins.\n\n * **eric6_qregexp.py**\n\n This tool may be used to create regular expressions based on QRegExp.\n\n * **eric6_qregularexpression.py**\n\n This tool may be used to create regular expressions based on\n QRegularExpression.\n\n * **eric6_re.py**\n\n This tool may be used to create Python regular expressions as used with the\n re module.\n\n * **eric6_shell.py**\n\n This is a standalone, graphical Python shell application.\n\n * **eric6_snap.py**\n\n This tool may be used to create screenshots of the whole screen, individual\n windows or selectable areas.\n\n * **eric6_sqlbrowser.py**\n\n This is a simple tool to inspect SQL databases. All database products\n supported by Qt may be inspected. Note, that Qt database drivers may be\n installed first.\n\n * **eric6_tray.py**\n\n This is the tray starter application. See above for some details.\n\n * **eric6_trpreviewer**\n\n This tool may be used to preview translations of Qt forms. Forms and\n language files may be loaded separately. Multiple languages can be loaded\n and the active language can be switched between the loaded ones.\n\n * **eric6_uipreviewer**\n\n This tool is used to preview Qt forms. The display may be switched between\n the available Qt window styles.\n\n * **eric6_unittest**\n\n This is a standalone tool to execute existing unit tests.\n\n14. License\n-----------\neric6 (and the others) is released under the conditions of the GPLv3. See \nseparate license file ``LICENSE.GPL3`` for more details. Third party software\nincluded in eric6 is released under their respective license and contained in\nthe eric6 distribution for convenience. \n\n15. Bugs and other reports\n--------------------------\nPlease send bug reports, feature requests or contributions to eric bugs\naddress. After the IDE is installed you can use the \"Report Bug...\"\nentry of the Help menu, which will send an email to\n. To request a new feature use the\n\"Request Feature...\" entry of the Help menu, which will send an email to\n.\n\nAlternatively bugs may be reported via the eric6 issue tracker at \n.\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://eric-ide.python-projects.org", "keywords": "Development PyQt5 IDE Python3", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "eric-ide", "package_url": "https://pypi.org/project/eric-ide/", "platform": "Linux", "project_url": "https://pypi.org/project/eric-ide/", "project_urls": { "Homepage": "https://eric-ide.python-projects.org", "Issues Tracker": "https://die-offenbachs.homelinux.org/issues/", "Source Code": "https://die-offenbachs.homelinux.org/hg/eric/" }, "release_url": "https://pypi.org/project/eric-ide/19.10/", "requires_dist": [ "PyQt5 (>=5.12.1)", "PyQtWebEngine (>=5.12.1)", "QScintilla (>=2.11.1)", "pip", "docutils", "Markdown", "pywin32 (>=1.0) ; platform_system == \"Windows\"" ], "requires_python": ">=3.5", "summary": "eric-ide is an integrated development environment for the Python language.", "version": "19.10" }, "last_serial": 5922523, "releases": { "19.10": [ { "comment_text": "", "digests": { "md5": "ca1073f36c0ae2e719d4b414543e9e0d", "sha256": "58916aae0a7af85f2a74d2679273ad588eac08f24a30be5156a0a542052b3352" }, "downloads": -1, "filename": "eric_ide-19.10-py3-none-any.whl", "has_sig": false, "md5_digest": "ca1073f36c0ae2e719d4b414543e9e0d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 14858137, "upload_time": "2019-10-03T09:19:55", "url": "https://files.pythonhosted.org/packages/05/1e/117d10cea043dabf96bcbcc530d3ba231a6110175864370b491405771634/eric_ide-19.10-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f0c19ea1f488815282dc8de3000d68a6", "sha256": "01b2ffd7f81096ef2d78a0b08bafe46e2b99c025f1066c34ba4d1b4791cc895a" }, "downloads": -1, "filename": "eric-ide-19.10.tar.gz", "has_sig": false, "md5_digest": "f0c19ea1f488815282dc8de3000d68a6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 20036239, "upload_time": "2019-10-03T09:20:11", "url": "https://files.pythonhosted.org/packages/10/0e/493d1f3b66d5a5bed09f2a4bd3b947d3c0b11b0a27687d9899e193b090cd/eric-ide-19.10.tar.gz" } ], "19.5": [ { "comment_text": "", "digests": { "md5": "ed7d5ed74a0e8cbc7a2e5cc3065feff8", "sha256": "57e10e722d89fe2280c7b39d6020e44aa1c2da290d41500818a075707e4be1a4" }, "downloads": -1, "filename": "eric_ide-19.5-py3-none-any.whl", "has_sig": false, "md5_digest": "ed7d5ed74a0e8cbc7a2e5cc3065feff8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 15998240, "upload_time": "2019-05-04T09:41:18", "url": "https://files.pythonhosted.org/packages/03/b1/b75fb724b92e3a738c00131b6d458f80a23a7a12570440ba9b6a94fd8ac4/eric_ide-19.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "afb18929320d4d2112555721db429c80", "sha256": "94979195e8b35bcbc79d0f6bc2370c1bd29fd13da759497e7b35f416cef4b347" }, "downloads": -1, "filename": "eric-ide-19.5.tar.gz", "has_sig": false, "md5_digest": "afb18929320d4d2112555721db429c80", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 20959575, "upload_time": "2019-05-04T09:41:37", "url": "https://files.pythonhosted.org/packages/b9/45/3c2f1d80397489d89b1eeaa5f329a212a7ba9c09d08957603cf2fce22370/eric-ide-19.5.tar.gz" } ], "19.5.post1": [ { "comment_text": "", "digests": { "md5": "fb65537559219276c8223a33d772f1c8", "sha256": "c57d5041d7b004619c738a2d920b8985e16176db1b043b360f8f601cfc3bd436" }, "downloads": -1, "filename": "eric_ide-19.5.post1-py3-none-any.whl", "has_sig": false, "md5_digest": "fb65537559219276c8223a33d772f1c8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 15999092, "upload_time": "2019-05-05T10:57:26", "url": "https://files.pythonhosted.org/packages/fe/4e/6caa57f8c03b644e71e3a125fd3b9ac7026b1b3f0a6c43810d8e20d1cb3b/eric_ide-19.5.post1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "31cd67973ec8329760c5c8c5ac31f6d5", "sha256": "cd198ff1dbd08382b0a3a76af3994c93c38b4107f80faee182b7983eb5967bf1" }, "downloads": -1, "filename": "eric-ide-19.5.post1.tar.gz", "has_sig": false, "md5_digest": "31cd67973ec8329760c5c8c5ac31f6d5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 20969123, "upload_time": "2019-05-05T10:57:37", "url": "https://files.pythonhosted.org/packages/ae/93/7a56382a8021fcbd01ae372c08b8ff4217436277bde63e10416571ee97f7/eric-ide-19.5.post1.tar.gz" } ], "19.6": [ { "comment_text": "", "digests": { "md5": "b56517c7fb5e1c09eaa7ef120fb2e809", "sha256": "12e0776848463f21cbc0e39ae4c275a18ad1a1e325ca0f8a7f432d401f3282a1" }, "downloads": -1, "filename": "eric_ide-19.6-py3-none-any.whl", "has_sig": false, "md5_digest": "b56517c7fb5e1c09eaa7ef120fb2e809", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 16026007, "upload_time": "2019-06-02T10:03:22", "url": "https://files.pythonhosted.org/packages/ab/c6/669a1b50ca3c728abcce162ba4ae927c2633b0c3d5124443b0df2f5145d6/eric_ide-19.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cef39d9dff3c96d18223144a8ebb5694", "sha256": "9f33c2a6ca435a2fa85ca9f435a455eceb2b4e4a31b74f31486a2134cc9abca1" }, "downloads": -1, "filename": "eric-ide-19.6.tar.gz", "has_sig": false, "md5_digest": "cef39d9dff3c96d18223144a8ebb5694", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 21000407, "upload_time": "2019-06-02T10:03:38", "url": "https://files.pythonhosted.org/packages/2d/da/33e471bdfaf1244a1aa5c22157a488bb18852ba6b08372f2d55133376dc5/eric-ide-19.6.tar.gz" } ], "19.7": [ { "comment_text": "", "digests": { "md5": "32b1307dc52371dfa86c4bb363f21648", "sha256": "aa11d1f6f5403549e24664ca3d472e21f40449a209b20a882944043ec28f66fd" }, "downloads": -1, "filename": "eric_ide-19.7-py3-none-any.whl", "has_sig": false, "md5_digest": "32b1307dc52371dfa86c4bb363f21648", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 16044419, "upload_time": "2019-07-07T09:31:04", "url": "https://files.pythonhosted.org/packages/60/09/5c9596283221bb405757c1335540a30a96f0c65e344330b6dad3841724e6/eric_ide-19.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9553f700c83c892cbd8b9f71ad91e7e1", "sha256": "f4c101a5d2254707dafe3e146741eede7ad82f0f247ffb856b2eaa160645ae02" }, "downloads": -1, "filename": "eric-ide-19.7.tar.gz", "has_sig": false, "md5_digest": "9553f700c83c892cbd8b9f71ad91e7e1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 21023000, "upload_time": "2019-07-07T09:31:27", "url": "https://files.pythonhosted.org/packages/6a/14/f110b7a7610f5ea3269d69011509cb9070a90b4cb56328db34d1ab4ab31a/eric-ide-19.7.tar.gz" } ], "19.8": [ { "comment_text": "", "digests": { "md5": "8a40a6533ca011bfb5c2c801d65a09fe", "sha256": "fa4484e7be771c9f39ad3c93e18adda71621c38bd895f483946299182ae7a798" }, "downloads": -1, "filename": "eric_ide-19.8-py3-none-any.whl", "has_sig": false, "md5_digest": "8a40a6533ca011bfb5c2c801d65a09fe", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 16045034, "upload_time": "2019-08-03T09:43:07", "url": "https://files.pythonhosted.org/packages/06/8e/22d5e26a23f73f350d007a54a93d7e71afef7b34fafcc0aeff43985774c9/eric_ide-19.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8592688e0b89cc25520758accf5112c7", "sha256": "2c81c737cc22fac86d997df60b86750397f0cc70144410bc3dd9a01e2f96b66a" }, "downloads": -1, "filename": "eric-ide-19.8.tar.gz", "has_sig": false, "md5_digest": "8592688e0b89cc25520758accf5112c7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 21023677, "upload_time": "2019-08-03T09:44:00", "url": "https://files.pythonhosted.org/packages/26/b9/02634f21259778e5164c963a41de50e94546a30666e25da1bb8d01672234/eric-ide-19.8.tar.gz" } ], "19.9": [ { "comment_text": "", "digests": { "md5": "473bc6d4aa03abd499712cee806edf48", "sha256": "7e2693636f647a2af853d57b8c716071ba00e27b8210025aa6ff18fac422280f" }, "downloads": -1, "filename": "eric_ide-19.9-py3-none-any.whl", "has_sig": false, "md5_digest": "473bc6d4aa03abd499712cee806edf48", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 16262864, "upload_time": "2019-09-07T11:09:50", "url": "https://files.pythonhosted.org/packages/c7/f4/2535dd9f988c1102a58a61b6e6a851d4a0f7be3186f2a4d1c7fbfc26df42/eric_ide-19.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ef8dce8245d6e0086ee5b2de4524f17d", "sha256": "bae7d3e9c3352bdb58b8824528c96a84bc4071720d7b1c150c8b21347244d70e" }, "downloads": -1, "filename": "eric-ide-19.9.tar.gz", "has_sig": false, "md5_digest": "ef8dce8245d6e0086ee5b2de4524f17d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 21280504, "upload_time": "2019-09-07T11:10:04", "url": "https://files.pythonhosted.org/packages/fc/83/eaaa168159ef3bce680a4394dceba69bcb1d9591b962b5367830add8030c/eric-ide-19.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ca1073f36c0ae2e719d4b414543e9e0d", "sha256": "58916aae0a7af85f2a74d2679273ad588eac08f24a30be5156a0a542052b3352" }, "downloads": -1, "filename": "eric_ide-19.10-py3-none-any.whl", "has_sig": false, "md5_digest": "ca1073f36c0ae2e719d4b414543e9e0d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 14858137, "upload_time": "2019-10-03T09:19:55", "url": "https://files.pythonhosted.org/packages/05/1e/117d10cea043dabf96bcbcc530d3ba231a6110175864370b491405771634/eric_ide-19.10-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f0c19ea1f488815282dc8de3000d68a6", "sha256": "01b2ffd7f81096ef2d78a0b08bafe46e2b99c025f1066c34ba4d1b4791cc895a" }, "downloads": -1, "filename": "eric-ide-19.10.tar.gz", "has_sig": false, "md5_digest": "f0c19ea1f488815282dc8de3000d68a6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 20036239, "upload_time": "2019-10-03T09:20:11", "url": "https://files.pythonhosted.org/packages/10/0e/493d1f3b66d5a5bed09f2a4bd3b947d3c0b11b0a27687d9899e193b090cd/eric-ide-19.10.tar.gz" } ] }