Skip to content

Commit c69ff2d

Browse files
Initial import
0 parents  commit c69ff2d

File tree

3 files changed

+119
-0
lines changed

3 files changed

+119
-0
lines changed

index.html

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="content-type" content="text/html; charset=utf-8">
5+
<link rel="stylesheet" type="text/css" href="variant-duo.css" title="Variant Duo" media="screen,projection">
6+
<title>HDF5 for Python 2.1.1</title>
7+
<script type="text/javascript">
8+
9+
var _gaq = _gaq || [];
10+
_gaq.push(['_setAccount', 'UA-4330749-6']);
11+
_gaq.push(['_trackPageview']);
12+
13+
(function() {
14+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
15+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
16+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
17+
})();
18+
19+
</script>
20+
</head>
21+
22+
<body>
23+
<div id="wrap">
24+
<h1><a href="/">HDF5 for Python</a></h1>
25+
<p class="slogan">Version 2.1.0</p>
26+
27+
<div id="menu">
28+
<p class="menulinks">
29+
<strong class="hide">Main menu:</strong>
30+
<a class="menulink" href="http://code.google.com/p/h5py/downloads/list">Downloads</a><span class="hide"> | </span>
31+
<a class="menulink" href="docs">Documentation</a><span class="hide"> | </span>
32+
<a class="menulink" href="http://github.com/h5py/h5py">GitHub Project</a>
33+
</p>
34+
</div>
35+
36+
<img class="feature" src="logo.jpg" width="760" height="200" alt="sample image">
37+
38+
<div id="content">
39+
40+
<h2>About the project</h2>
41+
42+
<p>The h5py package is a Pythonic interface to the <a href="http://hdfgroup.org">HDF5</a> binary data format.</p>
43+
44+
<p>It lets you store huge amounts of numerical data, and easily manipulate that data from NumPy. For example, you can slice into multi-terabyte datasets stored on disk, as if they were real NumPy arrays. Thousands of datasets can be stored in a single file, categorized and tagged however you want.</p>
45+
46+
<p>H5py uses straightforward NumPy and Python metaphors, like dictionary and NumPy array syntax. For example, you can iterate over datasets in a file, or check out the .shape or .dtype attributes of datasets. You don't need to know anything special about HDF5 <a href="docs/intro/quick.html">to get started</a>.
47+
48+
<p>In addition to the easy-to-use high level interface, h5py rests on a object-oriented
49+
Cython wrapping of the HDF5 C API. Almost anything you can do from C in HDF5, you can do
50+
from h5py.</p>
51+
52+
<p>Best of all, the files you create are in a widely-used standard binary format, which you can exchange with <a href="http://earthobservatory.nasa.gov/Features/HDFEOS/">other people</a>, including those who use programs like IDL and MATLAB.</p>
53+
54+
<h2>Downloads</h2>
55+
<p>On Linux & Mac OS X, you can also install via easy_install or pip. The <a href="docs/intro/build.html">install guide</a> is also helpful.</p>
56+
<ul>
57+
<li><a href="http://h5py.googlecode.com/files/h5py-2.1.0.tar.gz">h5py-2.1.0.tar.gz</a> - UNIX tarball; requires HDF5 1.8.3+</li>
58+
<li><a href="http://h5py.googlecode.com/files/h5py-2.1.0.win32-py2.6.msi">h5py-2.1.0.win32-py2.6.msi</a> - Windows installer for Python 2.6</li>
59+
<li><a href="http://h5py.googlecode.com/files/h5py-2.1.0.win32-py2.7.msi">h5py-2.1.0.win32-py2.6.msi</a> - Windows installer for Python 2.6</li>
60+
<li><a href="http://h5py.googlecode.com/files/h5py-2.1.0.win32-py3.2.msi">h5py-2.1.0.win32-py2.6.msi</a> - Windows installer for Python 2.6</li>
61+
</ul>
62+
<p>Older versions of h5py <a href="http://code.google.com/p/h5py/downloads/list?can=1">are also available</a>.</p>
63+
64+
<h2>Documentation</h2>
65+
<p>The <a href="docs">h5py user manual</a> is a great place to start; you may also want to check out the <a href="http://github.com/h5py/h5py/wiki/FAQ">FAQ</a>.</p>
66+
<p>We have a mailing list <a href="http://groups.google.com/group/h5py">at Google Groups</a> for user questions and development.</p>
67+
<p>The lead developer of h5py also maintains a blog at <a href="http://alfven.org">alfven.org</a>.</p>
68+
</p>
69+
70+
<br>
71+
</div>
72+
73+
<p class="footer">Copyright &copy; 2012 <a href="index.html">Andrew Collette & contributers</a><br>
74+
Based on a template by <a href="http://andreasviklund.com/">Andreas Viklund</a><br>
75+
</p>
76+
77+
</div>
78+
</body>
79+
</html>

