Metadata-Version: 2.1
Name: wcf
Version: 0.5.5
Summary: A library for transforming wcf-binary data from and to xml
Home-page: https://github.com/caiyunapp/python-wcfbin
Keywords: wcf,wcf.records,tests
Author: BlueC0re
Author-email: coding@bluec0re.eu
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Project-URL: Repository, https://github.com/caiyunapp/python-wcfbin
Description-Content-Type: text/markdown

# python-wcfbin [![Build Status](https://travis-ci.com/caiyunapp/python-wcfbin.svg?branch=master)](https://travis-ci.com/caiyunapp/python-wcfbin)

A python library for converting between WCF binary xml and plain xml.

A more complete documentation could be found in the doc directory (build with sphinx).

## Install

```sh
# Install from GitHub
pip install git+https://github.com/caiyunapp/python-wcfbin.git@0.5.4#egg=wcf-binary-parser

# Install from PyPi
pip install wcf
```

## About

* [contributors](https://github.com/caiyunapp/python-wcfbin/graphs/contributors)

