Metadata-Version: 2.0
Name: plover-plugins-manager
Version: 0.5.15
Summary: Plugins manager for Plover
Home-page: https://github.com/benoit-pierre/plover_plugins_manager
Author: Benoit Pierre
Author-email: benoit.pierre@gmail.com
License: GNU General Public License v2 or later (GPLv2+)
Keywords: plover plover_plugin
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.4
Description-Content-Type: text/x-rst; charset=UTF-8
Requires-Dist: pip
Requires-Dist: pkginfo (>=1.4.2)
Requires-Dist: plover[gui_qt] (>=4.0.0.dev8)
Requires-Dist: pygments
Requires-Dist: readme-renderer[md]
Requires-Dist: requests (>=2.0.0)
Requires-Dist: requests-cache (>=0.4.11)
Requires-Dist: requests-futures (>=0.9.8)
Requires-Dist: setuptools
Requires-Dist: wheel

Plover Plugin Manager
=====================

Release history
---------------

0.5.15
~~~~~~

* fix support for cancelling an install/update/removal operation on Windows.

0.5.14
~~~~~~

* drop the use of pip's internal APIs
* drop the dependency on PyQt5 WebEngine
* improve and simplify cache handling: persistently cache all network
  requests (with a 10 minutes expiration date)
* support for Python 3.8

0.5.13
~~~~~~

* add support for pip>=18.0
* add support for PyQt5>=5.11
* add support for Markdown plugin descriptions

0.5.12
~~~~~~

* improve handling of plugins when user site is disabled: always list the
  version for the user installed plugin (even if it's older than the system
  package version and user site packages are disabled)
* disable pip version check
* add support for pip>=10.0

0.5.11
~~~~~~

* plugins are now handled even if they can't be loaded by Plover
  (so it's possible to update/uninstall broken plugins)

0.5.10
~~~~~~

* fix #5: open all links externally

0.5.9
~~~~~

* refresh PyPI metadata in the background
* cache PyPI metadata for 10 minutes
* do not crash if connection to PyPI fails


Credits
-------

Icon made by `Freepik <http://www.freepik.com/>`_ from `www.flaticon.com <http://www.flaticon.com/>`_.


