Name | fontconfig-py JSON |
Version |
0.1.3
JSON |
| download |
home_page | None |
Summary | Python bindings to fontconfig |
upload_time | 2025-08-15 02:45:49 |
maintainer | None |
docs_url | None |
author | None |
requires_python | <4.0,>=3.9 |
license | None |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# fontconfig-py
[](https://pypi.org/project/fontconfig-py)
[](https://fontconfig-py.readthedocs.io/)
Python bindings to [fontconfig](https://www.freedesktop.org/wiki/Software/fontconfig/) based on Cython.
Currently, Linux and macOS are supported.
## Install
Install from the PyPI:
```bash
pip install fontconfig-py
```
## Usage
The following demonstrates the usage of `fontconfig.query` to identify English
fonts in the system:
```python
import fontconfig
fonts = fontconfig.query(where=":lang=en", select=("family",))
for font in fonts:
print(font["family"])
```
## Development notes
There are other Python wrappers for fontconfig:
- [fontconfig](https://pypi.org/project/fontconfig/): CFFI bindings for fontconfig
- [python_fontconfig](https://github.com/ldo/python_fontconfig): Python wrapper based on ctypes
- [Python_fontconfig](https://pypi.org/project/Python-fontconfig/): Unmaintained Cython wrapper
The features of this package are the following:
- Cython-based wrapper
- Statically linked binary wheels; no runtime dependency
- Continuous integration to the PyPI distribution
- [User documentation](https://fontconfig-py.readthedocs.io/)
- MIT license
## License notice
This project is distributed under [MIT license](LICENSE.txt).
The binary wheels link [fontconfig](https://www.fontconfig.org) and [freetype](https://www.freetype.org) which are distributed under different licenses.
See [THIRD-PARTY-NOTICES.txt](THIRD-PARTY-NOTICES.txt).
Raw data
{
"_id": null,
"home_page": null,
"name": "fontconfig-py",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Kota Yamaguchi <yamaguchi_kota@cyberagent.co.jp>",
"download_url": null,
"platform": null,
"description": "# fontconfig-py\n\n[](https://pypi.org/project/fontconfig-py)\n[](https://fontconfig-py.readthedocs.io/)\n\nPython bindings to [fontconfig](https://www.freedesktop.org/wiki/Software/fontconfig/) based on Cython.\n\nCurrently, Linux and macOS are supported.\n\n## Install\n\nInstall from the PyPI:\n\n```bash\npip install fontconfig-py\n```\n\n## Usage\n\nThe following demonstrates the usage of `fontconfig.query` to identify English\nfonts in the system:\n\n```python\nimport fontconfig\n\nfonts = fontconfig.query(where=\":lang=en\", select=(\"family\",))\nfor font in fonts:\n print(font[\"family\"])\n```\n\n## Development notes\n\nThere are other Python wrappers for fontconfig:\n\n- [fontconfig](https://pypi.org/project/fontconfig/): CFFI bindings for fontconfig\n- [python_fontconfig](https://github.com/ldo/python_fontconfig): Python wrapper based on ctypes\n- [Python_fontconfig](https://pypi.org/project/Python-fontconfig/): Unmaintained Cython wrapper\n\nThe features of this package are the following:\n\n- Cython-based wrapper\n- Statically linked binary wheels; no runtime dependency\n- Continuous integration to the PyPI distribution\n- [User documentation](https://fontconfig-py.readthedocs.io/)\n- MIT license\n\n## License notice\n\nThis project is distributed under [MIT license](LICENSE.txt).\nThe binary wheels link [fontconfig](https://www.fontconfig.org) and [freetype](https://www.freetype.org) which are distributed under different licenses.\nSee [THIRD-PARTY-NOTICES.txt](THIRD-PARTY-NOTICES.txt).\n",
"bugtrack_url": null,
"license": null,
"summary": "Python bindings to fontconfig",
"version": "0.1.3",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "eba4ca6f9afdd74b4722d37b3a987fd09e4a8e6ab9e30d594d69f3e64bd85c7e",
"md5": "a0e61d2d4cd2043f06016f790e10b76c",
"sha256": "1b5cc0614804aee2ae77f087f815efe873502f747ab60aab38ae181a06b4e3aa"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp310-cp310-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "a0e61d2d4cd2043f06016f790e10b76c",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<4.0,>=3.9",
"size": 1362988,
"upload_time": "2025-08-15T02:45:49",
"upload_time_iso_8601": "2025-08-15T02:45:49.685786Z",
"url": "https://files.pythonhosted.org/packages/eb/a4/ca6f9afdd74b4722d37b3a987fd09e4a8e6ab9e30d594d69f3e64bd85c7e/fontconfig_py-0.1.3-cp310-cp310-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5597f2e527754f634675e943f7ca2ab9c3ad30e5cdbde6030f1a99afd7fc0c0e",
"md5": "e4e5ed93f7d1a7eae01610eaae452598",
"sha256": "7b61ce9d7b1a66b48100e34c4c9c19e97e0a110e2a7cb1685b89ebc70b1b2de7"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "e4e5ed93f7d1a7eae01610eaae452598",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<4.0,>=3.9",
"size": 797177,
"upload_time": "2025-08-15T02:45:51",
"upload_time_iso_8601": "2025-08-15T02:45:51.707042Z",
"url": "https://files.pythonhosted.org/packages/55/97/f2e527754f634675e943f7ca2ab9c3ad30e5cdbde6030f1a99afd7fc0c0e/fontconfig_py-0.1.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "63a27dbcae2d0b05e8ad9de81d53b105cb8fdd686759f48194dcd53a0ba4e449",
"md5": "75f28aa9e3b272de8944a8a29599d466",
"sha256": "944340193285d28f584dba9ed97eb8d41b5df777eb7dd526d20fde59776536d7"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "75f28aa9e3b272de8944a8a29599d466",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<4.0,>=3.9",
"size": 794150,
"upload_time": "2025-08-15T02:45:53",
"upload_time_iso_8601": "2025-08-15T02:45:53.409986Z",
"url": "https://files.pythonhosted.org/packages/63/a2/7dbcae2d0b05e8ad9de81d53b105cb8fdd686759f48194dcd53a0ba4e449/fontconfig_py-0.1.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "09912cb2b786736a264ea526f501b22d6796cbf764798fcc4d5404c2cd0d973c",
"md5": "b46b345b344424c62c2e930e4908d527",
"sha256": "461e6ef2a7888956015ff99d46ae48dde921de4ca1682bb1c6522d60c3d14e3f"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "b46b345b344424c62c2e930e4908d527",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<4.0,>=3.9",
"size": 860711,
"upload_time": "2025-08-15T02:45:55",
"upload_time_iso_8601": "2025-08-15T02:45:55.075136Z",
"url": "https://files.pythonhosted.org/packages/09/91/2cb2b786736a264ea526f501b22d6796cbf764798fcc4d5404c2cd0d973c/fontconfig_py-0.1.3-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "47fbabf513b21b65831ea6ccf1422c31a90dde063af1c700f3d4f55d76845f2a",
"md5": "356f03a0a3c9e57bbe9836d402e7037b",
"sha256": "eae32512995bd00660308a6232cb3bf8235b639cb4b8479af80227a8ae7d9ed4"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "356f03a0a3c9e57bbe9836d402e7037b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<4.0,>=3.9",
"size": 868302,
"upload_time": "2025-08-15T02:45:56",
"upload_time_iso_8601": "2025-08-15T02:45:56.711369Z",
"url": "https://files.pythonhosted.org/packages/47/fb/abf513b21b65831ea6ccf1422c31a90dde063af1c700f3d4f55d76845f2a/fontconfig_py-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1015279f5683194cd2caab22b5b1475dd3ad494f1258d582c99bf37ada8ee7d6",
"md5": "8001f6eaec69cae1c5d8d9c78e2ad048",
"sha256": "bf58ee4cf78c573ab387523aac4ec36e9dc129ea91ad5e22fc888f08bd06fa17"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp311-cp311-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "8001f6eaec69cae1c5d8d9c78e2ad048",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.9",
"size": 1354447,
"upload_time": "2025-08-15T02:45:58",
"upload_time_iso_8601": "2025-08-15T02:45:58.435860Z",
"url": "https://files.pythonhosted.org/packages/10/15/279f5683194cd2caab22b5b1475dd3ad494f1258d582c99bf37ada8ee7d6/fontconfig_py-0.1.3-cp311-cp311-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cce15255411907b402de570de5dfcc40a2b31a4fbfb6f127a5bac57237896701",
"md5": "b26e4ceeab831a540e72efee27fecf79",
"sha256": "471f565c726053ecfa104db7d02610086ee478aef8087735fb3e3d75857d7cce"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "b26e4ceeab831a540e72efee27fecf79",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.9",
"size": 794017,
"upload_time": "2025-08-15T02:46:00",
"upload_time_iso_8601": "2025-08-15T02:46:00.064857Z",
"url": "https://files.pythonhosted.org/packages/cc/e1/5255411907b402de570de5dfcc40a2b31a4fbfb6f127a5bac57237896701/fontconfig_py-0.1.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6af35f20a58e2007a55279042f6885d7f3e014ca0d160822003ea2b7071fba96",
"md5": "b8b59ebf51532fd6dc2c31a90ed5378c",
"sha256": "ae556515c1f0ee42ca8fe94ad819804fb0486c3597f6cee2e60f39a3722c4d8c"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "b8b59ebf51532fd6dc2c31a90ed5378c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.9",
"size": 789751,
"upload_time": "2025-08-15T02:46:01",
"upload_time_iso_8601": "2025-08-15T02:46:01.616409Z",
"url": "https://files.pythonhosted.org/packages/6a/f3/5f20a58e2007a55279042f6885d7f3e014ca0d160822003ea2b7071fba96/fontconfig_py-0.1.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "52399f8f2b9e29be499522cdb7e6edfc3ac0d4ced444cd516934b093d63b8ab9",
"md5": "4361edb3141331677b3b19feb3884443",
"sha256": "db8175bf23411f26e320c0b4f59e710a8ec5ea1354f2440b16bd11852611f688"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "4361edb3141331677b3b19feb3884443",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.9",
"size": 856979,
"upload_time": "2025-08-15T02:46:03",
"upload_time_iso_8601": "2025-08-15T02:46:03.266748Z",
"url": "https://files.pythonhosted.org/packages/52/39/9f8f2b9e29be499522cdb7e6edfc3ac0d4ced444cd516934b093d63b8ab9/fontconfig_py-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4879013158003900c3c21e960d55ede6fa5c0d52b8e23884f0731cdb08381984",
"md5": "8b508d73e251adcc33f8669f18eb56eb",
"sha256": "78dfea591adbbe5b152db4bf540ad698f1d7cffb23e08358ee74f21606d86032"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "8b508d73e251adcc33f8669f18eb56eb",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<4.0,>=3.9",
"size": 864342,
"upload_time": "2025-08-15T02:46:04",
"upload_time_iso_8601": "2025-08-15T02:46:04.928985Z",
"url": "https://files.pythonhosted.org/packages/48/79/013158003900c3c21e960d55ede6fa5c0d52b8e23884f0731cdb08381984/fontconfig_py-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "89aade14deb4db6b50cad84fbb2ea953e47d40c8c59ce864683e0f390d1be10e",
"md5": "3e6143a03530fdfba8aee0ce8a3efc8f",
"sha256": "c08a238242a0edf57556262160a671fce119bfb530aaa7bfc236ff29a66cffae"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp312-cp312-macosx_10_13_universal2.whl",
"has_sig": false,
"md5_digest": "3e6143a03530fdfba8aee0ce8a3efc8f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.9",
"size": 1379399,
"upload_time": "2025-08-15T02:46:06",
"upload_time_iso_8601": "2025-08-15T02:46:06.648718Z",
"url": "https://files.pythonhosted.org/packages/89/aa/de14deb4db6b50cad84fbb2ea953e47d40c8c59ce864683e0f390d1be10e/fontconfig_py-0.1.3-cp312-cp312-macosx_10_13_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7909bb23b2001eec0b125498ce8710a6b296761c9b2bfaf97e0896c21649386e",
"md5": "842b8ef0b8f6384306429c66eac34378",
"sha256": "819dacbf246ea299fbf7f4f34a355f160327caf733d51463b30beb5145d585e0"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "842b8ef0b8f6384306429c66eac34378",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.9",
"size": 805922,
"upload_time": "2025-08-15T02:46:08",
"upload_time_iso_8601": "2025-08-15T02:46:08.308191Z",
"url": "https://files.pythonhosted.org/packages/79/09/bb23b2001eec0b125498ce8710a6b296761c9b2bfaf97e0896c21649386e/fontconfig_py-0.1.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7ba08b00ad0dae382a0a0d7e2dbe703d6a33bdad7e9b1463a574ab47aac71f8c",
"md5": "b960fd44ad72b63883981d0e064c0348",
"sha256": "870500088ba64aa080eb9e2f9b830aad6f4a5f78488f3e5aaddd68dfd87dd3c8"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "b960fd44ad72b63883981d0e064c0348",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.9",
"size": 801680,
"upload_time": "2025-08-15T02:46:09",
"upload_time_iso_8601": "2025-08-15T02:46:09.911640Z",
"url": "https://files.pythonhosted.org/packages/7b/a0/8b00ad0dae382a0a0d7e2dbe703d6a33bdad7e9b1463a574ab47aac71f8c/fontconfig_py-0.1.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0a9b91abd48862648425b8b027edfaf60ecd0d17e5165feea1f84b53f16ec982",
"md5": "9ec3fc1dbff2081937692742e1b13383",
"sha256": "85a76f5f78c0c585065f114526345c445dfee1e011b4e5afb1425885d8c3296a"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "9ec3fc1dbff2081937692742e1b13383",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.9",
"size": 867384,
"upload_time": "2025-08-15T02:46:11",
"upload_time_iso_8601": "2025-08-15T02:46:11.104311Z",
"url": "https://files.pythonhosted.org/packages/0a/9b/91abd48862648425b8b027edfaf60ecd0d17e5165feea1f84b53f16ec982/fontconfig_py-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "513dc5a988328eb0cb490be4c26b805fa7aa94c99632e8466861f354fac5fd6b",
"md5": "2f00f464c2bf5b9e1e3ca3915707879e",
"sha256": "fc8f6a46bba8a0aa93816785d8173e7a6c0a1c036f8ad90731beeb8ba9c661a9"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "2f00f464c2bf5b9e1e3ca3915707879e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<4.0,>=3.9",
"size": 874731,
"upload_time": "2025-08-15T02:46:12",
"upload_time_iso_8601": "2025-08-15T02:46:12.708261Z",
"url": "https://files.pythonhosted.org/packages/51/3d/c5a988328eb0cb490be4c26b805fa7aa94c99632e8466861f354fac5fd6b/fontconfig_py-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fa297ac36dfd3512c1bc5c4bdeb542e8e94fe66c9c771038f1b008df7afc783c",
"md5": "874149f1bb2834b0860859debd3459e5",
"sha256": "f46cc64338330ecb1a069f85ec447ae98d551e6faa033c7fe438817463e4027f"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp313-cp313-macosx_10_13_universal2.whl",
"has_sig": false,
"md5_digest": "874149f1bb2834b0860859debd3459e5",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.9",
"size": 1379279,
"upload_time": "2025-08-15T02:46:14",
"upload_time_iso_8601": "2025-08-15T02:46:14.388807Z",
"url": "https://files.pythonhosted.org/packages/fa/29/7ac36dfd3512c1bc5c4bdeb542e8e94fe66c9c771038f1b008df7afc783c/fontconfig_py-0.1.3-cp313-cp313-macosx_10_13_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9239a48e5129ac36c79b8a5b7238a4e4211972ab8d0c696b37891eb52eeae499",
"md5": "bd95c7b0edc7bb2210f67881faadde56",
"sha256": "46d887e2d33da453cab95793722eb5b16a8e59a4ea7dc2fe9cf052ad5f7d8369"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "bd95c7b0edc7bb2210f67881faadde56",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.9",
"size": 805897,
"upload_time": "2025-08-15T02:46:15",
"upload_time_iso_8601": "2025-08-15T02:46:15.794411Z",
"url": "https://files.pythonhosted.org/packages/92/39/a48e5129ac36c79b8a5b7238a4e4211972ab8d0c696b37891eb52eeae499/fontconfig_py-0.1.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "87852cd7c2aaafa8903bce9f24fe1563988e3499d9e8e7f29d1ccddfaf0e3668",
"md5": "0155cb7ebaa276ee667390f2366fec9a",
"sha256": "9ca1ad19093bb47811256abc0bdfd0894a121c46a01977a5a9e4126ce2653695"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "0155cb7ebaa276ee667390f2366fec9a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.9",
"size": 801684,
"upload_time": "2025-08-15T02:46:17",
"upload_time_iso_8601": "2025-08-15T02:46:17.625092Z",
"url": "https://files.pythonhosted.org/packages/87/85/2cd7c2aaafa8903bce9f24fe1563988e3499d9e8e7f29d1ccddfaf0e3668/fontconfig_py-0.1.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "347cd744820ffa2cfd094f52aaecc0184988c94bed5dc39ac3bda58ac729780e",
"md5": "80922c9f069cb3e5f33f37d68cd0fa4a",
"sha256": "5a1421ef7ea3a6e0dc3444ab763cb3fad5bb137185bb0fc6bf075a1ad4fa2ebb"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "80922c9f069cb3e5f33f37d68cd0fa4a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.9",
"size": 867236,
"upload_time": "2025-08-15T02:46:19",
"upload_time_iso_8601": "2025-08-15T02:46:19.216507Z",
"url": "https://files.pythonhosted.org/packages/34/7c/d744820ffa2cfd094f52aaecc0184988c94bed5dc39ac3bda58ac729780e/fontconfig_py-0.1.3-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6a5b8684c2b3176e232163cd5511cab66dd79d505f5f89c350d8eef8385f025b",
"md5": "90fe55b58a890268c9958c9a6fac7414",
"sha256": "d70c9685ad931e1b82846c81e8fe77d0a3b535bf53a493fd0968ab59c00b8823"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "90fe55b58a890268c9958c9a6fac7414",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<4.0,>=3.9",
"size": 874702,
"upload_time": "2025-08-15T02:46:20",
"upload_time_iso_8601": "2025-08-15T02:46:20.901334Z",
"url": "https://files.pythonhosted.org/packages/6a/5b/8684c2b3176e232163cd5511cab66dd79d505f5f89c350d8eef8385f025b/fontconfig_py-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "abe090b9dd40bb85f4fbd64d973d4725c49d034592d6fb76e0a254ec3c9582c5",
"md5": "2dac9c873a9c599f8fad32b11b02dbc5",
"sha256": "5228036f58be4ab52d8146b837df6ef3726b514eba28d287b77fd5078d6b99b4"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp314-cp314-macosx_10_13_universal2.whl",
"has_sig": false,
"md5_digest": "2dac9c873a9c599f8fad32b11b02dbc5",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": "<4.0,>=3.9",
"size": 1378392,
"upload_time": "2025-08-15T02:46:22",
"upload_time_iso_8601": "2025-08-15T02:46:22.215275Z",
"url": "https://files.pythonhosted.org/packages/ab/e0/90b9dd40bb85f4fbd64d973d4725c49d034592d6fb76e0a254ec3c9582c5/fontconfig_py-0.1.3-cp314-cp314-macosx_10_13_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5a1bffaa82deb4d8f0444c3bf38f3d463f0e1334173e6bcbb00d3f744654bab6",
"md5": "1334f85c9ea50175017bc234369d3745",
"sha256": "7fdef2b58eca31d95392f046ed0a01b4d6554a4fc9754becad146e752113fc81"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "1334f85c9ea50175017bc234369d3745",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": "<4.0,>=3.9",
"size": 805599,
"upload_time": "2025-08-15T02:46:23",
"upload_time_iso_8601": "2025-08-15T02:46:23.543997Z",
"url": "https://files.pythonhosted.org/packages/5a/1b/ffaa82deb4d8f0444c3bf38f3d463f0e1334173e6bcbb00d3f744654bab6/fontconfig_py-0.1.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ab1076e527d3847960aa10fad252b77798b6039a659d2311e0d3ca56e1dedb04",
"md5": "30a8dbab700f727c0d666414cb6683c8",
"sha256": "9752f7ecad87b44f420ef32c22b46887f08b6c0a4588fe2e0568f813e4a942a6"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "30a8dbab700f727c0d666414cb6683c8",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": "<4.0,>=3.9",
"size": 801181,
"upload_time": "2025-08-15T02:46:25",
"upload_time_iso_8601": "2025-08-15T02:46:25.156037Z",
"url": "https://files.pythonhosted.org/packages/ab/10/76e527d3847960aa10fad252b77798b6039a659d2311e0d3ca56e1dedb04/fontconfig_py-0.1.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a7760c192cddf4cef8a9cce309a4f6cc9dc18b10c0d1482b37dfb48d1e6b6452",
"md5": "45088d151b1e4c5477ab955efd477610",
"sha256": "ff5011cf38dc808152a3779aab44cb76b4c5bfcf2140b9dfef83511a9bbde8cf"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp314-cp314-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "45088d151b1e4c5477ab955efd477610",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": "<4.0,>=3.9",
"size": 866866,
"upload_time": "2025-08-15T02:46:26",
"upload_time_iso_8601": "2025-08-15T02:46:26.434829Z",
"url": "https://files.pythonhosted.org/packages/a7/76/0c192cddf4cef8a9cce309a4f6cc9dc18b10c0d1482b37dfb48d1e6b6452/fontconfig_py-0.1.3-cp314-cp314-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0591f5bbe129644008928f419c03214a09f8b84ae9825a8e9b7eeb5f3aab6915",
"md5": "06e3e124f6902066d5e89f6e36a9c060",
"sha256": "8586c575fc598c1957ed88ab2be7cb41c8e5e6db433a1c4b445b6c89390a004c"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp314-cp314-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "06e3e124f6902066d5e89f6e36a9c060",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": "<4.0,>=3.9",
"size": 874491,
"upload_time": "2025-08-15T02:46:28",
"upload_time_iso_8601": "2025-08-15T02:46:28.186551Z",
"url": "https://files.pythonhosted.org/packages/05/91/f5bbe129644008928f419c03214a09f8b84ae9825a8e9b7eeb5f3aab6915/fontconfig_py-0.1.3-cp314-cp314-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8db1872f6f650bee3f8f120ffbc79c2f117c706f8909310708747a278f455d97",
"md5": "7e426e5eb0f4475108dbf7ea6a6fd63c",
"sha256": "73026f8929e9e0cc39cf7054b35e9a84d98cbfa8f1e30ce6a0d8e73a7cec8c13"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp314-cp314t-macosx_10_13_universal2.whl",
"has_sig": false,
"md5_digest": "7e426e5eb0f4475108dbf7ea6a6fd63c",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": "<4.0,>=3.9",
"size": 1375348,
"upload_time": "2025-08-15T02:46:29",
"upload_time_iso_8601": "2025-08-15T02:46:29.614891Z",
"url": "https://files.pythonhosted.org/packages/8d/b1/872f6f650bee3f8f120ffbc79c2f117c706f8909310708747a278f455d97/fontconfig_py-0.1.3-cp314-cp314t-macosx_10_13_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f12efc2a06d9166a89bef6f2591b3d1b1199938d2d59fd6f9917a0739ec29a3d",
"md5": "bd2c4d851658913046a3e074d741d7b8",
"sha256": "0014b3a1cd9947c09a154f1e2c2214f78882001c0167bbfaf1075165dc4020c7"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "bd2c4d851658913046a3e074d741d7b8",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": "<4.0,>=3.9",
"size": 802687,
"upload_time": "2025-08-15T02:46:31",
"upload_time_iso_8601": "2025-08-15T02:46:31.023934Z",
"url": "https://files.pythonhosted.org/packages/f1/2e/fc2a06d9166a89bef6f2591b3d1b1199938d2d59fd6f9917a0739ec29a3d/fontconfig_py-0.1.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "be999a41b7f4fd7967d2e01055d29ce14a8c2bdfc6af2cdff19d0e7e3e513ec8",
"md5": "d3eb3e525e23e7bb9f66423e18243cf4",
"sha256": "b31a5c66bd6353336164374699c9ab0d2a5c7121da56c485c90325d4e85530f2"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "d3eb3e525e23e7bb9f66423e18243cf4",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": "<4.0,>=3.9",
"size": 800025,
"upload_time": "2025-08-15T02:46:32",
"upload_time_iso_8601": "2025-08-15T02:46:32.755489Z",
"url": "https://files.pythonhosted.org/packages/be/99/9a41b7f4fd7967d2e01055d29ce14a8c2bdfc6af2cdff19d0e7e3e513ec8/fontconfig_py-0.1.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f8f340c98209555061f5b88d139e183bce9979ec7bccfa7aa8ef0ac6dda487ab",
"md5": "cbc4130919cecbaccb2e3a204c10e897",
"sha256": "cab1c446ef13723ea7c999dd18ab7827d3a490e3841168cc6c8f789de4305a6c"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp314-cp314t-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "cbc4130919cecbaccb2e3a204c10e897",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": "<4.0,>=3.9",
"size": 865092,
"upload_time": "2025-08-15T02:46:34",
"upload_time_iso_8601": "2025-08-15T02:46:34.041907Z",
"url": "https://files.pythonhosted.org/packages/f8/f3/40c98209555061f5b88d139e183bce9979ec7bccfa7aa8ef0ac6dda487ab/fontconfig_py-0.1.3-cp314-cp314t-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "efe256b97f05efee00c00fb08363c94c1d995d78ca7be63d45156b14b127fe1c",
"md5": "7e93e238bef9e677f239d2baade6a5c2",
"sha256": "37bdfe8338b54b4910993fff263ba8ef8dc22ed8068b70990d515f0ac6f2d27b"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp314-cp314t-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "7e93e238bef9e677f239d2baade6a5c2",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": "<4.0,>=3.9",
"size": 873413,
"upload_time": "2025-08-15T02:46:35",
"upload_time_iso_8601": "2025-08-15T02:46:35.358640Z",
"url": "https://files.pythonhosted.org/packages/ef/e2/56b97f05efee00c00fb08363c94c1d995d78ca7be63d45156b14b127fe1c/fontconfig_py-0.1.3-cp314-cp314t-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "77426bb2f0a1bbce229f5cccb8667b8cde917ed0636289d7eac6a1e71e59971e",
"md5": "a6b8b63aa4f411cd80a183c46ccff285",
"sha256": "53e3fa379058aa97e3a7fa875929230e452b3071c662afd820dd630075e3ff40"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp39-cp39-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "a6b8b63aa4f411cd80a183c46ccff285",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": "<4.0,>=3.9",
"size": 1364170,
"upload_time": "2025-08-15T02:46:36",
"upload_time_iso_8601": "2025-08-15T02:46:36.712399Z",
"url": "https://files.pythonhosted.org/packages/77/42/6bb2f0a1bbce229f5cccb8667b8cde917ed0636289d7eac6a1e71e59971e/fontconfig_py-0.1.3-cp39-cp39-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4e86fb88826a4588f12a5053fbf2b0a0ff4cde31b406c0fbe0b522558f4de3da",
"md5": "fdb659bdf4036b018c3c54c87319f4ab",
"sha256": "3abc7230e1942789d536df2625cf1f2848ea8d5c22697f17d294392d758e456c"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "fdb659bdf4036b018c3c54c87319f4ab",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": "<4.0,>=3.9",
"size": 797731,
"upload_time": "2025-08-15T02:46:38",
"upload_time_iso_8601": "2025-08-15T02:46:38.419894Z",
"url": "https://files.pythonhosted.org/packages/4e/86/fb88826a4588f12a5053fbf2b0a0ff4cde31b406c0fbe0b522558f4de3da/fontconfig_py-0.1.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5e74a69564ed21e8b6b2e11b5de68393faf063dfb903674411daf577fc0ed322",
"md5": "f59daa9c6cb70c381a9cf882109ac158",
"sha256": "446a772963bf26ede94c670d062247f40e78b26e7535cf8954f3c352a336091f"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "f59daa9c6cb70c381a9cf882109ac158",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": "<4.0,>=3.9",
"size": 794740,
"upload_time": "2025-08-15T02:46:39",
"upload_time_iso_8601": "2025-08-15T02:46:39.752849Z",
"url": "https://files.pythonhosted.org/packages/5e/74/a69564ed21e8b6b2e11b5de68393faf063dfb903674411daf577fc0ed322/fontconfig_py-0.1.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "02b05821a7875ed0e06461a1aca9c9852f302445f912c124da81a3fc9daf4072",
"md5": "f03681cabaafc348228083ecfdbc0bc4",
"sha256": "07dd0da1ee377dd8486ac9f37f00a129ec2f607f5c912bc1dea9259f52a7a259"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp39-cp39-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "f03681cabaafc348228083ecfdbc0bc4",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": "<4.0,>=3.9",
"size": 861212,
"upload_time": "2025-08-15T02:46:41",
"upload_time_iso_8601": "2025-08-15T02:46:41.017278Z",
"url": "https://files.pythonhosted.org/packages/02/b0/5821a7875ed0e06461a1aca9c9852f302445f912c124da81a3fc9daf4072/fontconfig_py-0.1.3-cp39-cp39-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b429c2ed4b37b2582a1ff25cc88e12af5bbef44c1e717213d6d686eb0d8d68ce",
"md5": "24098b4b58b8070003bc4c7b9396e7de",
"sha256": "cb1aeb23dc71b8f62068b0c3f8a693c70435d731bb2b6c9c52f6fe7052ccafc8"
},
"downloads": -1,
"filename": "fontconfig_py-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "24098b4b58b8070003bc4c7b9396e7de",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": "<4.0,>=3.9",
"size": 868732,
"upload_time": "2025-08-15T02:46:42",
"upload_time_iso_8601": "2025-08-15T02:46:42.402382Z",
"url": "https://files.pythonhosted.org/packages/b4/29/c2ed4b37b2582a1ff25cc88e12af5bbef44c1e717213d6d686eb0d8d68ce/fontconfig_py-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-15 02:45:49",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "fontconfig-py"
}