Recent Releases of fileformats
fileformats - v0.15.6
What's Changed
- Strengthened convertible_from to include converters registered against super classes by @tclose in https://github.com/ArcanaFramework/fileformats/pull/112
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.15.5...v0.15.6
- Python
Published by tclose 10 months ago
fileformats - v0.15.5
What's Changed
- modified FileSet.convertible_from so it only returns concrete classes, not abstract base classes by @tclose in https://github.com/ArcanaFramework/fileformats/pull/111
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.15.4...v0.15.5
- Python
Published by tclose 10 months ago
fileformats - v0.15.4
What's Changed
- Handles union types in from_mime by @tclose in https://github.com/ArcanaFramework/fileformats/pull/109
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.15.3...v0.15.4
- Python
Published by tclose 12 months ago
fileformats - v0.15.3
What's Changed
- Forward-ref-in-mime and additional logging by @tclose in https://github.com/ArcanaFramework/fileformats/pull/108
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.15.2...v0.15.3
- Python
Published by tclose about 1 year ago
fileformats - v0.15.2
What's Changed
- adds stopbeforepixels when reading DICOM metadata by @tclose in https://github.com/ArcanaFramework/fileformats/pull/106
- Fix typo and doc strings by @tclose in https://github.com/ArcanaFramework/fileformats/pull/94
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.15.1...v0.15.2
- Python
Published by tclose about 1 year ago
fileformats - v0.15.1
What's Changed
- removed pydra development from ci-cd by @tclose in https://github.com/ArcanaFramework/fileformats/pull/103
- moves test_converter into extras package and fixes pydra import by @tclose in https://github.com/ArcanaFramework/fileformats/pull/104
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.15.0...v0.15.1
- Python
Published by tclose about 1 year ago
fileformats - v0.15.0
What's Changed
- removed stray references to attrs package by @tclose in https://github.com/ArcanaFramework/fileformats/pull/93
- Updates converter syntax to match new Pydra syntax by @tclose in https://github.com/ArcanaFramework/fileformats/pull/95
- Remote direct references in pyproject.tomls by @tclose in https://github.com/ArcanaFramework/fileformats/pull/96
- Cleaned up converter by @tclose in https://github.com/ArcanaFramework/fileformats/pull/97
- added loadkwargs to mock mixin by @tclose in https://github.com/ArcanaFramework/fileformats/pull/98
- reworked copy/move methods to include "avoid_clashes" feature by @tclose in https://github.com/ArcanaFramework/fileformats/pull/99
- Checks if a directory is being copied into itself by @tclose in https://github.com/ArcanaFramework/fileformats/pull/100
- Update to match refactor of Pydra API by @tclose in https://github.com/ArcanaFramework/fileformats/pull/101
- updated pydra dep to 1.0a by @tclose in https://github.com/ArcanaFramework/fileformats/pull/102
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.14.4...v0.15.0
- Python
Published by tclose about 1 year ago
fileformats - v0.15.0a7
What's Changed
- Update to match refactor of Pydra API by @tclose in https://github.com/ArcanaFramework/fileformats/pull/101
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.15.0a6...v0.15.0a7
- Python
Published by tclose about 1 year ago
fileformats - v0.15.0a6
What's Changed
- Checks if a directory is being copied into itself by @tclose in https://github.com/ArcanaFramework/fileformats/pull/100
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.15.0a5...v0.15.0a6
- Python
Published by tclose about 1 year ago
fileformats - v0.15.0a5
Added fallback to shutil.copyfile if linking fails in FileSet.copy
- Python
Published by tclose over 1 year ago
fileformats - v0.15.0a3
What's Changed
- added loadkwargs to mock mixin by @tclose in https://github.com/ArcanaFramework/fileformats/pull/98
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.15a2...v0.15.0a3
- Python
Published by tclose over 1 year ago
fileformats - v0.15a2
What's Changed
- Cleaned up converter by @tclose in https://github.com/ArcanaFramework/fileformats/pull/97
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.15a1...v0.15a2
- Python
Published by tclose over 1 year ago
fileformats - v0.15a1
What's Changed
- Remote direct references in pyproject.tomls by @tclose in https://github.com/ArcanaFramework/fileformats/pull/96
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.15a0...v0.15a1
- Python
Published by tclose over 1 year ago
fileformats - v0.15a0
What's Changed
- removed stray references to attrs package by @tclose in https://github.com/ArcanaFramework/fileformats/pull/93
- Updates converter syntax to match new Pydra syntax by @tclose in https://github.com/ArcanaFramework/fileformats/pull/95
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.14.4...v0.15a0
- Python
Published by tclose over 1 year ago
fileformats - v0.14.4
What's Changed
- Minor touch ups by @tclose in https://github.com/ArcanaFramework/fileformats/pull/92
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.14.3...v0.14.4
- Python
Published by tclose over 1 year ago
fileformats - v0.14.3
What's Changed
- added load save implementation for text files by @tclose in https://github.com/ArcanaFramework/fileformats/pull/91
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/0.14.2...v0.14.3
- Python
Published by tclose over 1 year ago
fileformats - v0.14.2
What's Changed
- Handle negative magic number offsets in sample file generation by @tclose in https://github.com/ArcanaFramework/fileformats/pull/90
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.14.1...0.14.2
- Python
Published by tclose over 1 year ago
fileformats - v0.14.1
What's Changed
- Handle Self in extras signature matching by @tclose in https://github.com/ArcanaFramework/fileformats/pull/89
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.14.0...v0.14.1
- Python
Published by tclose over 1 year ago
fileformats - v0.14.0
What's Changed
- Updates the docs to make API more prominent by @tclose in https://github.com/ArcanaFramework/fileformats/pull/82
- Truncates TypedSet and SetOf repr to only show 3 paths followed by ellipsis by @tclose in https://github.com/ArcanaFramework/fileformats/pull/83
- Cleans up the reading of DICOM metadata and returns dictionary not DICOM object by @tclose in https://github.com/ArcanaFramework/fileformats/pull/84
- Added
TypedCollectionbase class by @tclose in https://github.com/ArcanaFramework/fileformats/pull/85 - relaxes typed set to allow unused fspaths by @tclose in https://github.com/ArcanaFramework/fileformats/pull/86
- added tests to check pep604 union types in typed collections by @tclose in https://github.com/ArcanaFramework/fileformats/pull/87
- updated docs to include optional content types by @tclose in https://github.com/ArcanaFramework/fileformats/pull/88
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.13.0...v0.14.0
- Python
Published by tclose over 1 year ago
fileformats - v0.13.0
What's Changed
- fix typing issues by @tclose in https://github.com/ArcanaFramework/fileformats/pull/78
- Allow readmetadata kwargs to be passed to FileSet.init_ by @tclose in https://github.com/ArcanaFramework/fileformats/pull/79
- Revert to using
validated_propertyto specify properties for validation by @tclose in https://github.com/ArcanaFramework/fileformats/pull/80 - Added BinaryFile and UnicodeFile sub types by @tclose in https://github.com/ArcanaFramework/fileformats/pull/81
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.12.2...v0.13.0
- Python
Published by tclose almost 2 years ago
fileformats - v0.12.2
What's Changed
- Added api references for all formats to docs by @tclose in https://github.com/ArcanaFramework/fileformats/pull/75
- Hardens mtimecachedproperty to invalidate the cache for poor mtime resolutions by @tclose in https://github.com/ArcanaFramework/fileformats/pull/76
- Adds BinaryIOWindow class by @tclose in https://github.com/ArcanaFramework/fileformats/pull/77
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.12.1...v0.12.2
- Python
Published by tclose almost 2 years ago
fileformats - v0.12.0
What's Changed
- fixed windows paths in tests to drop drive by @tclose in https://github.com/ArcanaFramework/fileformats/pull/69
- Refactored documentation by @tclose in https://github.com/ArcanaFramework/fileformats/pull/70
- converted README to markdown by @tclose in https://github.com/ArcanaFramework/fileformats/pull/71
- Typing support by @tclose in https://github.com/ArcanaFramework/fileformats/pull/61
- Add mtimecachedproperty for convenient caching of properties until/unless the mtimes of the files change by @tclose in https://github.com/ArcanaFramework/fileformats/pull/72
- added warning about static type-checking to docs by @tclose in https://github.com/ArcanaFramework/fileformats/pull/73
- Fixed FsObject error message to avoid recursion by @tclose in https://github.com/ArcanaFramework/fileformats/pull/68
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.11.4...v0.12.0
- Python
Published by tclose almost 2 years ago
fileformats - v0.11.4
What's Changed
- fixes bug in fsobject error message by @tclose in https://github.com/ArcanaFramework/fileformats/pull/67
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.11.3...v0.11.4
- Python
Published by tclose almost 2 years ago
fileformats - v0.11.3
What's Changed
- Bug fix for converter registration by @tclose in https://github.com/ArcanaFramework/fileformats/pull/66
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.11.2...v0.11.3
- Python
Published by tclose about 2 years ago
fileformats - v0.11.2
What's Changed
- Removed direct references to FileFormatsError in favour of more specific errors by @tclose in https://github.com/ArcanaFramework/fileformats/pull/65
- Splits up generic sub-package into separate modules by @tclose in https://github.com/ArcanaFramework/fileformats/pull/64
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.11.1...v0.11.2
- Python
Published by tclose about 2 years ago
fileformats - v0.11.1
What's Changed
- Full mount list for copy mode requirements by @tclose in https://github.com/ArcanaFramework/fileformats/pull/62
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.11.0...v0.11.1
- Python
Published by tclose over 2 years ago
fileformats - v0.11.0
What's Changed
- FS mount identification by @tclose in https://github.com/ArcanaFramework/fileformats/pull/59
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.10.11...v0.11.0
- Python
Published by tclose over 2 years ago
fileformats - v0.10.11
What's Changed
- refactored generatesampledata by @tclose in https://github.com/ArcanaFramework/fileformats/pull/55
- dropped attrs dependency in favour of hand-rolled classes by @tclose in https://github.com/ArcanaFramework/fileformats/pull/56
- added binary testing formats by @tclose in https://github.com/ArcanaFramework/fileformats/pull/57
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.10.10...v0.10.11
- Python
Published by tclose over 2 years ago
fileformats - v0.10.10
What's Changed
- Adds FileSet.move method by @tclose in https://github.com/ArcanaFramework/fileformats/pull/54
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.10.9...v0.10.10
- Python
Published by tclose over 2 years ago
fileformats - v0.10.9
What's Changed
- handle classified formats are split across parent/child packages by @tclose in https://github.com/ArcanaFramework/fileformats/pull/53
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.10.8...v0.10.9
- Python
Published by tclose over 2 years ago
fileformats - v0.10.8
What's Changed
- Implements exclusive classifiers by @tclose in https://github.com/ArcanaFramework/fileformats/pull/52
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.10.7...v0.10.8
- Python
Published by tclose over 2 years ago
fileformats - v0.10.7
What's Changed
- added kwargs to from_paths by @tclose in https://github.com/ArcanaFramework/fileformats/pull/51
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.10.6...v0.10.7
- Python
Published by tclose over 2 years ago
fileformats - v0.10.6
What's Changed
- replaced EMPTY_METADATA constant with False instead (as distinct from… by @tclose in https://github.com/ArcanaFramework/fileformats/pull/50
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.10.5...v0.10.6
- Python
Published by tclose over 2 years ago
fileformats - v0.10.5
What's Changed
- Add ability to select sub-sets of metadata keys to be loaded by @tclose in https://github.com/ArcanaFramework/fileformats/pull/49
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.10.4...v0.10.5
- Python
Published by tclose over 2 years ago
fileformats - v0.10.4
What's Changed
- bug fix: added return value to extras decorator by @tclose in https://github.com/ArcanaFramework/fileformats/pull/48
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.10.3...v0.10.4
- Python
Published by tclose over 2 years ago
fileformats - v0.10.3
What's Changed
- changed generatesampledata signature to take random.Random instances as "seeds" by @tclose in https://github.com/ArcanaFramework/fileformats/pull/47
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.10.2...v0.10.3
- Python
Published by tclose over 2 years ago
fileformats - v0.10.2
What's Changed
- added protection against varying the signature of overriden extras hooks by @tclose in https://github.com/ArcanaFramework/fileformats/pull/46
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.10.1...v0.10.2
- Python
Published by tclose over 2 years ago
fileformats - v0.10.1
What's Changed
- Bug fix in dicom read metadata by @tclose in https://github.com/ArcanaFramework/fileformats/pull/45
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.10.0...v0.10.1
- Python
Published by tclose over 2 years ago
fileformats - v0.10.0
What's Changed
- Renamed "core.mark" module to "core.hook" by @tclose in https://github.com/ArcanaFramework/fileformats/pull/44
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.9.5...v0.10.0
- Python
Published by tclose over 2 years ago
fileformats - v0.9.5
What's Changed
- Included 'extras' package inside main repo by @tclose in https://github.com/ArcanaFramework/fileformats/pull/40
- [skip ci] Fixed up badges in readme by @tclose in https://github.com/ArcanaFramework/fileformats/pull/41
- changed triggers for ci-cd workflow by @tclose in https://github.com/ArcanaFramework/fileformats/pull/42
- Updated the github action workflow to split out deploy docs by @tclose in https://github.com/ArcanaFramework/fileformats/pull/43
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.9.4...v0.9.5
- Python
Published by tclose over 2 years ago
fileformats - v0.9.5
What's Changed
- Included 'extras' package inside main repo by @tclose in https://github.com/ArcanaFramework/fileformats/pull/40
- [skip ci] Fixed up badges in readme by @tclose in https://github.com/ArcanaFramework/fileformats/pull/41
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.9.4...v0.9.5
- Python
Published by tclose over 2 years ago
fileformats - v0.9.4
What's Changed
- Reworked data sampling to take seed and stem kwargs by @tclose in https://github.com/ArcanaFramework/fileformats/pull/39
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.9.3...v0.9.4
- Python
Published by tclose over 2 years ago
fileformats - v0.9.3
What's Changed
- Implemented generic sample data extras by @tclose in https://github.com/ArcanaFramework/fileformats/pull/38
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.9.2...v0.9.3
- Python
Published by tclose over 2 years ago
fileformats - v0.9.2
What's Changed
- classified classes retain module path of unclassified by @tclose in https://github.com/ArcanaFramework/fileformats/pull/37
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.9.1...v0.9.2
- Python
Published by tclose almost 3 years ago
fileformats - Fix circular import
What's Changed
- Fix circular import by @tclose in https://github.com/ArcanaFramework/fileformats/pull/36
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.9.0...v0.9.1
- Python
Published by tclose almost 3 years ago
fileformats - v0.9.0
What's Changed
- Minor fixes by @tclose in https://github.com/ArcanaFramework/fileformats/pull/34
- Generic Classifiers by @tclose in https://github.com/ArcanaFramework/fileformats/pull/35
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.8.6...v0.9.0
- Python
Published by tclose almost 3 years ago
fileformats - v0.8.6 - Minor Python 3.8/9 compatibility changes
What's Changed
- made list and dict types py3.8 compatible by @tclose in https://github.com/ArcanaFramework/fileformats/pull/33
Full Changelog: https://github.com/ArcanaFramework/fileformats/compare/v0.8.5...v0.8.6
- Python
Published by tclose almost 3 years ago
fileformats - v0.8.5 - Magic versions and minor bugfixes/enhancements
- Adds the
WithMagicVersionmixin to handle files where the format version is embedded in the magic number - Arrays can now be read from tuple-style strings
- better handling of unconstrained extensions in actual_ext
- Python
Published by tclose almost 3 years ago
fileformats - v0.8.4 - Debugged error message in extras hook
- Python
Published by tclose almost 3 years ago
fileformats - v0.8.3 - Fixes bug in extras hook
- Fixes a bug in the extras hook that was preventing the extras module auto-loading from running before the dispatch method
- Python
Published by tclose almost 3 years ago
fileformats - v0.8.2 - Adds mime-like representations of union and list types
- adds the ability to convert lists and unions of fileformat types to mime-like strings
- Removes the MissingDependency exception handling (dependencies should be referenced in *-extras packages)
- Renames fileformats.text.Txt to fileformats.text.TextFile
- Updates docs to remove references to extended dependencies
- Python
Published by tclose almost 3 years ago
fileformats - v0.8.1 - Fixes up handling of mock
- Fixes up handling of mock
- Moved numeric data types into separate package
- Switched default file type to be binary
- Python
Published by tclose almost 3 years ago
fileformats - v0.8.0 - Added in scraped IANA formats
Scraped IANA official website to add classes for all mime-types (except vendor "vnd.*" ones)
- Python
Published by tclose almost 3 years ago
fileformats - v0.7.2 - Implements subclasshook
- implements subclasshook instead of issubtype() method
- better handling of missing metadata reading extras
- Python
Published by tclose almost 3 years ago
fileformats - v0.7.1 - fixed up tests related to fileformats-extras
- Python
Published by tclose almost 3 years ago
fileformats - v0.7.0 - Splits out converters functionality into *-extras packages
Removes dependencies on code in main fileformats package (even optional ones) by placing code in *-extras packages.
- Python
Published by tclose almost 3 years ago
fileformats - v0.6.6 - Fixes FileSet Python hashing (i.e. `hash(fileset)`)
- fixes fileset Python hashing for sub-classes (i.e. makes them hashable)
- adds hash() methods for all field classes
- Python
Published by tclose almost 3 years ago
fileformats - v0.6.5 - More robust handling of decomposition of filenames
More robust handling of decomposition of filenames into stem and extensions by using knowledge of file extensions in nested file-set types (e.g. headers)
- Python
Published by tclose almost 3 years ago
fileformats - v0.6.4 - Copy collation feature
Added "collation" feature to the FileSet.copy() method to allow users to control how file-system paths in a fileset are named when they copied into the destination directory. There are three options:
any- relative directory structure and file names are preservedsiblings- top-level file-system paths (i.e. those explicitly in FileSet.fspaths not nested paths) are copied into the destination directory root (requires that file/dir names are unique)adjacent- files/directories are renamed to have the same stem but different extensions (requires extensions are unique)
- Python
Published by tclose almost 3 years ago
fileformats - v0.6.3 - Reworks "copy mode" functionality of FileSet.copy()
Reworks the "mode" functionality of FileSet.copy() so that you can specify the supported copy modes of for an operation via the supported_modes kwarg, which masks the requested mode kwarg to enable you to disable symlinks on CIFS for example
- Python
Published by tclose about 3 years ago
fileformats - v0.6.2 - Adds link_type="symlink_with_cifs_fallback" option
Adds linktype="symlinkwithcifsfallback" option to FileSet.copy()
- Python
Published by tclose about 3 years ago
fileformats - v0.6.1 - Renames copy_to to copy (with b/w compatibility)
- Python
Published by tclose about 3 years ago
fileformats - v0.6 - Implements file-hashing to support Pydra integration
Implements __bytes_repr__ method to allow FileSet objects to be hashed in Pydra data flows
- Python
Published by tclose about 3 years ago
fileformats - v0.5.2 - overwrite and proper decimal handling
- Adds overwrite option to FileSet.copy_to method
- proper decimal handling by using decimal.Decimal for field.Decimal class
- Python
Published by tclose over 3 years ago
fileformats - v0.5.1 - Renaming of issubtype
Renames issubtypeof to issubtype to match style in stdlib
- Python
Published by tclose over 3 years ago
fileformats - v0.5.0 - Adds TypedSet and renames BaseDirectory
- Adds TypedSet generic class
- Renames BaseDirectory -> Directory and Directory -> DirectoryContaining
- Adds SetOf
- Adds fileformats.misc.Dicom class
- Python
Published by tclose over 3 years ago
fileformats - v0.4.3 - Minor bug fixes
This PR contains minor bug fixes around handling of file extensions
- Python
Published by tclose over 3 years ago
fileformats - v0.4.2 - Adds support for multiple side cars
Modified the WithSideCars mixin so that it can support multiple side-cars
- Python
Published by tclose over 3 years ago
fileformats - v0.4.1 - Adds WithQualifiers mixin class
- Adds the WithQualifiers mixin class
By adding the WithQualifiers mixin, classes can be subtyped using class getitem, e.g. Zip[Png] represents a zip file containing a PNG image. Qualifiers can be interpreted differently depending on what makes sense for the qualified class. For example, Directory[Png, Gif] describes a directory containing PNG and GIF files, where as Xml[Svg] is an XML file that corresponds to the SVG format.
- Python
Published by tclose over 3 years ago
fileformats - v0.4.0 - Add field types and streamline validation
- Adds field types for use in typing strings, floats, bools and arrays
- streamlines the validation so both the required properties and the "checks" are tested at initialisation time
- Python
Published by tclose over 3 years ago
fileformats - v0.3.3 - More descriptive warning message
A small release, with a more descriptive warning messages on converter import fail
- Python
Published by tclose over 3 years ago
fileformats - v0.3.2 - Completed documentation
This release completes the documentation and touches up a few functions here and there but nothing substantial
- Python
Published by tclose over 3 years ago
fileformats - v0.3.1 - Moves generic file and directory in fileformats.generic subpackage
A lot of general cleaning and writing of docs. Major breaking change is the movement of generic file and directory classes into their own namespace instead of being core
- Python
Published by tclose over 3 years ago
fileformats - v0.3.0 - Merge in "common" formats into base repo
Restructured the installation setup so that all "common" formats (i.e. ones corresponding to standard MIME types) are included with the core files in this repo
- Python
Published by tclose over 3 years ago
fileformats - v0.1.2 - Fixup publish pipeline
Fixes bug in publishing pipeline
- Python
Published by tclose over 3 years ago
fileformats - v0.1.1 - Initial release
Initial release, with corrected supported Python versions
- Python
Published by tclose over 3 years ago