Metadata-Version: 2.1
Name: necbaas
Version: 7.5.1
Summary: NEC Mobile Backend platform Python SDK
Home-page: https://github.com/nec-baas/baas-sdk-python
Author: NEC Corporation
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.18.0)
Provides-Extra: doc
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: mock ; extra == 'test'
Requires-Dist: pyyaml ; extra == 'test'
Requires-Dist: tox ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'

NECモバイルバックエンド基盤 Python SDK
======================================

NECモバイルバックエンド基盤の Python SDK です。
Python 2/3 両方に対応しています。

インストール
------------

    $ pip install necbaas

使用方法
--------

詳細なマニュアルは https://nec-baas.github.io/ にあります。

サンプルは sample/sample.py にあります。


