issues
search
ArcanaFramework
/
fileformats
a Python package for the specification, validation and manipulation of file formats and types
https://arcanaframework.github.io/fileformats/
Other
5
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
removed stray references to attrs package
#93
tclose
closed
1 week ago
1
Minor touch ups
#92
tclose
closed
1 week ago
1
added load save implementation for text files
#91
tclose
closed
4 weeks ago
1
Handle negative magic number offsets in sample file generation
#90
tclose
closed
1 month ago
1
Handle Self in extras signature matching
#89
tclose
closed
1 month ago
1
updated docs to include optional content types
#88
tclose
closed
1 month ago
1
added tests to check pep604 union types in typed collections
#87
tclose
closed
1 month ago
1
relaxes typed set to allow unused fspaths
#86
tclose
closed
1 month ago
1
Added `TypedCollection` base class
#85
tclose
closed
1 month ago
1
Cleans up the reading of DICOM metadata and returns dictionary not DICOM object
#84
tclose
closed
1 month ago
1
Truncates TypedSet and SetOf repr to only show 3 paths followed by ellipsis
#83
tclose
closed
1 month ago
1
Updates the docs to make API more prominent
#82
tclose
closed
1 month ago
1
Added BinaryFile and UnicodeFile sub types
#81
tclose
closed
1 month ago
1
Revert to using `validated_property` to specify properties for validation
#80
tclose
closed
1 month ago
1
Allow read_metadata kwargs to be passed to FileSet.__init__
#79
tclose
closed
1 month ago
1
fix typing issues
#78
tclose
closed
1 month ago
1
Adds BinaryIOWindow class
#77
tclose
closed
1 month ago
1
Hardens mtime_cached_property to invalidate the cache for poor mtime resolutions
#76
tclose
closed
1 month ago
1
Added api references for all formats to docs
#75
tclose
closed
1 month ago
1
changed docs build dep in ci
#74
tclose
closed
1 month ago
1
added warning about static type-checking to docs
#73
tclose
closed
1 month ago
1
Add mtime_cached_property for convenient caching of properties until/unless the mtimes of the files change
#72
tclose
closed
1 month ago
1
converted README to markdown
#71
tclose
closed
2 months ago
1
Refactored documentation
#70
tclose
closed
2 months ago
1
fixed windows paths in tests to drop drive
#69
tclose
closed
2 months ago
1
Fixed FsObject error message to avoid recursion
#68
tclose
closed
1 month ago
1
fixes bug in fsobject error message
#67
tclose
closed
2 months ago
1
Bug fix for converter registration
#66
tclose
closed
5 months ago
1
Removed direct references to FileFormatsError in favour of more specific errors
#65
tclose
closed
6 months ago
1
Splits up generic sub-package into separate modules
#64
tclose
closed
6 months ago
1
removed __bytes_repr__
#63
tclose
opened
7 months ago
1
Full mount list for copy mode requirements
#62
tclose
closed
7 months ago
1
Typing support
#61
tclose
closed
1 month ago
1
Adding Authorship
#60
tclose
closed
7 months ago
2
FS mount identification
#59
tclose
closed
8 months ago
1
Type checking
#58
effigies
closed
1 month ago
4
added binary testing formats
#57
tclose
closed
8 months ago
1
dropped attrs dependency in favour of hand-rolled classes
#56
tclose
closed
8 months ago
1
refactored generate_sample_data
#55
tclose
closed
8 months ago
1
Adds FileSet.move method
#54
tclose
closed
8 months ago
1
handle classified formats are split across parent/child packages
#53
tclose
closed
9 months ago
1
Implements exclusive classifiers
#52
tclose
closed
9 months ago
1
added kwargs to from_paths
#51
tclose
closed
10 months ago
1
replaced EMPTY_METADATA constant with False instead (as distinct from…
#50
tclose
closed
10 months ago
1
Add ability to select sub-sets of metadata keys to be loaded
#49
tclose
closed
10 months ago
0
bug fix: added return value to extras decorator
#48
tclose
closed
10 months ago
1
changed generate_sample_data signature to take random.Random instances as "seeds"
#47
tclose
closed
10 months ago
0
added protection against varying the signature of overriden extras hooks
#46
tclose
closed
10 months ago
1
Bug fix in dicom read metadata
#45
tclose
closed
11 months ago
1
Renamed "core.mark" module to "core.hook"
#44
tclose
closed
11 months ago
1
Next