Metadata-Version: 2.0
Name: rummage
Version: 2.3.1
Summary: A GUI search and replace app.
Home-page: https://github.com/facelessuser/Rummage
Author: Isaac Muse
Author-email: Isaac.Muse@gmail.com
License: MIT License
Keywords: grep search find replace gui
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: backrefs (>=1.0.1)
Requires-Dist: chardet (>=3.0.4)
Requires-Dist: gntp (>=1.0.2)
Requires-Dist: regex
Requires-Dist: wxpython (>=4.0.0a3)

Rummage is a GUI tool for searching and replacing texst in files.
It is built with wxPython 4.0.0+ and requires Python 2.7 or 3.4+.
You can learn more about using Rummage by `reading the docs`_.

.. _`reading the docs`: http://facelessuser.github.io/Rummage/

Support
=======

Help and support is available here at the repository's `bug tracker`_.
Please read about `support and contributing`_ before creating issues.

.. _`bug tracker`: https://github.com/facelessuser/rummage/issues
.. _`support and contributing`: http://facelessuser.github.io/rummage/contributing/


