hdf5上的python对象

h5io的Python项目详细描述


TravisAppveyorCodecov

h5io

h5io是一个旨在帮助保存一些标准python的包 对象转换为向前兼容的HDF5格式。是更高层次的 包比h5py大。

获取最新代码

要使用git获取最新代码,只需键入:

git clone git://github.com/h5io/h5io.git

如果您没有安装git,可以下载zip或tarball 最新代码:https://github.com/h5io/h5io/archives/master

安装h5io

与任何python包一样,要安装h5io,请转到源代码目录 然后做:

python setup.py install

或者如果您对python设置没有管理员权限(权限被拒绝 安装时)使用:

python setup.py install --user

您还可以使用pip安装最新版本:

pip install h5io --upgrade

或最新开发版本(最新版本):

pip install -e git+https://github.com/h5io/h5io#egg=h5io-dev --user

依赖性

构建软件所需的依赖项是h5pynumpyscipy是稀疏矩阵IO支持所必需的。

许可

h5io获得bsd许可(3条):

This software is OSI Certified Open Source Software. OSI Certified is a certification mark of the Open Source Initiative.

Copyright (c) 2011, authors of h5io All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  • Neither the names of h5io authors nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission.

This software is provided by the copyright holders and contributors “as is” and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java Intellij通过方法中的包查找用法   java中VS代码和打包命名的问题   将java CMS功能集成到具有高度动态内容的网站(Lucene/Mysql/Nosql)的策略   oracle的java类强制转换异常。jdbc。驾驶员OracleConnection   字节码向JVM添加上指令   如何在抽象类中执行java方法?   java是否可以在apache访问日志中排除指定的GET参数?(作者:W7开发环境)   java如何获取已安装音频播放器的列表?   尝试向HS学生展示如何使用Java访问MS数据库   使用正则表达式java对给定行中的特定字符串进行计数   java JOOQ Select查询中的Select计数   方法Java,如何从二维双精度数组中找到特定值?   获取图像URL的java正则表达式   java在切换到新的窗口驱动程序后找不到元素