Vintage python utility modules used by Linden Lab, the creators of Second Life.
Install llbase:
pip install llbase
Use it:
from llbase.config import Config
config = Config("./config.xml")
print(config.get("my-setting"))| Name | Name | Last commit date | ||
|---|---|---|---|---|
Vintage python utility modules used by Linden Lab, the creators of Second Life.
Install llbase:
pip install llbase
Use it:
from llbase.config import Config
config = Config("./config.xml")
print(config.get("my-setting"))