click-plugins icon indicating copy to clipboard operation
click-plugins copied to clipboard

click 8+ comapt new release

Open auvipy opened this issue 2 years ago • 1 comments

auvipy avatar Nov 06 '21 14:11 auvipy

hi @geowurster I am Asif from celery team. we use some packges like this one. I helped with click-repl new release which is click 8 compatible. if you want a helping hand you can add me as a co maintainer. I was suggested by the maintainer of click-repl to contact in an issue

auvipy avatar Nov 06 '21 14:11 auvipy

As far as I can tell the current release supports click v8:

$ cd click-plugins
$ python3 -m venv venv
$ source venv/bin/activate
$ (venv) pip install -e ".[dev]"
$ (venv) pytest
===================================== test session starts =====================================
platform darwin -- Python 3.11.6, pytest-7.4.3, pluggy-1.3.0
rootdir: /Users/wursterk/projects/code/click-plugins
plugins: cov-4.1.0
collected 7 items                                                                             

tests/test_plugins.py .......                                                           [100%]

================================ 7 passed, 1 warning in 0.05s =================================

geowurster avatar Nov 02 '23 03:11 geowurster