Library for working with FPFF
Project description
py-fpff
Library for working with FPFF.
Getting Started
Install
pip install py-fpff
Sample Code
from py_fpff import FPFF, SectionType
with open('./input.fpff') as f:
fpff = FPFF(f)
fpff.append(SectionType.ASCII, 'Hello, world!')
fpff.export('./exported')
Testing
python -m unittest
Building Documentation
# Install Sphinx and ReadTheDocs theme
pip install Sphinx sphinx_rtd_theme
cd ./docs
make html
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
py-fpff-1.0.0.tar.gz
(4.8 kB
view hashes)