{"library":"inflection","type":"library","category":null,"description":"Inflection is a Python library that provides string transformation utilities, porting the functionality of Ruby on Rails' inflector. It handles pluralization, singularization, and various case conversions like CamelCase to snake_case. The current version is 0.5.1, released in August 2020, indicating an irregular release cadence and a maintenance status.","language":"python","status":"maintenance","version":"0.5.1","tags":["string-manipulation","text-processing","linguistic","rails-inflector","case-conversion"],"last_verified":"Tue Jun 09","install":[{"cmd":"pip install inflection","imports":["import inflection\ninflection.camelize('device_type')","import inflection\ninflection.underscore('DeviceType')","import inflection\ninflection.pluralize('cat')","import inflection\ninflection.singularize('cats')","import inflection\ninflection.dasherize('puni_puni')","import inflection\ninflection.humanize('employee_salary')","import inflection\ninflection.ordinalize(1)","import inflection\ninflection.tableize('fancy_category')","import inflection\ninflection.titleize('man from the boondocks')","import inflection\ninflection.transliterate('你好')"]}],"homepage":null,"github":"https://github.com/jpvanhal/inflection","docs":null,"changelog":null,"pypi":"https://pypi.org/project/inflection/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/inflection/compatibility"}}