Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Metadata-Version: 1.1
Name: punx
Version: 0.1.9
Summary: Python Utilities for NeXus
Home-page: http://punx.readthedocs.io
Author: Pete R. Jemian
Author-email: prjemian@gmail.com
License: Creative Commons Attribution 4.0 International Public License (see LICENSE file)
Description: ####
punx
####
Python Utilities for NeXus HDF5 files: validation, structure, hierarchy
* Validation of NeXus NXDL files
* Validation of NeXus HDF5 data files
* Display of NeXus HDF5 data file structure
* Display of NeXus base class hierarchy (stretch goal, graphical output)
NOTE: project is under initial construction
:author: Pete R. Jemian
:email: prjemian@gmail.com
:copyright: 2017, Pete R. Jemian
:license: Creative Commons Attribution 4.0 International Public License (see *LICENSE.txt*)
:URL: http://punx.readthedocs.io
:git: https://github.com/prjemian/punx
:PyPI: https://pypi.python.org/pypi/punx/
:TODO list: https://github.com/prjemian/punx/issues
:build badges:
.. see http://shields.io/ for more badge ideas
.. image:: https://travis-ci.org/prjemian/punx.svg?branch=master
:target: https://travis-ci.org/prjemian/punx
.. image:: https://coveralls.io/repos/github/prjemian/punx/badge.svg?branch=master
:target: https://coveralls.io/github/prjemian/punx?branch=master
:release badges:
.. image:: https://img.shields.io/github/tag/prjemian/punx.svg
:target: https://github.com/prjemian/punx/tags
.. image:: https://img.shields.io/github/release/prjemian/punx.svg
:target: https://github.com/prjemian/punx/releases
.. image:: https://img.shields.io/pypi/v/punx.svg
:target: https://pypi.python.org/pypi/punx/
:social badges:
.. image:: http://depsy.org/api/package/pypi/punx/badge.svg
:target: http://depsy.org/package/python/punx
.. image:: https://badges.gitter.im/punx-nexus/Lobby.svg
:target: https://gitter.im/punx-nexus/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
Keywords: NeXus,HDF5
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: Freely Distributable
Classifier: License :: Public Domain
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities