Skip to content
/ code Public

Software libraries to use the Iconclass Classification System

License

Notifications You must be signed in to change notification settings

iconclass/code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICONCLASS

A multilingual subject classification system for cultural content For more information see: http://www.iconclass.org/

Made by Hans Brandhorst [email protected] & Etienne Posthumus [email protected]

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

Example usage:

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))

About

Software libraries to use the Iconclass Classification System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages