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
- Host: GitHub
- URL: https://github.com/jleclanche/python-mfil
- Owner: jleclanche
- License: mit
- Created: 2012-04-16T03:39:18.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-04-16T21:34:12.000Z (about 9 years ago)
- Last Synced: 2025-01-27T09:22:52.795Z (4 months ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.