Metadata-Version: 2.1
Name: dfinder
Version: 0.1.0
Summary: A command line interface for DockerFinder.
Home-page: https://github.com/lucarin91/dockerfinder-cli
Author: lucarin
Author-email: to@lucar.in
License: MIT license
Keywords: dfinder
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
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
Requires-Dist: Click (>=6.0)
Requires-Dist: tabulate

===================
DockerFinder Client
===================

.. image:: https://img.shields.io/pypi/v/df_cli.svg
        :target: https://pypi.python.org/pypi/df_cli

.. image:: https://img.shields.io/travis/lucarin91/df_cli.svg
        :target: https://travis-ci.org/lucarin91/df_cli

.. image:: https://readthedocs.org/projects/df-cli/badge/?version=latest
        :target: https://df-cli.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/lucarin91/df_cli/shield.svg
     :target: https://pyup.io/repos/github/lucarin91/df_cli/
     :alt: Updates



A command line interface to DockerFinder.

.. * Documentation: https://df-cli.readthedocs.io.


Quick start
-----------

TBD

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


License
-------
`MIT license <LICENSE>`_


=======
History
=======

0.1.0 (2018-07-09)
------------------

* First release on PyPI.


