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
- Host: GitHub
- URL: https://github.com/manicmaniac/strings-parser
- Owner: manicmaniac
- Created: 2015-09-26T08:23:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-26T17:05:39.000Z (about 10 years ago)
- Last Synced: 2025-01-24T20:23:54.023Z (12 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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