mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 01:22:19 +03:00
PLUGINS.md: Document extra python modules we package for plugins use.
This commit is contained in:
parent
6cf1a30482
commit
d475d3194f
14
PLUGINS.md
14
PLUGINS.md
@ -77,6 +77,20 @@ reduce noise in HTTP requests
|
||||
`from ttkHyperlinkLabel import HyperlinkLabel` and `import myNotebook as nb` -
|
||||
For creating UI elements.
|
||||
|
||||
In addition to the above we also explicitly package the following python
|
||||
modules for plugin use:
|
||||
|
||||
- shutil
|
||||
- sqlite3
|
||||
- zipfile
|
||||
|
||||
And, of course, anything in the [Python Standard Library](https://docs.python.org/3/library/)
|
||||
will always be available, dependent on the version of Python we're using to
|
||||
build Windows installed versions. Check the 'Startup' line in an application
|
||||
[Debug Log File](https://github.com/EDCD/EDMarketConnector/wiki/Troubleshooting#debug-log-files)
|
||||
for the version of Python being used.
|
||||
|
||||
|
||||
---
|
||||
|
||||
## Logging
|
||||
|
Loading…
x
Reference in New Issue
Block a user