From 5ed2bc7e2ecc47c0f8a9e0f3af9e0b2d3dd215f7 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 29 Jun 2020 15:09:36 +0100 Subject: [PATCH] Split Plugins listings by known python version support. Edit 'If you would like to write a plugin'. --- Plugins.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Plugins.md b/Plugins.md index 1e8655b..f3ae595 100644 --- a/Plugins.md +++ b/Plugins.md @@ -5,8 +5,15 @@ Plugins extend the behaviour of this app. To install a downloaded plugin: You will need to re-start EDMC for it to notice the new plugin. -Available plugins +Available plugins - Confirmed working under Python 3.7 -------- + +Available plugins - Confirmed NOT working under Python 3.7 +-------- + +Available plugins - Unknown Python 3.7 status +-------- + * [Habitable Zone](https://github.com/Marginal/HabZone) - Helps explorers find high-value planets. * [EDMC-Cannon](https://github.com/canonn-science/EDMC-Canonn/wiki) - keeps you up to date with Canonn News, directs you to things of interest in the game and captures data that will enable us to catalogue the mysteries of the Galaxy. * [EDMC Discord Presence](https://github.com/SayakMukhopadhyay/EDMC-Discord-Presence) - Show your current location to your friends on [Discord](https://discordapp.com/) from your user profile. @@ -32,4 +39,8 @@ The `plugins` folder is located at: * Mac: `~/Library/Application Support/EDMarketConnector/plugins` (in Finder hold ⌥ and choose Go → Library to open your `~/Library` folder). * Linux: `$XDG_DATA_HOME/EDMarketConnector/plugins`, or `~/.local/share/EDMarketConnector/plugins` if `$XDG_DATA_HOME` is unset. -Refer to [PLUGINS.md](https://github.com/Marginal/EDMarketConnector/blob/master/PLUGINS.md) if you would like to write a plugin. \ No newline at end of file +If you would like to write a plugin +--- +EDMC is migrating from Python 2.7 to Python 3.7. Currently the updated documentation for writing a plugin under Python 3.7 is at [PLUGINS.md](https://github.com/Marginal/EDMarketConnector/blob/python3/PLUGINS.md). + +EDMC 3.46 is the final version using Python 2.7. The older documentation is still available at [PLUGINS.md](https://github.com/Marginal/EDMarketConnector/blob/master/PLUGINS.md) . \ No newline at end of file