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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rated.co/onboarding-your-data/filters/open-source-log-parsing-library.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
