========
Overview
A python port of the npm package change-case <https://github.com/blakeembrey/change-case/>
_.
Transform a string between camelCase, PascalCase, Capital Case, snake_case, param-case, CONSTANT_CASE and others.
- Free software: MIT license
Installation
::
pip install case-changer
You can also install the in-development version with::
pip install https://github.com/philipptempel/python-case-changer/archive/master.zip
Documentation
https://python-case-changer.readthedocs.io/
Development
To run the all tests run::
tox
Note, to combine the coverage data from all the tox environments run:
.. list-table::
:widths: 10 90
:stub-columns: 1
- - Windows
- ::
set PYTEST_ADDOPTS=--cov-append
tox
- - Other
- ::
PYTEST_ADDOPTS=--cov-append tox
Changelog
0.1.0 (2020-03-30)