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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py-fpff-1.0.0.tar.gz.
File metadata
- Download URL: py-fpff-1.0.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.0.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9498afada5e7805b291a06b1428f26b94a12e8def3737506fee7d9a7fd32443
|
|
| MD5 |
6f63528bc75ee17dfed819803bad72ca
|
|
| BLAKE2b-256 |
18ce26c894b87944c64bc1fd7655965ea3d214be616131c6fc1b6a90dcc15333
|
File details
Details for the file py_fpff-1.0.0-py3-none-any.whl.
File metadata
- Download URL: py_fpff-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.0.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d6247db033532660bd78e6ffbae5104f05dbaabc52f1715cfa5c5c10e850e77
|
|
| MD5 |
c5d3e8e2ee0f76ee958015fedb6cb750
|
|
| BLAKE2b-256 |
a7a56d6f1d4b10b8c0885d7570d19f61fdafe4b402f96ca62e47f2144048004a
|