Metadata-Version: 2.1
Name: langtojson
Version: 0.1.2
Summary: Tool to convert .lang files to JSON
Home-page: https://github.com/Ars2014/langtojson
Author: Arslan Sakhapov
Author-email: arslan.sakhapov@yandex.ru
License: MIT license
Keywords: langtojson
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: Click (>=7.0)

==========
LangToJson
==========


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

.. image:: https://img.shields.io/travis/Ars2014/langtojson.svg
        :target: https://travis-ci.com/Ars2014/langtojson

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


.. image:: https://pyup.io/repos/github/Ars2014/langtojson/shield.svg
     :target: https://pyup.io/repos/github/Ars2014/langtojson/
     :alt: Updates



Tool to convert .lang files to JSON


* Free software: MIT license


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


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

0.1.0 (2020-06-06)
------------------

* First release on PyPI.

0.1.1 (2020-06-06)
------------------

* Removed python 3.5 from supported versions
* Removed useless test files
* Added encoding

0.1.2 (2020-06-06)
------------------

* Fix output files utf-8


