FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

rfid-sdk-python/docs at main · metratec/rfid-sdk-python · GitHub

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

RFID SDK Python - Documentation

The SDK documentation is a separate Python module since it has dependencies that are not relevant for the metratec_rfid library itself.

The docs are generated with the Python documentation generator Sphinx.

Generating the documentation

Follow the instructions of the projects main README to create a virtual environment and activate it.

Afterwards, install Sphinx and other project dependencies with:

pip install -r ../requirements.txt -r requirements.txt

Then run

make html

to build the documentation, which will be located in the build/html folder.

To view the documentation, double-click the index.html or drag it into your browser.

Creating class diagrams

The pylint package contains pyreverse which can be used to create class diagrams. To create a PNG diagram for the whole metratec_rfid module, use:

pyreverse -o png metratec_rfid

This may yield a very large diagram, so in order to create a diagram for a specific class, e.g. the PulsarLR reader class, use:

pyreverse -o png -c metratec_rfid.pulsar_lr.PulsarLR metratec_rfid

Back | FazBrowse Home | New Git URL