inflection


Nameinflection JSON
Version 0.5.1 PyPI version JSON
download
home_pagehttps://github.com/jpvanhal/inflection
SummaryA port of Ruby on Rails inflector to Python
upload_time2020-08-22 08:16:29
maintainer
docs_urlNone
authorJanne Vanhala
requires_python>=3.5
licenseMIT
keywords
VCS
bugtrack_url
requirements flake8 isort pytest
Travis-CI
coveralls test coverage No coveralls.
            Inflection
==========

|build status|_

.. |build status| image:: https://travis-ci.org/jpvanhal/inflection.svg?branch=master
   :alt: Build Status
.. _build status: http://travis-ci.org/jpvanhal/inflection

Inflection is a string transformation library.  It singularizes and pluralizes
English words, and transforms strings from CamelCase to underscored string.
Inflection is a port of `Ruby on Rails`_' `inflector`_ to Python.

.. _Ruby on Rails: http://rubyonrails.org
.. _inflector: http://api.rubyonrails.org/classes/ActiveSupport/Inflector.html

Resources
---------

- `Documentation <https://inflection.readthedocs.io/>`_
- `Issue Tracker <http://github.com/jpvanhal/inflection/issues>`_
- `Code <http://github.com/jpvanhal/inflection>`_
- `Development Version
  <http://github.com/jpvanhal/inflection/zipball/master#egg=Inflection-dev>`_



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jpvanhal/inflection",
    "name": "inflection",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "",
    "author": "Janne Vanhala",
    "author_email": "janne.vanhala@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e1/7e/691d061b7329bc8d54edbf0ec22fbfb2afe61facb681f9aaa9bff7a27d04/inflection-0.5.1.tar.gz",
    "platform": "",
    "description": "Inflection\n==========\n\n|build status|_\n\n.. |build status| image:: https://travis-ci.org/jpvanhal/inflection.svg?branch=master\n   :alt: Build Status\n.. _build status: http://travis-ci.org/jpvanhal/inflection\n\nInflection is a string transformation library.  It singularizes and pluralizes\nEnglish words, and transforms strings from CamelCase to underscored string.\nInflection is a port of `Ruby on Rails`_' `inflector`_ to Python.\n\n.. _Ruby on Rails: http://rubyonrails.org\n.. _inflector: http://api.rubyonrails.org/classes/ActiveSupport/Inflector.html\n\nResources\n---------\n\n- `Documentation <https://inflection.readthedocs.io/>`_\n- `Issue Tracker <http://github.com/jpvanhal/inflection/issues>`_\n- `Code <http://github.com/jpvanhal/inflection>`_\n- `Development Version\n  <http://github.com/jpvanhal/inflection/zipball/master#egg=Inflection-dev>`_\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A port of Ruby on Rails inflector to Python",
    "version": "0.5.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "8c12f5ff8ebd8c4e5e0767cab635100f",
                "sha256": "f38b2b640938a4f35ade69ac3d053042959b62a0f1076a5bbaa1b9526605a8a2"
            },
            "downloads": -1,
            "filename": "inflection-0.5.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8c12f5ff8ebd8c4e5e0767cab635100f",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.5",
            "size": 9454,
            "upload_time": "2020-08-22T08:16:27",
            "upload_time_iso_8601": "2020-08-22T08:16:27.816929Z",
            "url": "https://files.pythonhosted.org/packages/59/91/aa6bde563e0085a02a435aa99b49ef75b0a4b062635e606dab23ce18d720/inflection-0.5.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "c3287d4f0e3bdf625a52d655cc514403",
                "sha256": "1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417"
            },
            "downloads": -1,
            "filename": "inflection-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c3287d4f0e3bdf625a52d655cc514403",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 15091,
            "upload_time": "2020-08-22T08:16:29",
            "upload_time_iso_8601": "2020-08-22T08:16:29.139062Z",
            "url": "https://files.pythonhosted.org/packages/e1/7e/691d061b7329bc8d54edbf0ec22fbfb2afe61facb681f9aaa9bff7a27d04/inflection-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-08-22 08:16:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "jpvanhal",
    "github_project": "inflection",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "flake8",
            "specs": []
        },
        {
            "name": "isort",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "inflection"
}
        
Elapsed time: 0.01149s