mirror of
https://github.com/craigerl/aprsd.git
synced 2026-03-01 20:50:50 -05:00
This patch reworked the loading of plugins. Python2 is dead. Previously was using the imp module to easily load the plugins from a separate directory, which is a bit of a pita. Found a python3 lib that takes care of the difference between py3.3, 3.4 and 3.5+ module loading called "thesmuggler"
11 lines
77 B
Plaintext
11 lines
77 B
Plaintext
tox
|
|
pytest
|
|
pytest-cov
|
|
mypy
|
|
flake8
|
|
pep8-naming
|
|
black
|
|
isort
|
|
Sphinx
|
|
thesmuggler
|