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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file windows_metadata-0.1.1.tar.gz.
File metadata
- Download URL: windows_metadata-0.1.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e2d1af079af420fb0a1700ef59792acd0e569fb49f19bee0a66854ac7d810f9
|
|
| MD5 |
cbc878218db81009e983592b41fe768d
|
|
| BLAKE2b-256 |
99e8703168dce43b469375526b82cdd89c811f39ffa39ef198535aba015d5ac9
|
File details
Details for the file windows_metadata-0.1.1-py3-none-any.whl.
File metadata
- Download URL: windows_metadata-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98e27d4b3f99445fc81a26fb49a718fdb64e514c9677ff30fa16f372167fd05e
|
|
| MD5 |
3718f52fba8ca994a8958be322231d72
|
|
| BLAKE2b-256 |
bff4b7c640293557c71afc976b5b376975394ff04c447e01ce4a2404ac292fb0
|