Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 451 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 451 Bytes

Linden Lab Base

codecov

Vintage python utility modules used by Linden Lab, the creators of Second Life.

Use

Install llbase:

pip install llbase

Use it:

from llbase.config import Config

config = Config("./config.xml")

print(config.get("my-setting"))