dissolve-python 0.3.0

A tool to dissolve deprecated calls in Python codebases
Documentation
1
2
3
4
5
6
7
8
9
[tox]
downloadcache = {toxworkdir}/cache/

[testenv]
deps = pytest
       pytest-asyncio
extras = migrate
commands = pytest
recreate = True