Metadata-Version: 2.1
Name: ilds
Version: 0.1.3
Summary: 常用模块的集合，为了多平台，多电脑调用方便!
Home-page: https://github.com/ldsxp/ilds
Author: lds
Author-email: 85176878@qq.com
License: GNU GPL 3
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: xlrd (>=1.1.0)

====================
ilds
====================

**ilds** 是一个常用模块的集合，为了多平台，多电脑调用方便

** 还没有上传到 github **

功能模块包含:

* 获取文件md5
* 处理文件内容

安装：
-------------
pip install -U ilds


简单的例子:
-------------

.. code-block:: python

   import ilds

   from lds.file import is_file



更新日志
-------------

0.1.3
^^^^^^^^^^
* 修复 excel_xlsx 自动填充 0 的问题
* json 保存格式改成两个空格，减少体积

0.1.2
^^^^^^^^^^
* 添加读取excel文件(openpyxl)
* 支持读取公式

0.1.1
^^^^^^^^^^
* 添加读取excel文件


0.1.0
^^^^^^^^^^
* 导入统一修改为 ilds
* 修改说明文档为 rst 格式

0.0.9
^^^^^^^^^^
* 把安装包加入到官方的pip服务器
* 修改包名字为 ilds 因为 lds 已经被使用
* 导入还是使用 lds

0.0.7
^^^^^^^^^^
* 添加了更多文件处理函数
* 添加了更多时间处理函数
* 添加了获取ip地址的函数

0.0.5
^^^^^^^^^^
* 修正路径问题

