Metadata-Version: 2.1
Name: chaser
Version: 0.1
Summary: UNKNOWN
Home-page: https://github.com/tokibito/python-chaser
Author: Shinya Okano
Author-email: tokibito@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Provides-Extra: dev
Requires-Dist: flake8; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: wheel; extra == 'dev'

=============
python-chaser
=============

|build-status| |pypi|

CHaser client for Python

ライブラリの利用
================

PyPIにアップロードしているので、インストールにはpipコマンドを使えます。

::

   (venv)$ pip install chaser

使い方は、 `example/simple.py` `example/mapper.py` を参考にしてみてください。

ライブラリの開発
================

ライブラリ開発で利用する依存モジュールはpipでインストールできます。

::

   $ pip install -e .[dev]

.. |build-status| image:: https://travis-ci.org/tokibito/python-chaser.svg?branch=master
   :target: https://travis-ci.org/tokibito/python-chaser
.. |pypi| image:: https://badge.fury.io/py/chaser.svg
   :target: http://badge.fury.io/py/chaser


