1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-20 19:07:38 +03:00

Split Plugins listings by known python version support. Edit 'If you would like to write a plugin'.

Athanasius 2020-06-29 15:09:36 +01:00
parent 4a4fdcb40f
commit 5ed2bc7e2e

@ -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.
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) .