Skip to main content

No project description provided

Project description

lycanthropy

codecov

A micro library to convert between snake_case and CamelCase

import lycanthropy
print lycanthropy.camel_to_snake('snakeCase')
print lycanthropy.snake_to_camel('camel_case')
print lycanthropy.snake_to_pascal('pascal_case')

snake_case
camelCase
PascalCase

print lycanthropy.morph_dict({'snake_key': None}, lycanthropy.snake_to_camel)

{'snakeKey': None}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lycanthropy-1.1.0.tar.gz (18.3 kB view hashes)

Uploaded Source

Built Distribution

lycanthropy-1.1.0-py2-none-any.whl (3.1 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page