{ "info": { "author": "1dragosh", "author_email": "contact@1dragosh.me", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# pySpintax - The simplest Python Spintax spinner!\n\nWith pySpintax, you can spin your Spintax text with just one line of code. \n### Getting it\n\nTo download pySpintax, simply use Pypi via pip.\n```sh\n$ pip install pySpintax\n```\n\n### Using it\n\nUsing pySpintax is extremely easy!\n\n```Python\nfrom pySpintax import spin\n\nspintax = \"{ Hi! | Hello! | Hey! }\"\nspinned = spin(spintax)\nprint(spinned)\n```\n\nYou can also change the delimiter of your Spintax text:\n\n```Python\nfrom pySpintax import spin\n\nspintax = \"{ Hi! ; Hello! ; Hey! }\"\nspinned = spin(spintax, delimiter=\";\")\nprint(spinned)\n```\n\npySpintax will strip whitespaces for you, so even if you have multiple whitespaces or none in your Spintax string, pySpintax will return a stripped String.\n\nLicense\n----\n\nMIT License\n\nCopyright (c) 2019 1dragosh\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/1dragosh/pySpintax", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pySpintax", "package_url": "https://pypi.org/project/pySpintax/", "platform": "", "project_url": "https://pypi.org/project/pySpintax/", "project_urls": { "Homepage": "https://github.com/1dragosh/pySpintax" }, "release_url": "https://pypi.org/project/pySpintax/1.0/", "requires_dist": null, "requires_python": "", "summary": "Simple Spintax Spinner", "version": "1.0" }, "last_serial": 5367478, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "8d9c7c93a395573c1b26bfbbae1cd53f", "sha256": "39d9ae6cddd150d7688f68088761e78b34085de2f0c98c53ddfa657181871efe" }, "downloads": -1, "filename": "pySpintax-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "8d9c7c93a395573c1b26bfbbae1cd53f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3560, "upload_time": "2019-06-06T14:27:33", "url": "https://files.pythonhosted.org/packages/a2/a6/cdc37ea2c6b5cdb3d8928d4ae250688f19230ec45f47324cfce9234aadae/pySpintax-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "82dde3e90256e3a7c5f5344f14c2a3ed", "sha256": "a3d1ce71f520e3762e71a2bdef0fdbac2474b5a2cb7e9ca2bbde3d89c44db5d7" }, "downloads": -1, "filename": "pySpintax-1.0.tar.gz", "has_sig": false, "md5_digest": "82dde3e90256e3a7c5f5344f14c2a3ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2365, "upload_time": "2019-06-06T14:27:35", "url": "https://files.pythonhosted.org/packages/3c/f0/b224a8c38af716a7494557b8bb852c875b158fe3d0e614a94c53b3cd6538/pySpintax-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8d9c7c93a395573c1b26bfbbae1cd53f", "sha256": "39d9ae6cddd150d7688f68088761e78b34085de2f0c98c53ddfa657181871efe" }, "downloads": -1, "filename": "pySpintax-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "8d9c7c93a395573c1b26bfbbae1cd53f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3560, "upload_time": "2019-06-06T14:27:33", "url": "https://files.pythonhosted.org/packages/a2/a6/cdc37ea2c6b5cdb3d8928d4ae250688f19230ec45f47324cfce9234aadae/pySpintax-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "82dde3e90256e3a7c5f5344f14c2a3ed", "sha256": "a3d1ce71f520e3762e71a2bdef0fdbac2474b5a2cb7e9ca2bbde3d89c44db5d7" }, "downloads": -1, "filename": "pySpintax-1.0.tar.gz", "has_sig": false, "md5_digest": "82dde3e90256e3a7c5f5344f14c2a3ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2365, "upload_time": "2019-06-06T14:27:35", "url": "https://files.pythonhosted.org/packages/3c/f0/b224a8c38af716a7494557b8bb852c875b158fe3d0e614a94c53b3cd6538/pySpintax-1.0.tar.gz" } ] }