Metadata-Version: 2.1
Name: hoshi
Version: 0.4.4
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
Description: 
        .. 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.
        
        
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
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: build
Provides-Extra: publish
Provides-Extra: dev
