Skip to content

Commit f48e5ba

Browse files
authored
Update README.md
1 parent ce01a58 commit f48e5ba

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
# Linden Lab Base
22

3+
[![codecov](https://codecov.io/gh/secondlife/python-llbase/branch/main/graph/badge.svg?token=GUB4VX1OSG)](https://codecov.io/gh/secondlife/python-llbase)
4+
35
Vintage python utility modules used by Linden Lab, the creators of
46
[Second Life](https://secondlife.com).
7+
8+
## Use
9+
10+
Install llbase:
11+
12+
```
13+
pip install llbase
14+
```
15+
16+
Use it:
17+
```py
18+
from llbase.config import Config
19+
20+
config = Config("./config.xml")
21+
22+
print(config.get("my-setting"))
23+
```

0 commit comments

Comments
 (0)