Metadata-Version: 2.1
Name: niu2x-py
Version: 1.0.0
Summary: niu2x's python library
Home-page: https://gitee.com/niu2x/nxpy
Author: niu2x
Author-email: niu2x@icloud.com
Project-URL: Bug Tracker, https://gitee.com/niu2x/nxpy/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# niu2x's python library

## log
write log to stderr
````python
	from nxpy import log
	log.i("message")
	log.w("message")
	log.d("message")
	log.e("message")
	log.f("message")
````
