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()
Release files for windows-metadata 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| windows_metadata-0.1.2.tar.gz | 3.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| windows_metadata-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.4 kB
Release files / windows_metadata-0.1.2.tar.gz
| Download URL | windows_metadata-0.1.2.tar.gz |
|---|---|
| Size | 3.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c28448da11d00e02de56c49efbfe4e0b1d3549a227a7481616c316d5e9ae2d48
|
|
BLAKE2b-256 checksum How to use checksums |
46169ce7103c5fa360e9134f0a8446a93c0147dd830224483a78185d18cb8bed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.6
|
Release files / windows_metadata-0.1.2-py3-none-any.whl
| Download URL | windows_metadata-0.1.2-py3-none-any.whl |
|---|---|
| Size | 4.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c940cccd10ee4ee8205850846de7006bfd78a839cc793561ffa59f74de15b3b5
|
|
BLAKE2b-256 checksum How to use checksums |
ad1e847147aef49ccaeb2c38296c6ea6e879c80a48729ee329069cb5d7117db7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.6
|