CHNB128 / case-changer

Fork of https://pypi.org/project/case-changer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status Requirements Status
Coverage Status
package

A python port of the npm package 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:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

About

Fork of https://pypi.org/project/case-changer/

License:MIT License


Languages

Language:Python 97.6%Language:Batchfile 2.4%