An open API service indexing awesome lists of open source software.

https://github.com/jleclanche/python-mfil

Python implementation to read Blizzard .mfil (Manifest) files
https://github.com/jleclanche/python-mfil

Last synced: 2 months ago
JSON representation

Python implementation to read Blizzard .mfil (Manifest) files

Awesome Lists containing this project

README

        

# python-mfil

Python deserializer for the MFIL manifest format used by Blizzard's
legacy Patch Protocol.

Supports versions 1 and 2 of the MFIL format (read-only).

Example files are available in the `examples` directory.

## License

This project is licensed under the terms of the MIT license.
The full license text is available in the `LICENSE` file.