puzzlepiece
A GUI-forward Python framework for automating experimental setups.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.9%) to scientific vocabulary
Keywords
Repository
A GUI-forward Python framework for automating experimental setups.
Basic Info
- Host: GitHub
- Owner: jdranczewski
- License: apache-2.0
- Language: Python
- Default Branch: main
- Homepage: https://puzzlepiece.readthedocs.io/
- Size: 190 KB
Statistics
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 5
- Releases: 15
Topics
Metadata Files
README.md
Puzzlepiece is a GUI-forward Python framework for automating experimental setups. It focuses on abstracting communication with a piece of hardware into standard inputs, outputs, and actions. It then automatically generates GUI components for them, minimising the need for boilerplate code. Puzzlepiece allows the user to bring diverse controls into a single, consolidated application, and automate their interaction or experiment using a unified API, either by making custom Pieces, or through a built-in script language, or with Interactive Python.
See the documentation at https://puzzlepiece.readthedocs.io/ for examples of how to get started.
You can install puzzlepiece using pip:
pip install puzzlepiece
Check out the examples folder for how to make an application (a Puzzle), and puzzlepiece/pieces/random_number.py for a simple example Piece. A Piece is a module that does a particular job (talks to a laser, scans a value, ...), and multiple of these brought together make up a Puzzle.
Created by Jakub Dranczewski as part of PhD work supported by the EU ITN EID project CORAL (GA no. 859841).
Owner
- Name: Jakub Dranczewski
- Login: jdranczewski
- Kind: user
- Location: London
- Company: Imperial College London
- Website: jdranczewski.github.io
- Repositories: 27
- Profile: https://github.com/jdranczewski
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: puzzlepiece
message: Please cite this software using these metadata.
type: software
authors:
- given-names: Jakub
family-names: Dranczewski
email: jbd17@ic.ac.uk
orcid: 'https://orcid.org/0000-0002-8946-2214'
repository-code: 'https://github.com/jdranczewski/puzzlepiece'
url: 'https://puzzlepiece.readthedocs.io/'
license: Apache-2.0
GitHub Events
Total
- Create event: 4
- Release event: 2
- Issues event: 8
- Watch event: 3
- Issue comment event: 2
- Push event: 22
- Pull request event: 6
Last Year
- Create event: 4
- Release event: 2
- Issues event: 8
- Watch event: 3
- Issue comment event: 2
- Push event: 22
- Pull request event: 6
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 3
- Total pull requests: 3
- Average time to close issues: 2 months
- Average time to close pull requests: 2 minutes
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 0.67
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 3
- Average time to close issues: 2 months
- Average time to close pull requests: 2 minutes
- Issue authors: 1
- Pull request authors: 2
- Average comments per issue: 0.67
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- jdranczewski (4)
Pull Request Authors
- jdranczewski (4)
- Squidwater606 (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 18 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 15
- Total maintainers: 1
pypi.org: puzzlepiece
A GUI-forward Python framework for automating experimental setups.
- Homepage: https://github.com/jdranczewski/puzzlepiece
- Documentation: https://puzzlepiece.readthedocs.io
- License: Apache Software License
-
Latest release: 0.12.1
published about 1 year ago
Rankings
Maintainers (1)
Dependencies
- numpy *
- pyqtgraph *