Metadata-Version: 1.1
Name: vl
Version: 0.1.0
Summary: v.l.
====


.. image:: https://img.shields.io/pypi/v/vl.svg
   :target: https://pypi.python.org/pypi/vl
.. image:: https://img.shields.io/travis/ellisonleao/vl.svg
   :target: https://travis-ci.org/ellisonleao/vl

Link validation on text files.


Installation
------------

Installing pip version:

.. code-block:: shell

    $ pip install vl

Usage
-----

To use it:

.. code-block:: shell

    Usage: vl [OPTIONS] DOC

      Main CLI method

    Options:
      -t, --timeout FLOAT  request timeout arg. Default is 2 seconds
      -s, --size INTEGER   Specifies the number of requests to make at a time.
                           default is 100
      -d, --debug          Prints out some debug information like execution time
                           and exception messages
      --help               Show this message and exit


Examples
--------

.. code-block:: shell

    $ vl README.md --debug
    $ vl README.md -t 10 --size=1000 --debug


Roadmap
-------

* How can we make it faster?!
* Add whitelist param

Home-page: https://github.com/ellisonleao/vl
Author: Ellison Leão
Author-email: ellisonleao@gmail.com
License: MIT
Description: v.l.
        ====
        
        
        .. image:: https://img.shields.io/pypi/v/vl.svg
           :target: https://pypi.python.org/pypi/vl
        .. image:: https://img.shields.io/travis/ellisonleao/vl.svg
           :target: https://travis-ci.org/ellisonleao/vl
        
        Link validation on text files.
        
        
        Installation
        ------------
        
        Installing pip version:
        
        .. code-block:: shell
        
            $ pip install vl
        
        Usage
        -----
        
        To use it:
        
        .. code-block:: shell
        
            Usage: vl [OPTIONS] DOC
        
              Main CLI method
        
            Options:
              -t, --timeout FLOAT  request timeout arg. Default is 2 seconds
              -s, --size INTEGER   Specifies the number of requests to make at a time.
                                   default is 100
              -d, --debug          Prints out some debug information like execution time
                                   and exception messages
              --help               Show this message and exit
        
        
        Examples
        --------
        
        .. code-block:: shell
        
            $ vl README.md --debug
            $ vl README.md -t 10 --size=1000 --debug
        
        
        Roadmap
        -------
        
        * How can we make it faster?!
        * Add whitelist param
        
Platform: a
Platform: n
Platform: y
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
