Metadata-Version: 2.1
Name: hoshi
Version: 0.4.3
Summary: Python i18n for human beings
Home-page: https://github.com/chintal/hoshi
Author: Chintalagiri Shashank
Author-email: shashank.chintalagiri@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://hoshi.readthedocs.io/en/latest
Project-URL: Bug Tracker, https://github.com/chintal/hoshi/issues
Project-URL: Source Repository, https://github.com/chintal/hoshi
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Localization
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Requires-Dist: babel
Requires-Dist: setuptools-scm
Requires-Dist: google-cloud-translate
Requires-Dist: wheel
Provides-Extra: build
Requires-Dist: setuptools-scm ; extra == 'build'
Requires-Dist: sphinx ; extra == 'build'
Requires-Dist: alabaster ; extra == 'build'
Requires-Dist: tox ; extra == 'build'
Requires-Dist: tox-pyenv ; extra == 'build'
Requires-Dist: pytest-sphinx ; extra == 'build'
Requires-Dist: pytest ; extra == 'build'
Requires-Dist: pytest-flake8 ; extra == 'build'
Requires-Dist: pytest-cov ; extra == 'build'
Requires-Dist: coveralls[yaml] ; extra == 'build'
Provides-Extra: dev
Requires-Dist: setuptools-scm ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: alabaster ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Requires-Dist: tox-pyenv ; extra == 'dev'
Requires-Dist: pytest-sphinx ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-flake8 ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: coveralls[yaml] ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: setuptools-scm ; extra == 'docs'
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: alabaster ; extra == 'docs'
Provides-Extra: publish
Requires-Dist: setuptools-scm ; extra == 'publish'
Requires-Dist: sphinx ; extra == 'publish'
Requires-Dist: alabaster ; extra == 'publish'
Requires-Dist: tox ; extra == 'publish'
Requires-Dist: tox-pyenv ; extra == 'publish'
Requires-Dist: pytest-sphinx ; extra == 'publish'
Requires-Dist: pytest ; extra == 'publish'
Requires-Dist: pytest-flake8 ; extra == 'publish'
Requires-Dist: pytest-cov ; extra == 'publish'
Requires-Dist: coveralls[yaml] ; extra == 'publish'
Requires-Dist: twine ; extra == 'publish'
Requires-Dist: pygithub ; extra == 'publish'
Provides-Extra: tests
Requires-Dist: setuptools-scm ; extra == 'tests'
Requires-Dist: sphinx ; extra == 'tests'
Requires-Dist: alabaster ; extra == 'tests'
Requires-Dist: tox ; extra == 'tests'
Requires-Dist: tox-pyenv ; extra == 'tests'
Requires-Dist: pytest-sphinx ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-flake8 ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: coveralls[yaml] ; extra == 'tests'


.. image:: https://img.shields.io/pypi/v/hoshi.svg?logo=pypi
    :target: https://pypi.org/project/hoshi

.. image:: https://img.shields.io/pypi/pyversions/hoshi.svg?logo=pypi
    :target: https://pypi.org/project/hoshi

.. image:: https://img.shields.io/travis/chintal/hoshi.svg?logo=travis
    :target: https://travis-ci.org/chintal/hoshi

.. image:: https://img.shields.io/coveralls/github/chintal/hoshi.svg?logo=coveralls
    :target: https://coveralls.io/github/chintal/hoshi

.. image:: https://img.shields.io/codacy/grade/86c7707114cc4353bc1c57a6a4ff467f/main
    :target: https://app.codacy.com/gh/chintal/hoshi

.. image:: https://img.shields.io/requires/github/chintal/hoshi.svg
    :target: https://requires.io/github/chintal/hoshi/requirements

.. image:: https://img.shields.io/pypi/l/hoshi.svg
    :target: https://www.gnu.org/licenses/gpl-3.0.en.html


.. inclusion-marker-do-not-remove


This package provides primitives and highly opinionated infrastructure to
setup and manage i18n and i10n efforts for python projects. It is a thin
wrapper around `babel <http://babel.pocoo.org/en/latest/>`_, which you can
and probably should use directly if you are comfortable with it.



Package Information
-------------------

The latest version of the documentation, including installation, usage, and
API/developer notes can be found at
`ReadTheDocs <https://hoshi.readthedocs.io/en/latest/index.html>`_.

The latest version of the sources can be found at
`GitHub <https://github.com/chintal/hoshi>`_. Please use
GitHub's features to report bugs, request features, or submit pull/merge requests.

The principle author for ``hoshi`` is Chintalagiri Shashank. The
author can be contacted if necessary via the information on the
`author's github profile <https://github.com/chintal>`_ . See the AUTHORS file
for a full list of collaborators and/or contributing authors, if any.

``hoshi`` is distributed under the terms of the
`MIT License <https://spdx.org/licenses/MIT.html>`_ .
A copy of the text of the license is included along with the sources.



