Metadata-Version: 2.1
Name: ibasis
Version: 0.0.4
Summary: basic functions in coding, include fio, image processing, profile, etc.
Home-page: https://github.com/AvinsWang/ibasis
Download-URL: http://pypi.python.org/pypi/ibasis/
Author: Avins Wang
Author-email: avinswang@gmail.com
License: LGPL-3.0
Keywords: py-itime,python time
Classifier: Topic :: Utilities
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3.8
License-File: LICENSE

# pybase

This is a python package that encapsulates functions that  I often use, which contain

* [X] basic datastructure (list, dict, ...) ops
* [ ] color utils
* [ ] draw rect, polygon ... utils
* [ ] file ops
* [ ] 

