Metadata-Version: 2.4
Name: pyramid-localize
Version: 2.0.0
Summary: pyramid_localize provides translation methods for pyramid, and means to reload translations without stopping the application
Keywords: babel,i18n,l10n,pyramid
Author: Grzegorz Śliwiński
Author-email: Grzegorz Śliwiński <fizyk+pypi@fizyk.dev>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Pyramid
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pycountry>=23.12.7
Requires-Dist: pyramid>=1.5
Requires-Dist: pyramid-basemodel
Requires-Dist: pyramid-mako
Requires-Dist: sqlalchemy
Requires-Dist: translationstring
Requires-Dist: babel>=1.0 ; extra == 'babel'
Requires-Dist: sphinx ; extra == 'docs'
Requires-Python: >=3.10
Project-URL: Source, https://github.com/fizyk/pyramid_localize/
Project-URL: Bug Tracker, https://github.com/fizyk/pyramid_localize/issues
Project-URL: Changelog, https://github.com/fizyk/pyramid_localize/blob/v2.0.0/CHANGES.rst
Provides-Extra: babel
Provides-Extra: docs
Description-Content-Type: text/x-rst

pyramid_localize
================


.. image:: https://img.shields.io/pypi/v/pyramid_localize.svg
    :target: https://pypi.python.org/pypi/pyramid_localize/
    :alt: Latest PyPI version

.. image:: https://readthedocs.org/projects/pyramid_localize/badge/?version=v2.0.0
    :target: http://pyramid_localize.readthedocs.io/en/v2.0.0/
    :alt: Documentation Status

.. image:: https://img.shields.io/pypi/wheel/pyramid_localize.svg
    :target: https://pypi.python.org/pypi/pyramid_localize/
    :alt: Wheel Status

.. image:: https://img.shields.io/pypi/pyversions/pyramid_localize.svg
    :target: https://pypi.python.org/pypi/pyramid_localize/
    :alt: Supported Python Versions

.. image:: https://img.shields.io/pypi/l/pyramid_localize.svg
    :target: https://pypi.python.org/pypi/pyramid_localize/
    :alt: License

**pyramid_localize** is a pyramid extension providing ready-to-use, translation
functionality for your pyramid based projects. All you need is to add Babel,
and add some configuration. localize provides also a web interface that allows
you to reload translations live, without reloading application.


Package resources
-----------------

* Bug tracker: https://github.com/fizyk/pyramid_localize/issues
* Documentation: http://pyramid-localize.readthedocs.org/
* PyPI: https://pypi.python.org/pypi/pyramid_localize


Instalation:
============

``pip install pyramid_localize``

or add **pyramid_localize** to your project requirements.
