sphinx-intl


Namesphinx-intl JSON
Version 2.2.0 PyPI version JSON
download
home_pageNone
SummarySphinx utility that make it easy to translate and to apply translation.
upload_time2024-04-19 22:45:41
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseBSD 2-Clause License Copyright (c) 2019, Sphinx team All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===================================================
sphinx-intl: translation support utility for Sphinx
===================================================

``sphinx-intl`` is a utility tool that provides several features that make it
easy to translate and to apply translation to Sphinx_ generated document.
Optional: support the Transifex service for translation with Sphinx_ .

.. _Sphinx: http://sphinx-doc.org

.. image:: https://img.shields.io/readthedocs/sphinx-intl/master.svg
   :alt: Read the Docs (master)
   :target: http://sphinx-intl.rtfd.io/

.. image:: https://img.shields.io/pypi/v/sphinx-intl.svg
   :alt: PyPI
   :target: http://pypi.org/p/sphinx-intl

.. image:: https://img.shields.io/pypi/pyversions/sphinx-intl.svg
   :alt: PyPI - Python Version
   :target: http://pypi.org/p/sphinx-intl

.. image:: https://img.shields.io/github/license/sphinx-doc/sphinx-intl.svg
   :alt: License
   :target: https://github.com/sphinx-doc/sphinx-intl/blob/master/LICENSE

.. image:: https://github.com/sphinx-doc/sphinx-intl/actions/workflows/test.yml/badge.svg?branch=master
   :alt: GitHub Actions CI status
   :target: https://github.com/sphinx-doc/sphinx-intl/actions/workflows/test.yml

.. image:: https://img.shields.io/github/stars/sphinx-doc/sphinx-intl.svg?style=social&label=Stars
   :alt: GitHub stars
   :target: https://github.com/sphinx-doc/sphinx-intl

Documentation
=============

- http://sphinx-intl.rtfd.io/


License
=======
Licensed under the BSD license.


CHANGES
=======

See: https://sphinx-intl.readthedocs.io/en/master/changes.html

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sphinx-intl",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Takayuki SHIMIZUKAWA <shimizukawa@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/b4/34/bc0d2332bccc23edffba4cc244a9dd84f86bd13a1fe1ce59cd027a58fdd9/sphinx_intl-2.2.0.tar.gz",
    "platform": null,
    "description": "===================================================\nsphinx-intl: translation support utility for Sphinx\n===================================================\n\n``sphinx-intl`` is a utility tool that provides several features that make it\neasy to translate and to apply translation to Sphinx_ generated document.\nOptional: support the Transifex service for translation with Sphinx_ .\n\n.. _Sphinx: http://sphinx-doc.org\n\n.. image:: https://img.shields.io/readthedocs/sphinx-intl/master.svg\n   :alt: Read the Docs (master)\n   :target: http://sphinx-intl.rtfd.io/\n\n.. image:: https://img.shields.io/pypi/v/sphinx-intl.svg\n   :alt: PyPI\n   :target: http://pypi.org/p/sphinx-intl\n\n.. image:: https://img.shields.io/pypi/pyversions/sphinx-intl.svg\n   :alt: PyPI - Python Version\n   :target: http://pypi.org/p/sphinx-intl\n\n.. image:: https://img.shields.io/github/license/sphinx-doc/sphinx-intl.svg\n   :alt: License\n   :target: https://github.com/sphinx-doc/sphinx-intl/blob/master/LICENSE\n\n.. image:: https://github.com/sphinx-doc/sphinx-intl/actions/workflows/test.yml/badge.svg?branch=master\n   :alt: GitHub Actions CI status\n   :target: https://github.com/sphinx-doc/sphinx-intl/actions/workflows/test.yml\n\n.. image:: https://img.shields.io/github/stars/sphinx-doc/sphinx-intl.svg?style=social&label=Stars\n   :alt: GitHub stars\n   :target: https://github.com/sphinx-doc/sphinx-intl\n\nDocumentation\n=============\n\n- http://sphinx-intl.rtfd.io/\n\n\nLicense\n=======\nLicensed under the BSD license.\n\n\nCHANGES\n=======\n\nSee: https://sphinx-intl.readthedocs.io/en/master/changes.html\n",
    "bugtrack_url": null,
    "license": "BSD 2-Clause License  Copyright (c) 2019, Sphinx team All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "Sphinx utility that make it easy to translate and to apply translation.",
    "version": "2.2.0",
    "project_urls": {
        "Documentation": "https://sphinx-intl.readthedocs.io",
        "Homepage": "https://github.com/sphinx-doc/sphinx-intl"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41b6766cf7220b257d005f513df0a5a3a031bb5d54ab9e2a29ebe43aa16f4d65",
                "md5": "901338f6fd48932195a890eb6f19ddf4",
                "sha256": "56ad5f360fae4aa1cb963448c802f141b55c87223bb32a7b29e936620bd1a381"
            },
            "downloads": -1,
            "filename": "sphinx_intl-2.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "901338f6fd48932195a890eb6f19ddf4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 13557,
            "upload_time": "2024-04-19T22:45:39",
            "upload_time_iso_8601": "2024-04-19T22:45:39.582746Z",
            "url": "https://files.pythonhosted.org/packages/41/b6/766cf7220b257d005f513df0a5a3a031bb5d54ab9e2a29ebe43aa16f4d65/sphinx_intl-2.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b434bc0d2332bccc23edffba4cc244a9dd84f86bd13a1fe1ce59cd027a58fdd9",
                "md5": "da59ea20fd9a604893d3c515c948136f",
                "sha256": "66976a85d31624dfcb564059a6918f90b31669269bfe3f30b2d72e81f225ab20"
            },
            "downloads": -1,
            "filename": "sphinx_intl-2.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "da59ea20fd9a604893d3c515c948136f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 23652,
            "upload_time": "2024-04-19T22:45:41",
            "upload_time_iso_8601": "2024-04-19T22:45:41.881519Z",
            "url": "https://files.pythonhosted.org/packages/b4/34/bc0d2332bccc23edffba4cc244a9dd84f86bd13a1fe1ce59cd027a58fdd9/sphinx_intl-2.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 22:45:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sphinx-doc",
    "github_project": "sphinx-intl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "sphinx-intl"
}
        
Elapsed time: 0.22961s