Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate support for Python 3.6 and remove dependency on attrs (#1257) | Todd Leonhardt | 2023-01-31 | 3 | -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 Brunt | 2023-01-27 | 4 | -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 Lin | 2021-06-07 | 1 | -2/+2 |
| | |||||
* | Try to fix tests on master | Todd Leonhardt | 2021-06-06 | 1 | -1/+1 |
| | |||||
* | Deprecate Python 3.5 | Todd Leonhardt | 2021-02-20 | 4 | -16/+17 |
| | |||||
* | Add in isort changes | Todd Leonhardt | 2021-01-31 | 2 | -2/+6 |
| | |||||
* | Attempt to fix remaining black failures | Todd Leonhardt | 2021-01-31 | 1 | -1/+6 |
| | |||||
* | Add black for automatic code format | Todd Leonhardt | 2021-01-31 | 4 | -21/+8 |
| | |||||
* | Remove all use of AppVeyor for Windows testing because it is slower than ↵ | Todd Leonhardt | 2021-01-30 | 1 | -5/+3 |
| | | | | GitHub Actions for the same purpose | ||||
* | Changed isort to force wrapping of imports to reduce merge conflicts from ↵ | Eric Lin | 2021-01-22 | 3 | -3/+11 |
| | | | | minor import changes. | ||||
* | Removed remaining usages and examples with tox. Updated references to tox to ↵ | Eric Lin | 2020-08-04 | 3 | -6/+13 |
| | | | | reference to nox instead. | ||||
* | updated imports | Eric Lin | 2020-08-04 | 5 | -4/+4 |
| | | | | Added additional documentation | ||||
* | Added type annotations for fields in cmd2.Cmd. | Eric Lin | 2020-07-21 | 2 | -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 proper | Eric Lin | 2020-07-14 | 13 | -0/+880 |