Metadata-Version: 2.1
Name: pbn2html
Version: 0.0.2
Summary: converter from pbn files to html
Home-page: https://github.com/larrycai/pbn2html
Author: Larry Cai
Author-email: larry.caiyu@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# pbn2html

convert pbn file to html

# Usage

````
pip install pbn2html
pbn2html "local.pbn"
````

## example

````

````

## snapshot

* 

# Development

````
# docker run -it  -v $PWD:/app  -w /app python:3.8  bash
# python3 -m pip install --user --upgrade twine wheel
# python3 setup.py sdist clean
# rm -rf dist
# python3 setup.py sdist bdist_wheel
# cat > ~/.pypirc
# python3 -m twine upload --skip-existing --verbose dist/*
````

# Reference

* http://www.tistis.nl/pbn/
* http://bridgecomposer.com/


