Metadata-Version: 2.1
Name: pysigfox-client
Version: 0.1.3
Summary: Unofficial client for the Sigfox V2 API
Home-page: https://github.com/optimdata/pysigfox
Author: Othman Moumni Abdou
Author-email: othman.moumniabdou@inuse.eu
License: MIT license
Keywords: sigfox
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: requests

[![Build Status](https://travis-ci.org/optimdata/pysigfox.svg?branch=master)](https://travis-ci.org/optimdata/pysigfox)
[![codecov](https://codecov.io/gh/optimdata/pysigfox/branch/master/graph/badge.svg)](https://codecov.io/gh/optimdata/pysigfox)
[![Documentation Status](https://readthedocs.com/projects/inuse-pysigfox/badge/?version=latest&token=9ae214b02c982eb9632fb078aabb9b47db229adae27be4357f4d0b381e8f0cff)](https://inuse-pysigfox.readthedocs-hosted.com/en/latest/?badge=latest)

# pysigfox

`pysigfox` is an unofficial client for the V2 [sigfox API](https://support.sigfox.com/apidocs). 

Inspired from [python-sigfox-backend-api](https://github.com/mjuenema/python-sigfox-backend-api).

## Resources

- [Official sigfox API documentation](https://support.sigfox.com/apidocs)
- [Documentation](https://inuse-pysigfox.readthedocs-hosted.com/en/latest/)

## History

### 0.1.0

- First version

### 0.1.1

- Fix cast to integer for datetime.datetime to timestamps in milliseconds

### 0.1.2

- Add constants for device end points

### 0.1.3

- Add api user end point

