Metadata-Version: 2.1
Name: gypse
Version: 0.1.5
Summary: Gypse analyzes and reveals information of the text files that you have. It identifies things like URLs, E-Mails and Phone Numbers, which are difficult to extract.
Home-page: https://gypse.readthedocs.org
Author: David G. Daniel
Author-email: davydany@aeroxis.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: click
Requires-Dist: coloredlogs (==10.0)
Requires-Dist: humanfriendly (==4.17)
Provides-Extra: dev
Requires-Dist: bumpversion ; extra == 'dev'
Requires-Dist: click ; extra == 'dev'
Requires-Dist: coloredlogs (==10.0) ; extra == 'dev'
Requires-Dist: humanfriendly (==4.17) ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cache ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Provides-Extra: lint
Requires-Dist: flake8 ; extra == 'lint'
Requires-Dist: black ; extra == 'lint'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cache ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

.. image:: https://travis-ci.org/aeroxis/gypse.svg?branch=master
   :target: https://travis-ci.org/aeroxis/gypse

.. image:: https://media.githubusercontent.com/media/aeroxis/gypse/master/images/logo.png
    :target: https://pypi.org/project/gypse/

What is Gypse?
--------------

Have you ever tried looking for interesting things like URLs, E-Mails or Phone numbers in a bunch of text files? 
That is going to get really tough, really fast. It can be downright painful. 

Gypse is here to help. You simply install 'gypsy' with 'pip', and have Gypse look at your text files.

.. image:: https://media.githubusercontent.com/media/aeroxis/gypse/master/images/gypsy_screen_grab.gif
    :target: https://pypi.org/project/gypse/

Requirements
------------

You will need Python 3.4 or higher for Gypse to work properly

Getting Started
---------------

    pip install gypse

Usage
-----

Gypsy comes with some sample data that you can clone and play with.

    git clone https://github.com/aeroxis/gypse /tmp/gypsy
    cd /tmp/gypsy
    gypse url-extractor ./samples/ --margins 5

This will yield something like the following:

