Skip to main content

Read Windows metadata from files

Project description

Windows Metadata

This package reads the metadata Windows creates for a file (also called "attributes" or "details"). These values are then stored in a WindowsAttribute object and can be accessed like a dict or an object attribute.

attr = WindowsAttributes('testfile')
attr["Horizontal resolution"] # dict-like access
attr.horizontal_resolution    # attribute like access

To get a dict of all the attributes a file has

attr.get_attribute_dict()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

windows_metadata-0.1.2.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

windows_metadata-0.1.2-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page