{
  "result": {
    "0.14.0+ppc64le1": {
      "name": "pyphen",
      "version": "0.14.0+ppc64le1",
      "metadata_version": "2.4",
      "summary": "Pure Python module to hyphenate text",
      "home_page": "",
      "author": "",
      "author_email": "Guillaume Ayoub <contact@courtbouillon.org>",
      "maintainer": "",
      "maintainer_email": "CourtBouillon <contact@courtbouillon.org>",
      "license": "",
      "description": "Pyphen is a pure Python module to hyphenate text using existing Hunspell\nhyphenation dictionaries.\n\nThis module is a fork of python-hyphenator, written by Wilbert Berendsen.\n\nMany dictionaries are included in pyphen, they come from the LibreOffice git\nrepository and are distributed under GPL, LGPL and/or MPL. Dictionaries are not\nmodified in this repository. See the dictionaries and LibreOffice's repository\nfor more details.\n\nhttps://cgit.freedesktop.org/libreoffice/dictionaries/tree/\n\n* Free software: GPL 2.0+/LGPL 2.1+/MPL 1.1 tri-license\n* For Python 3.7+, tested on CPython and PyPy\n* Documentation: https://doc.courtbouillon.org/pyphen\n* Changelog: https://github.com/Kozea/pyphen/releases\n* Code, issues, tests: https://github.com/Kozea/pyphen\n* Code of conduct: https://www.courtbouillon.org/code-of-conduct\n* Professional support: https://www.courtbouillon.org\n* Donation: https://opencollective.com/courtbouillon\n\nPyphen has been created and developed by Kozea (https://kozea.fr).\nProfessional support, maintenance and community management is provided by\nCourtBouillon (https://www.courtbouillon.org).\n\nCopyrights are retained by their contributors, no copyright assignment is\nrequired to contribute to Pyphen. Unless explicitly stated otherwise, any\ncontribution intentionally submitted for inclusion is licensed under\nGPL\u202f2.0+/LGPL\u202f2.1+/MPL\u202f1.1, without any additional terms or conditions. For\nfull authorship information, see the version control history.\n\n",
      "keywords": "hyphenation",
      "platform": [],
      "classifiers": [
        "Development Status :: 4 - Beta",
        "Intended Audience :: Developers",
        "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
        "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
        "License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)",
        "Programming Language :: Python",
        "Programming Language :: Python :: 3",
        "Programming Language :: Python :: 3.7",
        "Programming Language :: Python :: 3.8",
        "Programming Language :: Python :: 3.9",
        "Programming Language :: Python :: 3.10",
        "Programming Language :: Python :: 3.11",
        "Programming Language :: Python :: Implementation :: CPython",
        "Programming Language :: Python :: Implementation :: PyPy",
        "Topic :: Text Processing",
        "Topic :: Text Processing :: Linguistic",
        "Environment :: MetaData :: IBM Python Ecosystem"
      ],
      "download_url": "",
      "supported_platform": [],
      "comment": "",
      "provides": [],
      "requires": [],
      "obsoletes": [],
      "project_urls": [
        "Changelog, https://github.com/Kozea/Pyphen/releases",
        "Code, https://github.com/Kozea/Pyphen",
        "Documentation, https://pyphen.org/",
        "Donation, https://opencollective.com/courtbouillon",
        "Homepage, https://www.courtbouillon.org/pyphen",
        "Issues, https://github.com/Kozea/Pyphen/issues"
      ],
      "provides_dist": [],
      "obsoletes_dist": [],
      "requires_dist": [
        "sphinx ; extra == \"doc\"",
        "sphinx_rtd_theme ; extra == \"doc\"",
        "pytest ; extra == \"test\"",
        "isort ; extra == \"test\"",
        "flake8 ; extra == \"test\""
      ],
      "requires_external": [],
      "requires_python": ">=3.7",
      "description_content_type": "text/x-rst",
      "provides_extras": [
        "doc",
        "test"
      ],
      "dynamic": [],
      "license_expression": "",
      "license_file": [
        "COPYING.GPL",
        "COPYING.LGPL",
        "COPYING.MPL",
        "LICENSE"
      ],
      "+links": [
        {
          "rel": "releasefile",
          "hash_spec": "sha256=5e6db15eb1461ce547158c4edc21998215b8ce16639619fc3f8d47def4358bd7",
          "hashes": {
            "sha256": "5e6db15eb1461ce547158c4edc21998215b8ce16639619fc3f8d47def4358bd7"
          },
          "href": "https://wheels.developerfirst.ibm.com/ppc64le/linux/+f/5e6/db15eb1461ce5/pyphen-0.14.0+ppc64le1-py3-none-any.whl",
          "log": [
            {
              "what": "upload",
              "who": "ppc64le",
              "when": [
                2026,
                5,
                11,
                11,
                49,
                38
              ],
              "dst": "ppc64le/linux"
            }
          ]
        }
      ]
    },
    "0.17.2": {
      "name": "pyphen",
      "version": "0.17.2",
      "metadata_version": "2.4",
      "summary": "Pure Python module to hyphenate text",
      "home_page": "",
      "author": "",
      "author_email": "Guillaume Ayoub <contact@courtbouillon.org>",
      "maintainer": "",
      "maintainer_email": "CourtBouillon <contact@courtbouillon.org>",
      "license": "",
      "description": "Pyphen is a pure Python module to hyphenate text using existing Hunspell\nhyphenation dictionaries.\n\nThis module is a fork of python-hyphenator, written by Wilbert Berendsen.\n\nMany dictionaries are included in Pyphen, they come from the LibreOffice git\nrepository and are distributed under GPL, LGPL and/or MPL. Dictionaries are not\nmodified in this repository. See the dictionaries and LibreOffice's repository\nfor more details.\n\nhttps://git.libreoffice.org/dictionaries\n\n* Free software: GPL 2.0+ or LGPL 2.1+ or MPL 1.1 for the code\n* For Python 3.9+, tested on CPython and PyPy\n* Documentation: https://doc.courtbouillon.org/pyphen\n* Changelog: https://github.com/Kozea/pyphen/releases\n* Code, issues, tests: https://github.com/Kozea/pyphen\n* Code of conduct: https://www.courtbouillon.org/code-of-conduct\n* Professional support: https://www.courtbouillon.org\n* Donation: https://opencollective.com/courtbouillon\n\nPyphen has been created and developed by Kozea (https://kozea.fr).\nProfessional support, maintenance and community management is provided by\nCourtBouillon (https://www.courtbouillon.org).\n\nCopyrights are retained by their contributors, no copyright assignment is\nrequired to contribute to Pyphen. Unless explicitly stated otherwise, any\ncontribution intentionally submitted for inclusion is licensed under\nGPL 2.0+/LGPL 2.1+/MPL 1.1, without any additional terms or conditions. For\nfull authorship information, see the version control history.\n\n",
      "keywords": "hyphenation",
      "platform": [],
      "classifiers": [
        "Development Status :: 4 - Beta",
        "Intended Audience :: Developers",
        "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
        "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
        "License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)",
        "Programming Language :: Python",
        "Programming Language :: Python :: 3",
        "Programming Language :: Python :: 3.9",
        "Programming Language :: Python :: 3.10",
        "Programming Language :: Python :: 3.11",
        "Programming Language :: Python :: 3.12",
        "Programming Language :: Python :: 3.13",
        "Programming Language :: Python :: Implementation :: CPython",
        "Programming Language :: Python :: Implementation :: PyPy",
        "Topic :: Text Processing",
        "Topic :: Text Processing :: Linguistic",
        "Environment :: MetaData :: IBM Python Ecosystem"
      ],
      "download_url": "",
      "supported_platform": [],
      "comment": "",
      "provides": [],
      "requires": [],
      "obsoletes": [],
      "project_urls": [
        "Changelog, https://github.com/Kozea/Pyphen/releases",
        "Code, https://github.com/Kozea/Pyphen",
        "Documentation, https://pyphen.org/",
        "Donation, https://opencollective.com/courtbouillon",
        "Homepage, https://www.courtbouillon.org/pyphen",
        "Issues, https://github.com/Kozea/Pyphen/issues"
      ],
      "provides_dist": [],
      "obsoletes_dist": [],
      "requires_dist": [
        "sphinx ; extra == \"doc\"",
        "sphinx_rtd_theme ; extra == \"doc\"",
        "pytest ; extra == \"test\"",
        "ruff ; extra == \"test\""
      ],
      "requires_external": [],
      "requires_python": ">=3.9",
      "description_content_type": "text/x-rst",
      "provides_extras": [
        "doc",
        "test"
      ],
      "dynamic": [],
      "license_expression": "",
      "license_file": [
        "COPYING.GPL",
        "COPYING.LGPL",
        "COPYING.MPL",
        "LICENSE"
      ],
      "+links": [
        {
          "rel": "releasefile",
          "hash_spec": "sha256=3634ce8c732e5043b6db8c4fca362d687f467cf4690ac5d158885830bf0dcc8e",
          "hashes": {
            "sha256": "3634ce8c732e5043b6db8c4fca362d687f467cf4690ac5d158885830bf0dcc8e"
          },
          "href": "https://wheels.developerfirst.ibm.com/ppc64le/linux/+f/363/4ce8c732e5043/pyphen-0.17.2-py3-none-any.whl",
          "log": [
            {
              "what": "upload",
              "who": "ppc64le",
              "when": [
                2026,
                7,
                27,
                13,
                6,
                49
              ],
              "dst": "ppc64le/linux"
            }
          ]
        }
      ]
    },
    "0.14.0": {
      "name": "pyphen",
      "version": "0.14.0",
      "metadata_version": "2.4",
      "summary": "Pure Python module to hyphenate text",
      "home_page": "",
      "author": "",
      "author_email": "Guillaume Ayoub <contact@courtbouillon.org>",
      "maintainer": "",
      "maintainer_email": "CourtBouillon <contact@courtbouillon.org>",
      "license": "",
      "description": "Pyphen is a pure Python module to hyphenate text using existing Hunspell\nhyphenation dictionaries.\n\nThis module is a fork of python-hyphenator, written by Wilbert Berendsen.\n\nMany dictionaries are included in pyphen, they come from the LibreOffice git\nrepository and are distributed under GPL, LGPL and/or MPL. Dictionaries are not\nmodified in this repository. See the dictionaries and LibreOffice's repository\nfor more details.\n\nhttps://cgit.freedesktop.org/libreoffice/dictionaries/tree/\n\n* Free software: GPL 2.0+/LGPL 2.1+/MPL 1.1 tri-license\n* For Python 3.7+, tested on CPython and PyPy\n* Documentation: https://doc.courtbouillon.org/pyphen\n* Changelog: https://github.com/Kozea/pyphen/releases\n* Code, issues, tests: https://github.com/Kozea/pyphen\n* Code of conduct: https://www.courtbouillon.org/code-of-conduct\n* Professional support: https://www.courtbouillon.org\n* Donation: https://opencollective.com/courtbouillon\n\nPyphen has been created and developed by Kozea (https://kozea.fr).\nProfessional support, maintenance and community management is provided by\nCourtBouillon (https://www.courtbouillon.org).\n\nCopyrights are retained by their contributors, no copyright assignment is\nrequired to contribute to Pyphen. Unless explicitly stated otherwise, any\ncontribution intentionally submitted for inclusion is licensed under\nGPL\u202f2.0+/LGPL\u202f2.1+/MPL\u202f1.1, without any additional terms or conditions. For\nfull authorship information, see the version control history.\n\n",
      "keywords": "hyphenation",
      "platform": [],
      "classifiers": [
        "Development Status :: 4 - Beta",
        "Intended Audience :: Developers",
        "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
        "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
        "License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)",
        "Programming Language :: Python",
        "Programming Language :: Python :: 3",
        "Programming Language :: Python :: 3.7",
        "Programming Language :: Python :: 3.8",
        "Programming Language :: Python :: 3.9",
        "Programming Language :: Python :: 3.10",
        "Programming Language :: Python :: 3.11",
        "Programming Language :: Python :: Implementation :: CPython",
        "Programming Language :: Python :: Implementation :: PyPy",
        "Topic :: Text Processing",
        "Topic :: Text Processing :: Linguistic",
        "Environment :: MetaData :: IBM Python Ecosystem"
      ],
      "download_url": "",
      "supported_platform": [],
      "comment": "",
      "provides": [],
      "requires": [],
      "obsoletes": [],
      "project_urls": [
        "Changelog, https://github.com/Kozea/Pyphen/releases",
        "Code, https://github.com/Kozea/Pyphen",
        "Documentation, https://pyphen.org/",
        "Donation, https://opencollective.com/courtbouillon",
        "Homepage, https://www.courtbouillon.org/pyphen",
        "Issues, https://github.com/Kozea/Pyphen/issues"
      ],
      "provides_dist": [],
      "obsoletes_dist": [],
      "requires_dist": [
        "sphinx ; extra == \"doc\"",
        "sphinx_rtd_theme ; extra == \"doc\"",
        "pytest ; extra == \"test\"",
        "isort ; extra == \"test\"",
        "flake8 ; extra == \"test\""
      ],
      "requires_external": [],
      "requires_python": ">=3.7",
      "description_content_type": "text/x-rst",
      "provides_extras": [
        "doc",
        "test"
      ],
      "dynamic": [],
      "license_expression": "",
      "license_file": [
        "COPYING.GPL",
        "COPYING.LGPL",
        "COPYING.MPL",
        "LICENSE"
      ],
      "+links": [
        {
          "rel": "releasefile",
          "hash_spec": "sha256=ead44d894225c98a04a39c99db6843f5607ae68e7ca95b23681968c3b5d5b51d",
          "hashes": {
            "sha256": "ead44d894225c98a04a39c99db6843f5607ae68e7ca95b23681968c3b5d5b51d"
          },
          "href": "https://wheels.developerfirst.ibm.com/ppc64le/linux/+f/ead/44d894225c98a/pyphen-0.14.0-py3-none-any.whl",
          "log": [
            {
              "what": "upload",
              "who": "ppc64le",
              "when": [
                2026,
                7,
                27,
                13,
                6,
                48
              ],
              "dst": "ppc64le/linux"
            }
          ]
        }
      ]
    },
    "0.17.2+ppc64le1": {
      "name": "pyphen",
      "version": "0.17.2+ppc64le1",
      "metadata_version": "2.4",
      "summary": "Pure Python module to hyphenate text",
      "home_page": "",
      "author": "",
      "author_email": "Guillaume Ayoub <contact@courtbouillon.org>",
      "maintainer": "",
      "maintainer_email": "CourtBouillon <contact@courtbouillon.org>",
      "license": "",
      "description": "Pyphen is a pure Python module to hyphenate text using existing Hunspell\nhyphenation dictionaries.\n\nThis module is a fork of python-hyphenator, written by Wilbert Berendsen.\n\nMany dictionaries are included in Pyphen, they come from the LibreOffice git\nrepository and are distributed under GPL, LGPL and/or MPL. Dictionaries are not\nmodified in this repository. See the dictionaries and LibreOffice's repository\nfor more details.\n\nhttps://git.libreoffice.org/dictionaries\n\n* Free software: GPL 2.0+ or LGPL 2.1+ or MPL 1.1 for the code\n* For Python 3.9+, tested on CPython and PyPy\n* Documentation: https://doc.courtbouillon.org/pyphen\n* Changelog: https://github.com/Kozea/pyphen/releases\n* Code, issues, tests: https://github.com/Kozea/pyphen\n* Code of conduct: https://www.courtbouillon.org/code-of-conduct\n* Professional support: https://www.courtbouillon.org\n* Donation: https://opencollective.com/courtbouillon\n\nPyphen has been created and developed by Kozea (https://kozea.fr).\nProfessional support, maintenance and community management is provided by\nCourtBouillon (https://www.courtbouillon.org).\n\nCopyrights are retained by their contributors, no copyright assignment is\nrequired to contribute to Pyphen. Unless explicitly stated otherwise, any\ncontribution intentionally submitted for inclusion is licensed under\nGPL 2.0+/LGPL 2.1+/MPL 1.1, without any additional terms or conditions. For\nfull authorship information, see the version control history.\n\n",
      "keywords": "hyphenation",
      "platform": [],
      "classifiers": [
        "Development Status :: 4 - Beta",
        "Intended Audience :: Developers",
        "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
        "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
        "License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)",
        "Programming Language :: Python",
        "Programming Language :: Python :: 3",
        "Programming Language :: Python :: 3.9",
        "Programming Language :: Python :: 3.10",
        "Programming Language :: Python :: 3.11",
        "Programming Language :: Python :: 3.12",
        "Programming Language :: Python :: 3.13",
        "Programming Language :: Python :: Implementation :: CPython",
        "Programming Language :: Python :: Implementation :: PyPy",
        "Topic :: Text Processing",
        "Topic :: Text Processing :: Linguistic",
        "Environment :: MetaData :: IBM Python Ecosystem"
      ],
      "download_url": "",
      "supported_platform": [],
      "comment": "",
      "provides": [],
      "requires": [],
      "obsoletes": [],
      "project_urls": [
        "Changelog, https://github.com/Kozea/Pyphen/releases",
        "Code, https://github.com/Kozea/Pyphen",
        "Documentation, https://pyphen.org/",
        "Donation, https://opencollective.com/courtbouillon",
        "Homepage, https://www.courtbouillon.org/pyphen",
        "Issues, https://github.com/Kozea/Pyphen/issues"
      ],
      "provides_dist": [],
      "obsoletes_dist": [],
      "requires_dist": [
        "sphinx ; extra == \"doc\"",
        "sphinx_rtd_theme ; extra == \"doc\"",
        "pytest ; extra == \"test\"",
        "ruff ; extra == \"test\""
      ],
      "requires_external": [],
      "requires_python": ">=3.9",
      "description_content_type": "text/x-rst",
      "provides_extras": "test",
      "dynamic": "",
      "license_expression": "",
      "license_file": "LICENSE",
      "+links": [
        {
          "rel": "releasefile",
          "hash_spec": "sha256=d8d8015689165e1ce819b72d824bc845cb62a37e66407d040cb2def8eb095d49",
          "href": "https://wheels.developerfirst.ibm.com/ppc64le/linux/+f/d8d/8015689165e1c/pyphen-0.17.2+ppc64le1-py3-none-any.whl",
          "log": [
            {
              "what": "upload",
              "who": "ppc64le",
              "when": [
                2026,
                3,
                16,
                9,
                32,
                28
              ],
              "dst": "ppc64le/linux"
            }
          ]
        }
      ]
    }
  },
  "type": "projectconfig"
}
