Metadata-Version: 2.1
Name: lotecc
Version: 0.1.0
Summary: Convert files between Simplified Chinese and Traditional Chinese.
Home-page: https://github.com/lonsty/lotecc
Author: Allen Shaw
Author-email: lonsty@sina.com
License: MIT license
Keywords: lotecc
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 :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: Click (>=7.0)
Requires-Dist: pydantic (>=1.5.1)
Requires-Dist: opencc-python-reimplemented (>=0.1.5)

======
LoteCC
======


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

.. image:: https://img.shields.io/travis/lonsty/lotecc.svg
        :target: https://travis-ci.com/lonsty/lotecc

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




**LoteCC** is a tool to convert files between Simplified Chinese and Traditional Chinese.

* Free software: MIT license
* Documentation: https://lotecc.readthedocs.io.


Features
--------

* File or whole project: can convert a single file or all files in your project.
* Patterns to ignore: use .gitignore syntax to exclude unwanted files.

Credits
-------

* The implement of Simplified and Traditional Chinese conversion depends on `opencc-python`_.

* 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
.. _`opencc-python`: https://github.com/yichen0831/opencc-python


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

0.1.0 (2020-04-25)
------------------

First release on PyPI.

Features:

* File or whole project: can convert a single file or all files in your project.
* Patterns to ignore: use .gitignore syntax to exclude unwanted files.


