Skip to main content

Simple databrowser for quantify datasets.

Project description

Quantifiles

pipeline status PyPi License Code style

Welcome to Quantifiles, a PyQt5 application designed for viewing dataset files generated by Quantify-core. With Quantifiles, you can easily browse and visualize the contents of your data directory, including the ability to view a plot of the data and browse snapshots.

Installation

Install from PyPI

pip install quantifiles

Install from source

To install Quantifiles from source, first clone the repository:

git clone https://gitlab.com/dcrielaard/quantifiles.git
cd quantifiles

Then, install the application in a virtual environment using pip:

pip install -e .

Install with pipenv

If you prefer to use pipenv for managing your virtual environment, you can install Quantifiles with the following command:

pipenv install git+https://gitlab.com/dcrielaard/quantifiles.git#egg=quantifiles

Usage

You can launch the application by running the following command in your terminal:

quantifiles [--datadir DATADIR] [--liveplotting] [--loglevel LOGLEVEL]

If you don't specify the data directory, you can still access it by selecting File->Open in the application.

Alternatively, you can also use the executable file located in the Scripts folder, which will be generated upon installation.

To start the application from within Python, run:

from quantifiles import quantifiles

quantifiles()  # This will start the application, optionally you can pass the data directory as an argument.

Tip: The plots can be copied to the clipboard by right-clicking on them.

Contributing

We welcome contributions to Quantifiles! If you have an idea for a feature, or if you encounter a bug, please open an issue or submit a pull request.

Feel free to dive in!

License

This project is licensed under the terms of the BSD 2-Clause License. See the LICENSE file for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quantifiles-0.2.1.tar.gz (24.5 kB view hashes)

Uploaded Source

Built Distribution

quantifiles-0.2.1-py3-none-any.whl (29.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page