pyramid-localize


Namepyramid-localize JSON
Version 1.0.6 PyPI version JSON
download
home_page
Summarypyramid_localize provides translation methods for pyramid, and means to reload translations without stopping the application
upload_time2024-01-29 09:35:18
maintainer
docs_urlNone
author
requires_python>=3.8
licenseThe MIT License (MIT): http://opensource.org/licenses/MIT Copyright (c) 2013-2014 by pyramid_localize authors and contributors <see AUTHORS file> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords pyramid babel i18n l10n
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            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.6
    :target: http://pyramid_localize.readthedocs.io/en/v1.0.6/
    :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]

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pyramid-localize",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "pyramid,babel,i18n,l10n",
    "author": "",
    "author_email": "Grzegorz \u015aliwi\u0144ski <fizyk+pypi@fizyk.dev>",
    "download_url": "https://files.pythonhosted.org/packages/af/16/a06ade6ea9e315708500638848b88b83a2ee72d0c7769e606172c6d95e3f/pyramid_localize-1.0.6.tar.gz",
    "platform": null,
    "description": "pyramid_localize\n================\n\n\n.. image:: https://img.shields.io/pypi/v/pyramid_localize.svg\n    :target: https://pypi.python.org/pypi/pyramid_localize/\n    :alt: Latest PyPI version\n\n.. image:: https://readthedocs.org/projects/pyramid_localize/badge/?version=v1.0.6\n    :target: http://pyramid_localize.readthedocs.io/en/v1.0.6/\n    :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/wheel/pyramid_localize.svg\n    :target: https://pypi.python.org/pypi/pyramid_localize/\n    :alt: Wheel Status\n\n.. image:: https://img.shields.io/pypi/pyversions/pyramid_localize.svg\n    :target: https://pypi.python.org/pypi/pyramid_localize/\n    :alt: Supported Python Versions\n\n.. image:: https://img.shields.io/pypi/l/pyramid_localize.svg\n    :target: https://pypi.python.org/pypi/pyramid_localize/\n    :alt: License\n\n**pyramid_localize** is a pyramid extension providing ready-to-use, translation\nfunctionality for your pyramid based projects. All you need is to add Babel,\nand add some configuration. localize provides also a web interface that allows\nyou to reload translations live, without reloading application.\n\n\nPackage resources\n-----------------\n\n* Bug tracker: https://github.com/fizyk/pyramid_localize/issues\n* Documentation: http://pyramid-localize.readthedocs.org/\n* PyPI: https://pypi.python.org/pypi/pyramid_localize\n\n\nInstalation:\n============\n\n``pip install pyramid_localize``\n\nor add **pyramid_localize** to your project requirements.\n\nRelease\n=======\n\nInstall pipenv first, Then run:\n\n.. code-block::\n\n    pipenv run tbump [NEW_VERSION]\n",
    "bugtrack_url": null,
    "license": "The MIT License (MIT): http://opensource.org/licenses/MIT  Copyright (c) 2013-2014 by pyramid_localize authors and contributors <see AUTHORS file>  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "pyramid_localize provides translation methods for pyramid, and means to reload translations without stopping the application",
    "version": "1.0.6",
    "project_urls": {
        "Bug Tracker": "https://github.com/fizyk/pyramid_localize/issues",
        "Changelog": "https://github.com/fizyk/pyramid_localize/blob/v1.0.6/CHANGES.rst",
        "Source": "https://github.com/fizyk/pyramid_localize/"
    },
    "split_keywords": [
        "pyramid",
        "babel",
        "i18n",
        "l10n"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f2f833471f00d63e24208758fd53bc752e796fb04b46edb95a50a50e67518b2",
                "md5": "9adc4e95d8cc308c24c633157c424697",
                "sha256": "09221dbe8eee525f078fac62fb8c4aeb3544d4a5b73cc2d8ff7a37fad4bf2a0d"
            },
            "downloads": -1,
            "filename": "pyramid_localize-1.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9adc4e95d8cc308c24c633157c424697",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 15010,
            "upload_time": "2024-01-29T09:35:17",
            "upload_time_iso_8601": "2024-01-29T09:35:17.177483Z",
            "url": "https://files.pythonhosted.org/packages/6f/2f/833471f00d63e24208758fd53bc752e796fb04b46edb95a50a50e67518b2/pyramid_localize-1.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af16a06ade6ea9e315708500638848b88b83a2ee72d0c7769e606172c6d95e3f",
                "md5": "f5199bb4cdd47ff3e7ce5d9624f152cd",
                "sha256": "116fb28f96934b455af5219eba459ca2fe97ea32ba2a14b77a36f0d090239ec1"
            },
            "downloads": -1,
            "filename": "pyramid_localize-1.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "f5199bb4cdd47ff3e7ce5d9624f152cd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 16568,
            "upload_time": "2024-01-29T09:35:18",
            "upload_time_iso_8601": "2024-01-29T09:35:18.893315Z",
            "url": "https://files.pythonhosted.org/packages/af/16/a06ade6ea9e315708500638848b88b83a2ee72d0c7769e606172c6d95e3f/pyramid_localize-1.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-29 09:35:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fizyk",
    "github_project": "pyramid_localize",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "pyramid-localize"
}
        
Elapsed time: 0.27867s