An open API service indexing awesome lists of open source software.

https://github.com/manicmaniac/strings-parser

A prototype implementation of the parser for Localizable.strings
https://github.com/manicmaniac/strings-parser

Last synced: 10 months ago
JSON representation

A prototype implementation of the parser for Localizable.strings

Awesome Lists containing this project

README

          

strings-parser
==============

A prototype implementation of the parser for Localizable.strings.

Install
-------

.. code::

python setup.py install

Usage
-----

.. code::

python -m strings

Testing
-------

.. code::

python -m unittest discover -v tests