Metadata-Version: 1.0
Name: neon
Version: 0.1.1dev
Summary: colorful cui utility
Home-page: https://github.com/yoichi-hiromoto/neon
Author: yoichi.hiromoto
Author-email: yoichi.hiromoto@gmail.com
License: Python Software Foundation License
Description: ('\nNeon is colorful cui utility (on Linux terminal).\n\nNeon is very simple.\n\nexample\n\n::\n\n    import sys\n    from neon import colorful\n    \n    sys.stdout.write(colorful("test"))\n\n\ndynamic color change example\n\n::\n\n    import sys\n    from neon import colorful\n    \n    s = "NEON is colorful cui utility"\n    for i in xrange(0, len(s) + 1):\n        sys.stdout.write(colorful(s[:i], start=i))\n        sys.stdout.flush()\n        time.sleep(0.5)\n        sys.stdout.write("\r")\n\n',)
Keywords: neon colorful cui enjoy happy funny
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
