跳转到主要内容

本包提供了使用ICONCLASS的Python接口。

项目描述

图标类

文化内容的跨语言主题分类系统。更多信息请见:http://www.iconclass.org/

由Hans Brandhorst jpjbrand@xs4all.nl & Etienne Posthumus eposthumus@gmail.com 制作

...with lots of support from a global cast of many, many people since 1972.

示例用法

from iconclass import init

ic = init()
a = ic["53A2"]

print(a)
print(repr(a))
print(a())
print(a('de'))

for child in a:
    print(child('it'))

for p in a.path():
    print(repr(p))

项目详情


下载文件

下载适合您平台的文件。如果您不确定选择哪个,请了解更多关于安装软件包的信息。

源代码分发

此版本没有可用的源代码分发文件。请参阅生成分发存档的教程

构建分发

iconclass-0.28-py3-none-any.whl (6.2 MB 查看散列值)

上传于 Python 3

由以下机构支持