https://github.com/fizyk/pyramid_localize
Package to provide translation methods for pyramid, and means to reload translations without stopping the application
https://github.com/fizyk/pyramid_localize
hacktoberfest i18n pyramid-framework python
Last synced: about 1 year ago
JSON representation
Package to provide translation methods for pyramid, and means to reload translations without stopping the application
- Host: GitHub
- URL: https://github.com/fizyk/pyramid_localize
- Owner: fizyk
- License: mit
- Created: 2013-06-04T20:13:56.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2025-06-12T04:18:32.000Z (about 1 year ago)
- Last Synced: 2025-06-12T05:33:02.950Z (about 1 year ago)
- Topics: hacktoberfest, i18n, pyramid-framework, python
- Language: Python
- Homepage:
- Size: 1.22 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
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=v1.0.7
:target: http://pyramid_localize.readthedocs.io/en/v1.0.7/
: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.
Release
=======
Install pipenv first, Then run:
.. code-block::
pipenv run tbump [NEW_VERSION]