Metadata-Version: 2.0
Name: pyNeko
Version: 3.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
=====
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


