Metadata-Version: 2.1
Name: uni-utils
Version: 1.0.0
Summary: A unified toolkit for all languages
Home-page: https://github.com/yxwzaxns/uni-utils
Author: aong
Author-email: yxwzaxns@gmail.com
License: https://github.com/yxwzaxns/uni-utils/blob/master/LICENSE
Description: # uni-utils
        [![NPM Version](https://img.shields.io/npm/v/npm.svg?style=flat)](https://www.npmjs.com/package/uni-utils)
        [![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/yxwzaxns/uni-utils/blob/master/LICENSE)
        ![](https://github.com/yxwzaxns/uni-utils/workflows/npm/badge.svg)
        
        A unified toolkit for all languages
        
        # Install 
        ```
        npm i
        ```
        # Usage
        ### nodejs:
        ```js
        const utils = require('uni-utils')
        utils.log("ok")
        ```
        ### python:
        ```python
        from uni-utils import * as utils
        utils.log("ok")
        ```
        # Test
        ```
        npm test
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6
Description-Content-Type: text/markdown
