summaryrefslogtreecommitdiff
path: root/plugins/template
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate support for Python 3.6 and remove dependency on attrs (#1257)Todd Leonhardt2023-01-313-12/+3
| | | | | | | | | | | | | * Start deprecation of Python 3.6 * Removed dependency on attrs and replaced with dataclasses * Fix typing * Added comments to assist with dropping support of Python versions in the future. --------- Co-authored-by: Kevin Van Brunt <kmvanbrunt@gmail.com>
* Removed Python 3.6 testing since the testing network no longer supports it ↵Kevin Van Brunt2023-01-274-4/+6
| | | | | | on Ubuntu. Added Python 3.11 testing support.
* Updated minimum cmd2 version for plugins to 2.0 due to API breaking changes.Eric Lin2021-06-071-2/+2
|
* Try to fix tests on masterTodd Leonhardt2021-06-061-1/+1
|
* Deprecate Python 3.5Todd Leonhardt2021-02-204-16/+17
|
* Add in isort changesTodd Leonhardt2021-01-312-2/+6
|
* Attempt to fix remaining black failuresTodd Leonhardt2021-01-311-1/+6
|
* Add black for automatic code formatTodd Leonhardt2021-01-314-21/+8
|
* Remove all use of AppVeyor for Windows testing because it is slower than ↵Todd Leonhardt2021-01-301-5/+3
| | | | GitHub Actions for the same purpose
* Changed isort to force wrapping of imports to reduce merge conflicts from ↵Eric Lin2021-01-223-3/+11
| | | | minor import changes.
* Removed remaining usages and examples with tox. Updated references to tox to ↵Eric Lin2020-08-043-6/+13
| | | | reference to nox instead.
* updated importsEric Lin2020-08-045-4/+4
| | | | Added additional documentation
* Added type annotations for fields in cmd2.Cmd.Eric Lin2020-07-212-5/+10
| | | | | | | Cleaned up docstring in external test plugin Updated some initialization to match new approach for version info discovery. Tagged some IDE-only lines as no-cover Adds plugin coverage reporting.
* Brought in cmd2 plugin template as a first-class member of cmd2 properEric Lin2020-07-1413-0/+880