Updates
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pip
|
||||
@@ -0,0 +1,19 @@
|
||||
Copyright (C) 2012-2020 Janne Vanhala
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
@@ -0,0 +1,49 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: inflection
|
||||
Version: 0.5.1
|
||||
Summary: A port of Ruby on Rails inflector to Python
|
||||
Home-page: https://github.com/jpvanhal/inflection
|
||||
Author: Janne Vanhala
|
||||
Author-email: janne.vanhala@gmail.com
|
||||
License: MIT
|
||||
Platform: UNKNOWN
|
||||
Classifier: Development Status :: 4 - Beta
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Natural Language :: English
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.5
|
||||
Classifier: Programming Language :: Python :: 3.6
|
||||
Classifier: Programming Language :: Python :: 3.7
|
||||
Classifier: Programming Language :: Python :: 3.8
|
||||
Classifier: Programming Language :: Python :: Implementation :: CPython
|
||||
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
||||
Requires-Python: >=3.5
|
||||
|
||||
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>`_
|
||||
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
__pycache__/inflection.cpython-312.pyc,,
|
||||
inflection-0.5.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
inflection-0.5.1.dist-info/LICENSE,sha256=np-bSy51Q60UhvEyi_nsUOWl4rucrOtZZSSW3WHmQTM,1062
|
||||
inflection-0.5.1.dist-info/METADATA,sha256=HzhEOEIN1xKH0DD-z9mPJ2_4ZXu_mYk4DVDxmcHiDCU,1730
|
||||
inflection-0.5.1.dist-info/RECORD,,
|
||||
inflection-0.5.1.dist-info/WHEEL,sha256=ADKeyaGyKF5DwBNE0sRE5pvW-bSkFMJfBuhzZ3rceP4,110
|
||||
inflection-0.5.1.dist-info/top_level.txt,sha256=AT2vYRZGMGYnasNdj4oJbpSddltYSZ3cZGH8Bjo7xQo,11
|
||||
inflection.py,sha256=kJmjhziRjCeORghR4iWBJQqmXLOpFRwseGVW6gFheas,11437
|
||||
inflection/__init__.py,sha256=Py387trh0P9zmcI45w2gLrDAplji9kmtGr5s7DY3TD8,11437
|
||||
inflection/__pycache__/__init__.cpython-312.pyc,,
|
||||
inflection/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
@@ -0,0 +1,6 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.35.1)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py2-none-any
|
||||
Tag: py3-none-any
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
inflection
|
||||
Reference in New Issue
Block a user