rummage


Namerummage JSON
Version 4.20.2 PyPI version JSON
download
home_pageNone
SummaryA GUI search and replace app.
upload_time2024-04-05 05:18:54
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords find grep gui replace search
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            [![Donate via PayPal][donate-image]][donate-link]
[![Discord][discord-image]][discord-link]
[![Build][github-ci-image]][github-ci-link]
[![Coverage][codecov-image]][codecov-link]
[![PyPI Version][pypi-image]][pypi-link]
[![PyPI - Python Version][python-image]][pypi-link]
![License][license-image-mit]
# Rummage

Rummage is a cross platform search and replace tool. Rummage crawls directories and searches for specified patterns
(either regular expression or literal) and can optionally replace those targets with desired text.

Rummage is written in Python and is currently available on Python 3. Rummage by default uses Python's Re regular
expression engine, but you can also use the fantastic, feature rich [Regex](https://pypi.python.org/pypi/regex) search
engine and do interesting things like fuzzy searching and more.

## Screenshots

![Rummage Search](https://github.com/facelessuser/Rummage/raw/master/docs/src/markdown/images/preview.png)

![Rummage Files](https://github.com/facelessuser/Rummage/raw/master/docs/src/markdown/images/files_tab.png)

![Rummage Content](https://github.com/facelessuser/Rummage/raw/master/docs/src/markdown/images/content_tab.png)

# Documentation

https://facelessuser.github.io/Rummage/

License
=======

Rummage is released under the MIT license.

[github-ci-image]: https://github.com/facelessuser/Rummage/workflows/build/badge.svg
[github-ci-link]: https://github.com/facelessuser/Rummage/actions?workflow=build
[discord-image]: https://img.shields.io/discord/678289859768745989?logo=discord&logoColor=aaaaaa&color=mediumpurple&labelColor=333333
[discord-link]:https://discord.gg/UjXwf4F
[codecov-image]: https://img.shields.io/codecov/c/github/facelessuser/Rummage/master.svg?logo=codecov&logoColor=aaaaaa&labelColor=333333
[codecov-link]: https://codecov.io/github/facelessuser/Rummage
[pypi-image]: https://img.shields.io/pypi/v/Rummage.svg?logo=pypi&logoColor=aaaaaa&labelColor=333333
[pypi-link]: https://pypi.python.org/pypi/Rummage
[python-image]: https://img.shields.io/pypi/pyversions/Rummage?logo=python&logoColor=aaaaaa&labelColor=333333
[license-image-mit]: https://img.shields.io/badge/license-MIT-blue.svg?labelColor=333333
[donate-image]: https://img.shields.io/badge/Donate-PayPal-3fabd1?logo=paypal
[donate-link]: https://www.paypal.me/facelessuser

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rummage",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "find, grep, gui, replace, search",
    "author": null,
    "author_email": "Isaac Muse <Isaac.Muse@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f3/40/77897747023014504c4379b0643091ebbdbeacff7758c0414adc606aa06b/rummage-4.20.2.tar.gz",
    "platform": null,
    "description": "[![Donate via PayPal][donate-image]][donate-link]\n[![Discord][discord-image]][discord-link]\n[![Build][github-ci-image]][github-ci-link]\n[![Coverage][codecov-image]][codecov-link]\n[![PyPI Version][pypi-image]][pypi-link]\n[![PyPI - Python Version][python-image]][pypi-link]\n![License][license-image-mit]\n# Rummage\n\nRummage is a cross platform search and replace tool. Rummage crawls directories and searches for specified patterns\n(either regular expression or literal) and can optionally replace those targets with desired text.\n\nRummage is written in Python and is currently available on Python 3. Rummage by default uses Python's Re regular\nexpression engine, but you can also use the fantastic, feature rich [Regex](https://pypi.python.org/pypi/regex) search\nengine and do interesting things like fuzzy searching and more.\n\n## Screenshots\n\n![Rummage Search](https://github.com/facelessuser/Rummage/raw/master/docs/src/markdown/images/preview.png)\n\n![Rummage Files](https://github.com/facelessuser/Rummage/raw/master/docs/src/markdown/images/files_tab.png)\n\n![Rummage Content](https://github.com/facelessuser/Rummage/raw/master/docs/src/markdown/images/content_tab.png)\n\n# Documentation\n\nhttps://facelessuser.github.io/Rummage/\n\nLicense\n=======\n\nRummage is released under the MIT license.\n\n[github-ci-image]: https://github.com/facelessuser/Rummage/workflows/build/badge.svg\n[github-ci-link]: https://github.com/facelessuser/Rummage/actions?workflow=build\n[discord-image]: https://img.shields.io/discord/678289859768745989?logo=discord&logoColor=aaaaaa&color=mediumpurple&labelColor=333333\n[discord-link]:https://discord.gg/UjXwf4F\n[codecov-image]: https://img.shields.io/codecov/c/github/facelessuser/Rummage/master.svg?logo=codecov&logoColor=aaaaaa&labelColor=333333\n[codecov-link]: https://codecov.io/github/facelessuser/Rummage\n[pypi-image]: https://img.shields.io/pypi/v/Rummage.svg?logo=pypi&logoColor=aaaaaa&labelColor=333333\n[pypi-link]: https://pypi.python.org/pypi/Rummage\n[python-image]: https://img.shields.io/pypi/pyversions/Rummage?logo=python&logoColor=aaaaaa&labelColor=333333\n[license-image-mit]: https://img.shields.io/badge/license-MIT-blue.svg?labelColor=333333\n[donate-image]: https://img.shields.io/badge/Donate-PayPal-3fabd1?logo=paypal\n[donate-link]: https://www.paypal.me/facelessuser\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A GUI search and replace app.",
    "version": "4.20.2",
    "project_urls": {
        "Homepage": "https://github.com/facelessuser/Rummage"
    },
    "split_keywords": [
        "find",
        " grep",
        " gui",
        " replace",
        " search"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f34077897747023014504c4379b0643091ebbdbeacff7758c0414adc606aa06b",
                "md5": "469216a79c84d4be1af618b27ca5cde3",
                "sha256": "10c1727e7a80ef698fbdc8095d98f00768fcd1b889ddeb5b2ddf0b0888251d20"
            },
            "downloads": -1,
            "filename": "rummage-4.20.2.tar.gz",
            "has_sig": false,
            "md5_digest": "469216a79c84d4be1af618b27ca5cde3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8453660,
            "upload_time": "2024-04-05T05:18:54",
            "upload_time_iso_8601": "2024-04-05T05:18:54.422447Z",
            "url": "https://files.pythonhosted.org/packages/f3/40/77897747023014504c4379b0643091ebbdbeacff7758c0414adc606aa06b/rummage-4.20.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-05 05:18:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "facelessuser",
    "github_project": "Rummage",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "rummage"
}
        
Elapsed time: 0.25109s