Skip to content

Commit

Permalink
Add pillow library (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe authored Jul 25, 2024
1 parent b8fb091 commit e30764b
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,50 @@
}
]
},
{
"name": "pillow",
"description": "Pillow is the friendly PIL fork by Jeffrey A. Clark and contributors. PIL is the Python Imaging Library by Fredrik Lundh and contributors.",
"author": " Jeffrey A. Clark",
"issues": "https://github.com/python-pillow/Pillow/issues",
"releases": [
{
"base": "https://pypi.org/project/pillow",
"asset": "pillow-*-cp38-cp38-manylinux_2_17*_aarch64.whl",
"platforms": ["linux-arm64"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/pillow",
"asset": "pillow-*-cp38-cp38-manylinux_2_17*_x86_64.whl",
"platforms": ["linux-x64"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/pillow",
"asset": "pillow-*-cp38-cp38-macosx_*_arm64.whl",
"platforms": ["osx-arm64"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/pillow",
"asset": "pillow-*-cp38-cp38-macosx_*_x86_64.whl",
"platforms": ["osx-x64"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/pillow",
"asset": "pillow-*-cp38-cp38-win32.whl",
"platforms": ["windows-x32"],
"python_versions": ["3.8"]
},
{
"base": "https://pypi.org/project/pillow",
"asset": "pillow-*-cp38-cp38-win_amd64.whl",
"platforms": ["windows-x64"],
"python_versions": ["3.8"]
}
]
},
{
"name": "plantumlconnection",
"description": "Python interface to a plantuml web service instead of having to run Java locally",
Expand Down

0 comments on commit e30764b

Please sign in to comment.