Skip to content

iqrfsdk/pylibiqrf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python application programming interface for interacting with the IQRF ecosystem.

Installation

To install pylibiqrf, type:

$ python setup.py install

This will install the latest version of pylibiqrf alongside with its dependencies. Please note that pylibiqrf requires Python version 3.5 or later.

Documentation

pylibiqrf uses Sphinx to generate its documentation. If you wish to generate and view it, first install the library itself. After that install Sphinx and Sphinx RTD theme. It's as simple as typing:

$ pip install sphinx
$ pip install sphinx_rtd_theme

After that you can generate the documentation using our documentation utility by running:

$ python doc.py generate

And finally to view the documentation:

$ python doc.py view

About

IQRF library for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages