{ "info": { "author": "Walid Saad", "author_email": "walid.sa3d@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "silex\n=====\n\n|Build| |downloads| |license| |version| |PEP8|\n\nA bunch of useful functions for string manipulation.\n\nInstall (automatic)\n-------------------\n\n::\n\n $ pip install silex\n\nInstall (manual)\n----------------\n\n::\n\n $ git clone \n $ cd silex\n $ python setup.py install\n\nUsage\n-----\n\n.. code:: python\n\n In [1]: from silex import *\n\n In [2]: print chop(\"whitespace\", 5)\n ['white', 'space', '']\n\n In [3]: print numberex('1.2euros')\n 1.2\n\n In [4]: print surround('b', '<', '>')\n \n\n In [5]: print strip_html('

hello

')\n hello\n\n In [6]: print unslugify('sex_appeal')\n sex appeal\n\n In [7]: print slugify(u'je suis\\ \u00e9puis\u00e9')\n je-suis-epuise\n\n In [8]: print clean('hello\\n word\\n')\n hello word\n\n In [9]: print kebabcase('hello world')\n hello-world\n\n In [10]: print pascalcase('hello world')\n HelloWorld\n\n In [11]: print camelcase('hello world')\n helloWorld\n\n In [12]: print snakecase('hello world')\n hello_world\n\nLicense\n-------\n\nMIT\n\n.. |Build| image:: https://travis-ci.org/walidsa3d/silex.svg?branch=master\n.. |downloads| image:: https://img.shields.io/pypi/dm/silex.svg\n.. |license| image:: https://img.shields.io/pypi/l/silex.svg\n.. |version| image:: https://img.shields.io/pypi/v/silex.svg\n.. |PEP8| image:: https://img.shields.io/badge/code%20style-pep8-orange.svg\n :target: https://www.python.org/dev/peps/pep-0008/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/walidsa3d/silex", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "silex", "package_url": "https://pypi.org/project/silex/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/silex/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/walidsa3d/silex" }, "release_url": "https://pypi.org/project/silex/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "string utilities", "version": "0.2.0" }, "last_serial": 2028810, "releases": { "0.0.0": [], "0.2.0": [ { "comment_text": "", "digests": { "md5": "78960c06eec4d74a8e9fe733af3b3f44", "sha256": "46367970c86641af4f8a19064a39196e060dd73ec1a3c4d2eadeb86d5d1cddec" }, "downloads": -1, "filename": "silex-0.2.0.tar.gz", "has_sig": false, "md5_digest": "78960c06eec4d74a8e9fe733af3b3f44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3883, "upload_time": "2016-03-26T20:27:56", "url": "https://files.pythonhosted.org/packages/43/72/c7bf23ef4f178e8d05066ecca7b3dc3b7313b6e86964cc9c743d77e652e2/silex-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "78960c06eec4d74a8e9fe733af3b3f44", "sha256": "46367970c86641af4f8a19064a39196e060dd73ec1a3c4d2eadeb86d5d1cddec" }, "downloads": -1, "filename": "silex-0.2.0.tar.gz", "has_sig": false, "md5_digest": "78960c06eec4d74a8e9fe733af3b3f44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3883, "upload_time": "2016-03-26T20:27:56", "url": "https://files.pythonhosted.org/packages/43/72/c7bf23ef4f178e8d05066ecca7b3dc3b7313b6e86964cc9c743d77e652e2/silex-0.2.0.tar.gz" } ] }