Create end-user readable docs in Pythonic way
Project description
## How to start ##
To use simply do:
>>> from bddocs import Documentation # to retrieve bdd information
>>> from bddocs import PDF # to get PDF output
>>> from bddocs import HTML # to get it HTML output
>>> bdd = Document('example') # pass the path of .feature documents
>>> PDF(bdd).output('document.pdf') # retrieve BDD info in a PDF file
>>> HTML(bdd).output('document.html') # retrieve BDD info in a HTML file
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
bddocs-0.44.tar.gz
(12.6 kB
view details)
File details
Details for the file bddocs-0.44.tar.gz.
File metadata
- Download URL: bddocs-0.44.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
725d4fa9a3a6a935f2dc4dba333247f73ecf166f00db28e416f4e9c6c67a56ec
|
|
| MD5 |
a80f1bfa1f689bc58ab7e8f31814fe25
|
|
| BLAKE2b-256 |
c62ba77f1fba1197527d62a9e550661446e32997921ef1ea313ea5c68c2d136e
|