Metadata-Version: 2.1
Name: pystf
Version: 0.0.1
Summary: Python Stream TransFormer
License: MIT
Author: David Graves
Author-email: dgraves@thesummitgrp.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: dicttoxml (>=1.7,<2.0)
Requires-Dist: pyyaml (>=6,<7)
Requires-Dist: xmltodict (>=0,<1)
Description-Content-Type: text/markdown

# pySTF (Stream TransFormer)

## Table of Contents

- [Introduction](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Introduction

pySTF (pronounced `stuff`) aims to be lightweight, superfast, fault-tolerant stream transformer/ETL tool.

## Features

By default, STF can transform to and from any json, xml, yaml, or even python classes with a simple, easy to understand
markup language.

