Skip to content

secondlife/python-llbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"))