Metadata-Version: 2.4
Name: arsc-writer
Version: 0.1.0
Summary: A pure-Python library for generating Android resource tables (ARSC) with support for strings, plurals, and styled text.
Keywords: android,arsc,i18n,l10n,weblate
Author: Michal Čihař
Author-email: Michal Čihař <michal@weblate.org>
License-Expression: MIT
License-File: LICENSE
License-File: LICENSES/CC0-1.0.txt
License-File: LICENSES/MIT.txt
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Internationalization
Classifier: Topic :: Software Development :: Localization
Requires-Dist: lxml>=6.1.3
Requires-Python: >=3.12
Project-URL: Changelog, https://arsc-writer.readthedocs.io/en/latest/changes.html
Project-URL: Documentation, https://arsc-writer.readthedocs.io/
Project-URL: Funding, https://weblate.org/donate/
Project-URL: Homepage, https://github.com/WeblateOrg/arsc-writer
Project-URL: Issue Tracker, https://github.com/WeblateOrg/arsc-writer/issues
Project-URL: Source Code, https://github.com/WeblateOrg/arsc-writer
Description-Content-Type: text/markdown

<!--
Copyright © Michal Čihař

SPDX-License-Identifier: MIT
-->

<a href="https://weblate.org/"><img alt="Weblate" src="https://s.weblate.org/cdn/Logo-Darktext-borders.png" height="80px" /></a>

**Weblate is libre software web-based continuous localization system,
used by over 2500 libre projects and companies in more than 165 countries.**

# arsc-writer

A pure-Python library for generating Android resource tables (ARSC) with support
for strings, plurals, and styled text.

Python 3.12 or newer is required. The writer generates resource tables without
an Android toolchain; XML styled-text parsing uses `lxml`. The API is alpha.

See the [documentation](https://arsc-writer.readthedocs.io/) for installation,
usage, and the API reference, and the
[developer guide](https://arsc-writer.readthedocs.io/en/latest/development.html)
for contributing, testing, and releases. Documentation sources are in [docs/](docs/).
