Metadata-Version: 2.1
Name: aloon
Version: 1.0.4
Summary: Common helper
Home-page: https://github.com/dww410/aloon
Author: David
Author-email: dww410@163.com
License: MIT
Keywords: android localization translation translate
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python

## Getting started

To install run:
```bash
pip install aloon
```

## Usage

#### Normal use


### Options

#### -h, --help
Prints help message.

#### --stringtocvs
导出Android 指定语言的string文件到CVS

## Release History
* 2020-12-29   v0.1.0  导出指定语言到CSV文件

## License

See the [LICENSE](LICENSE) file for license rights and limitations (MIT).

CHANGES
=======

0.1.0 (2015-01-03)
------------------

-  convert specified language android string to csv.

