{ "info": { "author": "Thomas Sileo", "author_email": "thomas.sileo@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Programming Language :: Python" ], "description": "========\nGlobster\n========\n\nTools for converting globs to regular expressions.\n\nThis work is derived from `Bazaar `_ (bzrlib) and `Mikko Ohtamaa `_. I just created the Python package.\n\nUsage\n-----\n\n.. code-block:: python\n\n from globster import Globster\n\n g = Globster([\"mydir/\", \"*.pyc\"])\n if g.match(\"/path/to/dir/myscript.pyc\"):\n print \"it match\"\n\n\n if g.match(\"/path/to/mydir\"):\n print \"it match\"\n\n\nLicense (GPLv2)\n---------------\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA", "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/tsileo/globster", "keywords": "some keyword", "license": "GPLv2", "maintainer": null, "maintainer_email": null, "name": "globster", "package_url": "https://pypi.org/project/globster/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/globster/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tsileo/globster" }, "release_url": "https://pypi.org/project/globster/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Convert shell-like globs to regular expressions", "version": "0.1.0" }, "last_serial": 772946, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c4695f698ff71573c674204163b08ef9", "sha256": "c7f8e536bb25e9077ea7f988e2bb6851d5f7ad32c37b0d8862c051a9754e9713" }, "downloads": -1, "filename": "globster-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c4695f698ff71573c674204163b08ef9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14118, "upload_time": "2013-06-17T11:57:01", "url": "https://files.pythonhosted.org/packages/4e/6e/d752c535e8e6b564f1228ad7add8ab7375f45dba6efb505d6123af1c7c75/globster-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c4695f698ff71573c674204163b08ef9", "sha256": "c7f8e536bb25e9077ea7f988e2bb6851d5f7ad32c37b0d8862c051a9754e9713" }, "downloads": -1, "filename": "globster-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c4695f698ff71573c674204163b08ef9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14118, "upload_time": "2013-06-17T11:57:01", "url": "https://files.pythonhosted.org/packages/4e/6e/d752c535e8e6b564f1228ad7add8ab7375f45dba6efb505d6123af1c7c75/globster-0.1.0.tar.gz" } ] }