polib 1.2.0
0
A library to manipulate gettext files (po and mo files).
Contents
A library to manipulate gettext files (po and mo files).
Stars: 102, Watchers: 102, Forks: 29, Open Issues: 32The izimobil/polib
repo was created 6 years ago and the last code push was 6 months ago.
The project is popular with 102 github stars!
How to Install polib
You can install polib using pip
pip install polib
or add it to a project with poetry
poetry add polib
Package Details
- Author
- David Jean Louis
- License
- MIT
- Homepage
- https://github.com/izimobil/polib/
- PyPi:
- https://pypi.org/project/polib/
- GitHub Repo:
- https://github.com/izimobil/polib
Classifiers
- Software Development/Internationalization
- Software Development/Libraries/Python Modules
- Software Development/Localization
- Text Processing/Linguistic
Related Packages
Errors
A list of common polib errors.
Code Examples
Here are some polib
code examples and snippets.
GitHub Issues
The polib package has 32 open issues on GitHub
- Update README.rst
- 1.1.1: pytest is failing in
tests/tests.py::TestFunctions::test_is_file
unit