Metadata-Version: 2.0
Name: pyNeko
Version: 2.1
Summary: A pure Python library designed to make it easy and quick to code for Neko
Home-page: https://github.com/sudaning/PytLab-Neko
Author: Daning Su
Author-email: sudaning@sina.com
License: LICENSE
Platform: linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Topic :: Text Processing
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: paramiko (>=2.1.1)
Requires-Dist: pycrypto (>=2.6.1)
Requires-Dist: python-esl (>=1.4.18)
Requires-Dist: redis (>=2.10.5)

=====
Neko
=====
.. image:: https://travis-ci.org/sudaning/PytLab-Neko.svg?branch=master
	:target: https://travis-ci.org/sudaning/PytLab-Neko
	:alt: Build Status
.. image:: https://img.shields.io/badge/python-3.5-green.svg
	:target: https://www.python.org/downloads/release/python-351/
	:alt: platform
.. image:: https://img.shields.io/badge/python-2.7-green.svg
	:target: https://www.python.org/downloads/release/python-2710
	:alt: platform
.. image:: https://img.shields.io/github/stars/sudaning/PytLab-Neko.svg
	:target: https://github.com/sudaning/PytLab-Neko/stargazers
.. image:: https://img.shields.io/github/forks/sudaning/PytLab-Neko.svg
	:target: https://github.com/sudaning/PytLab-Neko/network
Introduction
------------
pyNeko is a pure Python library designed to making magic to code for Neko.
You can use pyNeko to making magic beautiful.
In `/scripts <https://github.com/sudaning/PytLab-Neko/tree/master/scripts>`_ , there are some scripts written by me for daily use.
Installation
------------
1. Via pip(recommend)::
	pip install pyNeko
2. Via easy_install::
	easy_install pyNeko
3. From source::
	python setup.py install


