> For the complete documentation index, see [llms.txt](https://docs.rated.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rated.co/onboarding-your-data/filters/open-source-log-parsing-library.md).

# 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>" %}
