Metadata-Version: 2.1
Name: ldcv
Version: 1.0.1
Summary: LangMan Console Version
Home-page: https://github.com/leetking/ldcv
License: GPL-3.0
Author: leetking
Author-email: li_tking@163.com
Requires-Python: >=3.0,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: lxml (>=4.2,<5.0)
Project-URL: Repository, https://github.com/leetking/ldcv
Description-Content-Type: text/x-rst

============
ldcv |Build|
============

A console version LongMan_ dictionary.


Usage
-----

.. code-block:: text

   usage: ldcv.py [-h] [-f] [--color {always,auto,never}] [-j]
                  [words [words ...]]

   LongMan Console Version

   positional arguments:
     words                 words or quoted phrases to lookup

   optional arguments:
     -h, --help            show this help message and exit
     -f, --full            print verbose explanations. Default to print first
                           three explanations
     --color {always,auto,never}
                           colorize the output. Default to "auto" or can be
                           "never" or "always"
     -j, --json            dump the explanation with JSON style


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

.. code-block:: shell

   $ pip install ldcv


Enviroment or dependences
-------------------------

- Python (3.x)
- lxml_


Thanks
------

- ydcv_

.. _LongMan: https://www.ldoceonline.com/
.. _ydcv: https://github.com/felixonmars/ydcv
.. _lxml: https://lxml.de/
.. |Build| image:: https://img.shields.io/badge/build__with-poetry-pink.svg?style=flat-square&logo=appveyor
   :target: https://github.com/sdispater/poetry

