{"id":13648161,"url":"https://github.com/uvemas/ViTables","last_synced_at":"2025-04-22T07:30:41.971Z","repository":{"id":2388872,"uuid":"2506518","full_name":"uvemas/ViTables","owner":"uvemas","description":"ViTables, a GUI for PyTables","archived":false,"fork":false,"pushed_at":"2025-01-11T19:19:59.000Z","size":23906,"stargazers_count":160,"open_issues_count":26,"forks_count":55,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-14T18:19:31.565Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uvemas.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.txt","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-10-03T18:11:49.000Z","updated_at":"2025-04-11T17:25:56.000Z","dependencies_parsed_at":"2024-12-20T18:34:22.519Z","dependency_job_id":null,"html_url":"https://github.com/uvemas/ViTables","commit_stats":{"total_commits":616,"total_committers":25,"mean_commits":24.64,"dds":0.3701298701298701,"last_synced_commit":"08709d4dcf9266c8ed6d8669a27a18637c27d35e"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uvemas%2FViTables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uvemas%2FViTables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uvemas%2FViTables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uvemas%2FViTables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uvemas","download_url":"https://codeload.github.com/uvemas/ViTables/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250195033,"owners_count":21390230,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T01:04:01.144Z","updated_at":"2025-04-22T07:30:41.965Z","avatar_url":"https://github.com/uvemas.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\u003cdiv align=center\u003e\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\u003c/div\u003e\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 PyQt (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\u003cdiv align=center\u003e\n\n![](https://github.com/uvemas/ViTables/blob/master/doc/images/mainWindow.png?raw=true)\n\n\u003c/div\u003e\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.1.0 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\n```\n\nIf you don't have PyQt installed you can install it as an extra as follows:\n\n```sh\n$ pip install 'ViTables[PyQt6]'\n```\n\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuvemas%2FViTables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuvemas%2FViTables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuvemas%2FViTables/lists"}