# Open source log parsing library

We’re excited to share that the code for our parsing library has been open-sourced! It’s available as a module on PyPI under the name **rated-parser**. You can use this library to parse logs in your own projects, leveraging the same robust parsing capabilities that slaOS provides.

Simply install the package using pip:

```bash
pip install rated-parser
```

With `rated-parser`, you can easily parse both structured and unstructured log data, define custom patterns, and extract relevant features—just like slaOS does.

{% embed url="<https://github.com/rated-network/rated-parser>" %}
