ViTables


NameViTables JSON
Version 3.0.3 PyPI version JSON
download
home_pageNone
SummaryA viewer for HDF5 files.
upload_time2023-08-04 18:44:49
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords hdf5 pytables
VCS
bugtrack_url
requirements Cython numexpr numpy tables PyQt5 QtPy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align=center>

![](https://raw.githubusercontent.com/uvemas/ViTables/074a2597866c8f73e78c73ab5606b215ddf7951e/doc/images/title_page_plain.svg)


![Platform](https://anaconda.org/conda-forge/vitables/badges/platforms.svg) ![License](https://anaconda.org/conda-forge/vitables/badges/license.svg)

![Conda](https://anaconda.org/conda-forge/vitables/badges/version.svg) ![Conda_downloads](https://anaconda.org/conda-forge/vitables/badges/downloads.svg) ![PyPI](https://img.shields.io/pypi/v/vitables) ![PyPI_Downloads](https://static.pepy.tech/badge/vitables/month)

</div>

# ViTables

ViTables is a component of the PyTables family. It is a GUI for browsing and editing files in both PyTables and HDF5 formats. It is developed using Python and PyQt5 (the Python bindings to Qt), so it can run on any platform that supports these components.

ViTables capabilities include easy navigation through the data hierarchy, displaying of real data and its associated metadata, a simple, yet powerful, browsing of multidimensional data and much more.

<div align=center>

![](https://github.com/uvemas/ViTables/blob/master/doc/images/mainWindow.png?raw=true)

</div>

As a viewer, one of the greatest strengths of ViTables is its ability to display very large datasets. Tables with one thousand millions of rows (and beyond) are navigated stunningly fast and with very low memory requirements. So, if you ever need to browse huge tables, don't hesitate, ViTables is your choice.

If you need a customized browser for managing your HDF5 data, ViTables is an excellent starting point.

Here are some [screenshots](https://github.com/uvemas/ViTables/tree/master/doc/images).

## QuickStart

### System requirements

ViTables 3.0.3 has been tested against the latest versions of Python 3,
PyTables and PyQt. You can try other versions at your own risk :).

### Install through pip (may need further manually debug)

```sh
$ pip install ViTables[PyQt5|PyQt6]
```

If you don't have PyQt installed you can install it as an extra as shown above.
### Install on a conda environment

Using conda you should be able to run vitables on any system, let it
be linux, mac or windows. The following are instructions for linux-like
systems.

Simply run

```sh
$ conda install -c conda-forge vitables
```

For more details, see [INSTALL.txt](https://github.com/uvemas/ViTables/blob/master/INSTALL.txt).

### Launch

```sh
$ vitables [/path/to/hdf5/file]
```

If `/path/to/hdf5/file` is given, vitables will load that file, otherwise, you need to select a file to open later. 

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ViTables",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "HDF5,PyTables",
    "author": null,
    "author_email": "Vicent Mas <vmas@vitables.org>",
    "download_url": "https://files.pythonhosted.org/packages/93/db/cb3d1099efb4be7e6ac0ce4f39c084edf8ceacba1f7e876026b16f5ecce6/vitables-3.0.3.tar.gz",
    "platform": null,
    "description": "<div align=center>\n\n![](https://raw.githubusercontent.com/uvemas/ViTables/074a2597866c8f73e78c73ab5606b215ddf7951e/doc/images/title_page_plain.svg)\n\n\n![Platform](https://anaconda.org/conda-forge/vitables/badges/platforms.svg) ![License](https://anaconda.org/conda-forge/vitables/badges/license.svg)\n\n![Conda](https://anaconda.org/conda-forge/vitables/badges/version.svg) ![Conda_downloads](https://anaconda.org/conda-forge/vitables/badges/downloads.svg) ![PyPI](https://img.shields.io/pypi/v/vitables) ![PyPI_Downloads](https://static.pepy.tech/badge/vitables/month)\n\n</div>\n\n# ViTables\n\nViTables is a component of the PyTables family. It is a GUI for browsing and editing files in both PyTables and HDF5 formats. It is developed using Python and PyQt5 (the Python bindings to Qt), so it can run on any platform that supports these components.\n\nViTables capabilities include easy navigation through the data hierarchy, displaying of real data and its associated metadata, a simple, yet powerful, browsing of multidimensional data and much more.\n\n<div align=center>\n\n![](https://github.com/uvemas/ViTables/blob/master/doc/images/mainWindow.png?raw=true)\n\n</div>\n\nAs a viewer, one of the greatest strengths of ViTables is its ability to display very large datasets. Tables with one thousand millions of rows (and beyond) are navigated stunningly fast and with very low memory requirements. So, if you ever need to browse huge tables, don't hesitate, ViTables is your choice.\n\nIf you need a customized browser for managing your HDF5 data, ViTables is an excellent starting point.\n\nHere are some [screenshots](https://github.com/uvemas/ViTables/tree/master/doc/images).\n\n## QuickStart\n\n### System requirements\n\nViTables 3.0.3 has been tested against the latest versions of Python 3,\nPyTables and PyQt. You can try other versions at your own risk :).\n\n### Install through pip (may need further manually debug)\n\n```sh\n$ pip install ViTables[PyQt5|PyQt6]\n```\n\nIf you don't have PyQt installed you can install it as an extra as shown above.\n### Install on a conda environment\n\nUsing conda you should be able to run vitables on any system, let it\nbe linux, mac or windows. The following are instructions for linux-like\nsystems.\n\nSimply run\n\n```sh\n$ conda install -c conda-forge vitables\n```\n\nFor more details, see [INSTALL.txt](https://github.com/uvemas/ViTables/blob/master/INSTALL.txt).\n\n### Launch\n\n```sh\n$ vitables [/path/to/hdf5/file]\n```\n\nIf `/path/to/hdf5/file` is given, vitables will load that file, otherwise, you need to select a file to open later. \n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A viewer for HDF5 files.",
    "version": "3.0.3",
    "project_urls": {
        "Documentation": "https://github.com/uvemas/ViTables#readme",
        "Home": "https://vitables.org",
        "Issues": "https://github.com/uvemas/ViTables/issues",
        "Source": "https://github.com/uvemas/ViTables"
    },
    "split_keywords": [
        "hdf5",
        "pytables"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fa29e905888c14153d6008b3beae2d7e699d6c3210ca1003cb52dc2c7fe017b1",
                "md5": "7a97fab1d8d08d30fcf3ad834cb46319",
                "sha256": "9d518ef67db70d7b78fc416d05b654441dec08ecf820e1c221516a4ebe163450"
            },
            "downloads": -1,
            "filename": "vitables-3.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7a97fab1d8d08d30fcf3ad834cb46319",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 1014308,
            "upload_time": "2023-08-04T18:44:51",
            "upload_time_iso_8601": "2023-08-04T18:44:51.635406Z",
            "url": "https://files.pythonhosted.org/packages/fa/29/e905888c14153d6008b3beae2d7e699d6c3210ca1003cb52dc2c7fe017b1/vitables-3.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "93dbcb3d1099efb4be7e6ac0ce4f39c084edf8ceacba1f7e876026b16f5ecce6",
                "md5": "e98c2163f87b1737278a54618a8dff24",
                "sha256": "24570963c1a2fc8df3ecb39a736256a5384aff114b56540c6bdad7c4197881a0"
            },
            "downloads": -1,
            "filename": "vitables-3.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "e98c2163f87b1737278a54618a8dff24",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 871792,
            "upload_time": "2023-08-04T18:44:49",
            "upload_time_iso_8601": "2023-08-04T18:44:49.686920Z",
            "url": "https://files.pythonhosted.org/packages/93/db/cb3d1099efb4be7e6ac0ce4f39c084edf8ceacba1f7e876026b16f5ecce6/vitables-3.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-04 18:44:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "uvemas",
    "github_project": "ViTables#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "Cython",
            "specs": []
        },
        {
            "name": "numexpr",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "tables",
            "specs": []
        },
        {
            "name": "PyQt5",
            "specs": []
        },
        {
            "name": "QtPy",
            "specs": []
        }
    ],
    "lcname": "vitables"
}
        
Elapsed time: 0.09566s