# limulus 

Data Step for Your Workspace

**limulus** is a Python library for data processing using Data Step syntax.  
Its goal is to bring the simplicity and long-term stability of Data Step into Python workflows.

Source code: [https://github.com/k-nkmt/limulus](https://github.com/k-nkmt/limulus)


```{toctree}
:maxdepth: 2
:caption: User Guide
:hidden:

quickstart
example
design
differences
changelog
```

```{toctree}
:maxdepth: 2
:caption: API Reference
:hidden:

syntax
api
```


## Quick Links

- [Quickstart](quickstart.ipynb) 
- [Usage Examples (Notebook)](example.ipynb)
- [Design](design.md)
- [Differences from SAS language](differences.md)
- [Syntax Reference](syntax.md)
- [API Reference](api.md)
- [Changelog](changelog.md)


## License

[PolyForm Noncommercial License 1.0.0](https://polyformproject.org/licenses/noncommercial/1.0.0/)

The software may be used for personal, educational, academic, and noncommercial research purposes.
Commercial use is not permitted under the current license terms.

contact: info@knworx.com

## Notices

> SAS® is a registered trademark of SAS Institute Inc.  
> limulus is an independent implementation not affiliated with or endorsed by SAS Institute Inc.  
> Compatibility with SAS software is not guaranteed and is not a project goal.