Pnyx

Pnyx is an open source project that brings all of your favorite unix tools like grep, sed and awk to your preferred programming language. When using Pnyx in your project, you can built upon these venerable tools without calling external programs. With a flexible, fluent API, the Pnyx framework is easily extended and simple to verify with Unit tests.

Library

Pnyx is offered as a library for use in projects that have Extract - Transform - Load (ETL) needs. Pnyx is not intended to replace Unix tools, which are time tested, pervasive and reliable. Instead, it was built to provide file transformation tools to high level programming languages. Some of the benefits of Pnyx as a library are:

Install

To install, go to Nuget.org and download, or open Package Manager and type:
Install-Package pnyx.net

Learn more

Ready to get started? View Library documentation.

CMD

Pnyx can be used directly from the command-line. Use the CMD interface for quick, one-time usage or for prototyping. The pnyx.cmd project uses a YAML file of commands, which map to commands of the library's fluent API. As an alternative, C# scripts can be used in place of YAML. Whatever your preference, use the CMD to run ad-hoc Pnyx commands. Finally, CMD can be used to expose your project's custom filters and transforms to the command-line and scripting.

Ready to get started? View CMD documentation.

Software

Pnyx is an open source project. The source code and unit tests are hosted on GitHub at pnyx.net project website. Please post all issues and feature requests on the issues tab of GitHub.

To learn more about the software and licensing, View Software documentation.