Metadata-Version: 1.1
Name: ViTables
Version: 2.2a1
Summary: A viewer for PyTables package
Home-page: http://www.vitables.org
Author: Alexey Naydenov
Author-email: alexey.naydenov@linux.com
License: GPLv3, see the LICENSE.txt file for detailed info
Description: ViTables
        --------
        ViTables is a graphical tool for browsing and editing files in both PyTables
        and HDF5 format. With ViTables you can easily navigate through the data
        hierarchy, view and modify metadata, view actual data and more.
        
        ViTables has been developed using Python and PyQt4, a binding to Qt4
        libraries, so it should run on any platform that support these components
        (this includes Windows, Mac OS X, Linux and many other Unices). The interface
        and features are the same in all platforms. At the moment, ViTables has been
        heavily tested on Linux and Windows platforms.
        
        The User's Guide in PDF format can be found in the doc directory. Please read
        it. I've written it for you :-)
        
        For installation instructions see INSTALL.txt.
        
        Feel free to subscribe to the ViTables users group `[1]`_ and to report bugs and
        send suggestions or features requests.
        
         .. _[1]: http://tech.groups.yahoo.com/group/vitables-users/
Platform: Unix
Platform: MacOSX
Platform: Windows
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: X11 Applications
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Requires: sip
Requires: PyQt4
Requires: numpy (>=1.4.1)
Requires: numexpr (>=2.0)
Requires: cython (>=0.13)
Requires: tables (>=3.0)
