Skip to content
/ bemis Public

A Minecraft file format reader that has all the time in the world

License

Notifications You must be signed in to change notification settings

gmr/bemis

Repository files navigation

Bemis

A work-in-progress, multi-format Minecraft file reader for Python3 (that has all the time in the world).

https://travis-ci.org/gmr/bemis.svg?branch=master

Example Usage

import gzip

from bemis import nbt

with gzip.open('player.dat', 'rb') as handle:
    name, data = nbt.load(handle)

About

A Minecraft file format reader that has all the time in the world

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages