METADATA 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. Metadata-Version: 2.1
  2. Name: inflection
  3. Version: 0.5.1
  4. Summary: A port of Ruby on Rails inflector to Python
  5. Home-page: https://github.com/jpvanhal/inflection
  6. Author: Janne Vanhala
  7. Author-email: janne.vanhala@gmail.com
  8. License: MIT
  9. Platform: UNKNOWN
  10. Classifier: Development Status :: 4 - Beta
  11. Classifier: Intended Audience :: Developers
  12. Classifier: Natural Language :: English
  13. Classifier: License :: OSI Approved :: MIT License
  14. Classifier: Programming Language :: Python
  15. Classifier: Programming Language :: Python :: 3
  16. Classifier: Programming Language :: Python :: 3.5
  17. Classifier: Programming Language :: Python :: 3.6
  18. Classifier: Programming Language :: Python :: 3.7
  19. Classifier: Programming Language :: Python :: 3.8
  20. Classifier: Programming Language :: Python :: Implementation :: CPython
  21. Classifier: Programming Language :: Python :: Implementation :: PyPy
  22. Requires-Python: >=3.5
  23. Inflection
  24. ==========
  25. |build status|_
  26. .. |build status| image:: https://travis-ci.org/jpvanhal/inflection.svg?branch=master
  27. :alt: Build Status
  28. .. _build status: http://travis-ci.org/jpvanhal/inflection
  29. Inflection is a string transformation library. It singularizes and pluralizes
  30. English words, and transforms strings from CamelCase to underscored string.
  31. Inflection is a port of `Ruby on Rails`_' `inflector`_ to Python.
  32. .. _Ruby on Rails: http://rubyonrails.org
  33. .. _inflector: http://api.rubyonrails.org/classes/ActiveSupport/Inflector.html
  34. Resources
  35. ---------
  36. - `Documentation <https://inflection.readthedocs.io/>`_
  37. - `Issue Tracker <http://github.com/jpvanhal/inflection/issues>`_
  38. - `Code <http://github.com/jpvanhal/inflection>`_
  39. - `Development Version
  40. <http://github.com/jpvanhal/inflection/zipball/master#egg=Inflection-dev>`_