Skip to content

Releases: pgroenbaek/shapeio

v0.5.0-beta3

Choose a tag to compare

@pgroenbaek pgroenbaek released this 08 Dec 12:16

Changes:

  • Updated documentation
  • Fixed an issue causing the module to not function properly in Python versions 3.7 to 3.11.

v0.5.0-beta2

Choose a tag to compare

@pgroenbaek pgroenbaek released this 01 Dec 09:27

No changes. Version bump to keep versioning synchronized with shapeedit.

v0.5.0-beta

Choose a tag to compare

@pgroenbaek pgroenbaek released this 14 Nov 09:54

Initial beta release.

Features:

  • Reading uncompressed shapes
  • Writing uncompressed shapes
  • Checking if a file is a shape based on its header
  • Checking if a shape is uncompressed or compressed based on its header
  • Copying files
  • Replacing file contents (case-sensitive or case-insensitive matches)
  • Programmatic access to any data within a shape
  • Unsafe programmatic modifications of any data within a shape (can render the shape unusable depending on what you do)