logo.jpg

39.4 KB
Loading

variant-duo.css

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
/*
2+
Original design: Variant Duo (v1.2 - Sep 15, 2012) - A free xhtml/css website template by Andreas Viklund.
3+
For more information, see http://andreasviklund.com/templates/variant-duo/
4+
*/
5+
6+
/* Main containers */
7+
body {padding:0; margin:0; font:83% verdana,sans-serif; background-color:#e4e4e4; color:#333; text-align:center; line-height:1.6em;}
8+
#wrap {width:760px; text-align:left; margin:0 auto;}
9+
#menu {text-align:right;margin-top:-40px;}
10+
#content {background:#fff; text-align:left; padding:20px 20px 5px; margin:15px 0 15px 0;}
11+
12+
/* HTML Tags */
13+
a {text-decoration:none; font-weight:400; color: /*#b59e4e*/#5555ff;}
14+
a:hover {text-decoration:underline;}
15+
a img {border:0;}
16+
h1 {margin:15px auto 10px auto; padding:0; font-size:2.4em; color:#2a7a9a; letter-spacing:-1px; line-height:1.2em;}
17+
h1 a {color:#2a7a9a; font-weight:700; text-decoration:none;}
18+
h1 a:hover {color:#333; text-decoration:none;}
19+
h2 {margin:0 0 12px 0; padding:10px 0; color:#2a7a9a; font-size:1.5em; font-weight:700; border-top: 1px solid #ddd; border-bottom:1px solid #ddd;}
20+
h2 a {font-weight:700;}
21+
h3 {font-size:1.4em; font-weight:400; margin:0.5em 0 0.5em 0;}
22+
p {margin:0 0 15px 0; font-size: 1.1em;}
23+
ul {margin:0.5em 0 15px 20px; padding:0;}
24+
li {margin:0; padding:0 0 0 5px;}
25+
26+
/* Various classes */
27+
.slogan {color:#555; font-size:1.4em; margin:0 0 15px 0; padding:0;}
28+
.feature {border-top:2px solid #fff; border-bottom:2px solid #fff;}
29+
.menulinks {font-size:1.4em; line-height:1.9em; color:#555; margin:0 0 15px 0;}
30+
.menulink {padding:6px 8px 5px 8px; font-weight:400; margin:0 0 0 2px; color:#555;}
31+
.menulink:hover {background-color:#eee; color:#333; text-decoration:none;}
32+
.active {background-color:#2a7a9a; color:#fff;}
33+
.active:hover {background-color:#2a7a9a; color:#fff;}
34+
.footer{font-size:0.8em; clear:both; width:760px; line-height:1.4em; text-align:right; color:#888; font-weight:400; margin-bottom:10px;}
35+
.footer a {color:#888; font-weight:400; text-decoration:none; border-bottom: 1px dotted #aaa;}
36+
.left {float:left; width:49%;}
37+
.right {float:right; width:49%;}
38+
.centered {text-align:center;}
39+
.hide {display:none;}
40+
.clear {clear:both; width:980px; visibility:hidden;}

0 commit comments

Comments
 (0)