Metadata-Version: 2.1
Name: netzip
Version: 0.1
Summary: ZIP file reader optimized for network access
Author-email: Emil Melnikov <emilmelnikov@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# NetZIP

> ZIP file reader optimized for network access

## Development

Install and run [Nox][nox] to format code and run tests.

## Release

Create a new `v*` tag and push it to GitHub.

[nox]: https://nox.thea.codes
