Metadata-Version: 2.0
Name: pyNeko
Version: 0.2
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 :: 3 - Alpha
Classifier: Topic :: Text Processing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5

=====
Neko
=====
.. image:: https://travis-ci.org/PytLab/VASPy.svg?branch=master
	:target: https://travis-ci.org/PytLab/VASPy
	: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/PytLab/VASPy.svg
	:target: https://github.com/PytLab/VASPy/stargazers
.. image:: https://img.shields.io/github/forks/PytLab/VASPy.svg
	:target: https://github.com/PytLab/VASPy/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

