Skip to content

invisensing-io/python-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Invisensing python library

This library is a SDK to develop software for the invisensing infrastructure.

Installation

Go to the release page to get the latest release's URL

pip install <release url>

Basic usage

import invisensing.File as f

file = f.File('/path/to/file')      # Open a file
while (file.get_lines_left() > 0):  # Loop to read the file
    data = file.get_lines(5)        # Read 5 lines
    # Process data...

About

Python library for Invisensing SDK

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages