summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Deprecate support for Python 3.6 and remove dependency on attrs (#1257)Todd Leonhardt2023-01-318-17/+9
* Removed Python 3.6 testing since the testing network no longer supports it on...Kevin Van Brunt2023-01-274-4/+6
* Updating version tag filterplugin-ext-test-2.0.0Eric Lin2021-06-071-5/+5
* Updated minimum cmd2 version for plugins to 2.0 due to API breaking changes.Eric Lin2021-06-072-3/+3
* Try to fix tests on masterTodd Leonhardt2021-06-061-1/+1
* Attempt to fix test failures on master branchTodd Leonhardt2021-06-061-1/+1
* And that's the last of it. Passes mypy.Eric Lin2021-04-061-1/+3
* Deprecate Python 3.5Todd Leonhardt2021-02-207-21/+21
* Add in isort changesTodd Leonhardt2021-01-316-7/+18
* Attempt to fix remaining black failuresTodd Leonhardt2021-01-312-2/+10
* Add black for automatic code formatTodd Leonhardt2021-01-3110-58/+30
* Remove all use of AppVeyor for Windows testing because it is slower than GitH...Todd Leonhardt2021-01-301-5/+3
* Added py.typed to signal that we support type annotations for PEP-561. Fixes ...Eric Lin2021-01-232-0/+6
* Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-227-8/+28
* Removed relative_toEric Lin2021-01-221-1/+0
* Increase the minimum versions for setuptools. Some documentation seems to ind...Eric Lin2021-01-221-8/+10
* Fixed classifier spacingplugin-ext-test-0.2.0Eric Lin2020-09-111-2/+2
* Updated URL and documentation in preparation for cmd2-ext-test 0.2.0 releaseEric Lin2020-09-112-7/+13
* Removed remaining usages and examples with tox. Updated references to tox to ...Eric Lin2020-08-046-8/+22
* updated importsEric Lin2020-08-046-5/+5
* Added type annotations for fields in cmd2.Cmd.Eric Lin2020-07-215-12/+18
* Brought in cmd2 plugin template as a first-class member of cmd2 properEric Lin2020-07-1416-7/+890
* replace pkg_resources with importlib.metadataDoug Hellmann2020-07-121-7/+11
* Ran isortTodd Leonhardt2020-07-116-4/+5
* Minor cleanup. Removed some experiments that weren't supposed to be includedEric Lin2020-07-114-28/+9
* external test plugin tests and coverage should now runEric Lin2020-07-1114-117/+111
* Copied cmd2 ext test into cmd2 baseline and linked up invokeEric Lin2020-07-1114-0/+801