Metadata-Version: 1.1
Name: pyNeko
Version: 3.0
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
Description: 
        =====
        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
        
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
