{ "info": { "author": "Oscar Mederos", "author_email": "omederos@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "pyspinner\n=========\n\n.. image:: https://badge.fury.io/py/pyspinner.png\n :target: https://pypi.python.org/pypi/pyspinner\n\npyspinner is simple library for parsing text that uses spin-syntax.\n\nInstallation\n------------\n\nTo install pyspinner, simply:\n\n.. code-block:: pycon\n\n $ pip install pyspinner\n\nor download the source code and do:\n\n.. code-block:: pycon\n\n $ python setup.py install\n\nHow to use it\n-------------\n\n.. code-block:: bash\n\n >>> import spinning\n >>> spinning.unique('The {quick|fast} {brown|gray|red} fox jumped over the lazy dog.') \n 'The quick gray fox jumped over the lazy dog.'\n\nRunning tests\n-------------\n\n.. code-block:: bash\n\n $ python spinning-tests.py\n ....\n ----------------------------------------------------------------------\n Ran 2 tests in 0.000s\n \n OK\n\nFeatures\n--------\n\n- Supports nested syntax.\n- Supports custom opening, closing and separator characters by using the ``override_params`` function.\n\nTO-DO\n-----\n\n- Allow optional phrases: ``The quick{ red|} fox...``\n- Allow special characters ``{,|,}`` inside text by escaping them.\n- Write more tests", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/omederos/pyspinner", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "pyspinner", "package_url": "https://pypi.org/project/pyspinner/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyspinner/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/omederos/pyspinner" }, "release_url": "https://pypi.org/project/pyspinner/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A simple spin-syntax parser for Python", "version": "0.1.0" }, "last_serial": 1096013, "releases": { "0.1": [], "0.1.0": [ { "comment_text": "", "digests": { "md5": "0cfa2dae28f09d0ec3dc6ce200d5d17d", "sha256": "ea1c9cfb5a75fac78b7d3ba530247b4bbeb5c66d066adc5c864b016ee9d2a8d2" }, "downloads": -1, "filename": "pyspinner-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0cfa2dae28f09d0ec3dc6ce200d5d17d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3395, "upload_time": "2014-05-18T04:22:58", "url": "https://files.pythonhosted.org/packages/2e/b2/d2465523f3c9cc224d230b82fe48e1ad4b3bb7dc379ccc838e48f2de7e11/pyspinner-0.1.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "80bee67b4e92ae8e83d466f70b80ebfe", "sha256": "fa8c3073faebf54ceecda0ce15cfa7b8b92f8e1df63a6fe92131cad8d97e39fa" }, "downloads": -1, "filename": "pyspinner-0.1.0.zip", "has_sig": false, "md5_digest": "80bee67b4e92ae8e83d466f70b80ebfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4810, "upload_time": "2014-05-18T04:23:05", "url": "https://files.pythonhosted.org/packages/12/8e/21d30b3514b20944c165e674c1d194871254b42b92c2ce1b197d6c587e72/pyspinner-0.1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0cfa2dae28f09d0ec3dc6ce200d5d17d", "sha256": "ea1c9cfb5a75fac78b7d3ba530247b4bbeb5c66d066adc5c864b016ee9d2a8d2" }, "downloads": -1, "filename": "pyspinner-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0cfa2dae28f09d0ec3dc6ce200d5d17d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3395, "upload_time": "2014-05-18T04:22:58", "url": "https://files.pythonhosted.org/packages/2e/b2/d2465523f3c9cc224d230b82fe48e1ad4b3bb7dc379ccc838e48f2de7e11/pyspinner-0.1.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "80bee67b4e92ae8e83d466f70b80ebfe", "sha256": "fa8c3073faebf54ceecda0ce15cfa7b8b92f8e1df63a6fe92131cad8d97e39fa" }, "downloads": -1, "filename": "pyspinner-0.1.0.zip", "has_sig": false, "md5_digest": "80bee67b4e92ae8e83d466f70b80ebfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4810, "upload_time": "2014-05-18T04:23:05", "url": "https://files.pythonhosted.org/packages/12/8e/21d30b3514b20944c165e674c1d194871254b42b92c2ce1b197d6c587e72/pyspinner-0.1.0.zip" } ] }