Skip to main content

Python wrapper for the Sigfox backend REST API

Project description

Version License Issues Travis-CI Coverage

python-sigfoxapi is a Python wrapper for the Sigfox backend REST API.

At this stage only features that are accessible with LIMITED_ADMIN permissions have been implemented as I personally don’t have full access tp the REST-API.

  • Groups (info, list).

  • Device types (list, edit, errors, warnings, messages, disengage).

  • Callbacks (list, new, delete, enable, disable, errors, downlink).

  • Devices (info, list, tokenstate, messages, locations, errors, warnings, networkstate, message metrics, consumptions).

  • Coverage (redundancy, predictions).

  • Users (list)

For more details about the Sigfox backend REST API navigate to the Group page in the Sigfox backend web interface, select a group, click on REST-API and then on the API documentation link. The documentation is generated automatically and tailored to the access permission of the logged-in user.

Example

The example retrieves information about a device.

>>> from sigfoxapi import Sigfox
>>> s = Sigfox('mylogin', 'mypassword')
>>> s.device_info('002C')
{
      "id" : "002C",
      "name" : "Labege 4",
      "type" : "4d3091a05ee16b3cc86699ab",
      "last" : 1343321977,
      "averageSignal": 8.065601,
      "averageSnr": 8.065601,
      "averageRssi": -122.56,
      "state": 0,
      "lat" : 43.45,
      "lng" : 1.54,
      "computedLocation": {
          "lat" : 43.45,
          "lng" : 6.54,
          "radius": 500
      },
      "activationTime": 1404096340556,
      "pac": "545CB3B17AC98BA4",
      "tokenType": "CONTRACT",
      "contractId": "7896541254789654aedfba4c",
      "tokenEnd": 1449010800000,
      "preventRenewal": false
 }

It is also possible to have the Sigfox() methods return objects instead of dictionaries by setting sigfoxapi.RETURN_OBJECTS to True.

>>> sigfoxapi.RETURN_OBJECTS = True
>>> device = s.device_info('002C')
>>> device.averageRssi
-122.56
>>> device.computedLocation.lat
43.45

Documentation

The full documentation can be found at http://python-sigfoxapi.readthedocs.io/en/master/#.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sigfoxapi_fork-0.3.3.tar.gz (10.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sigfoxapi_fork-0.3.3-py2.py3-none-any.whl (11.8 kB view details)

Uploaded Python 2Python 3

File details

Details for the file sigfoxapi_fork-0.3.3.tar.gz.

File metadata

  • Download URL: sigfoxapi_fork-0.3.3.tar.gz
  • Upload date:
  • Size: 10.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.0.post20201103 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5

File hashes

Hashes for sigfoxapi_fork-0.3.3.tar.gz
Algorithm Hash digest
SHA256 7e96f0a2cba44a7c4d900039350eaabd94a3fc5ce652756135222803cf6c85f0
MD5 db3dfb190169367d449c11d1d3866ce3
BLAKE2b-256 af72d17e9e67f5ae45338d45fc35fd071bf8ef737c03234f031d242e83bdc42a

See more details on using hashes here.

File details

Details for the file sigfoxapi_fork-0.3.3-py2.py3-none-any.whl.

File metadata

  • Download URL: sigfoxapi_fork-0.3.3-py2.py3-none-any.whl
  • Upload date:
  • Size: 11.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.0.post20201103 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5

File hashes

Hashes for sigfoxapi_fork-0.3.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 610863ec00d4ed34e28e4818fd03dd1bacbfe1f44509ce4478ebf83927dd4f30
MD5 237e5fb6d2c8643e5dc44f9a644e54f6
BLAKE2b-256 78dbe9ebe0863fe48ecbbca989f07ac16bccc4742f5ce38fd507580a35ab27b0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page