Science Score: 67.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
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.3%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: AlphaOmegaSemiconductor
- License: mit
- Language: Python
- Default Branch: master
- Size: 8.67 MB
Statistics
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 1 year ago
· Last pushed 6 months ago
Metadata Files
Readme
Changelog
License
Citation
Support
Authors
README.rst
.. image:: https://raw.githubusercontent.com/pymeasure/pymeasure/master/docs/images/PyMeasure.png
:alt: PyMeasure Scientific package
PyMeasure scientific package
############################
PyMeasure makes scientific measurements easy to set up and run.
The package contains a repository of instrument classes and a system for running experiment procedures, which provides graphical interfaces for graphing live data and managing queues of experiments.
Both parts of the package are independent, and when combined provide all the necessary requirements for advanced measurements with only limited coding.
PyMeasure is currently under active development, so please report any issues you experience to our `Issues page`_.
.. _Issues page: https://github.com/pymeasure/pymeasure/issues
PyMeasure runs on Python 3.8-3.12, and is tested with continuous-integration on Linux, macOS, and Windows.
.. image:: https://github.com/pymeasure/pymeasure/actions/workflows/pymeasure_CI.yml/badge.svg
:target: https://github.com/pymeasure/pymeasure/actions/workflows/pymeasure_CI.yml
.. image:: http://readthedocs.org/projects/pymeasure/badge/?version=latest
:target: http://pymeasure.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.595633.svg
:target: https://doi.org/10.5281/zenodo.595633
.. image:: https://anaconda.org/conda-forge/pymeasure/badges/version.svg
:target: https://anaconda.org/conda-forge/pymeasure
.. image:: https://anaconda.org/conda-forge/pymeasure/badges/downloads.svg
:target: https://anaconda.org/conda-forge/pymeasure
.. image:: https://codecov.io/gh/pymeasure/pymeasure/graph/badge.svg
:target: https://codecov.io/gh/pymeasure/pymeasure
Quick start
===========
Check out `the documentation`_ for the `quick start guide`_, that covers the installation of Python and PyMeasure.
There are a number of examples in the `examples`_ directory that can help you get up and running.
.. _the documentation: http://pymeasure.readthedocs.org/en/latest/
.. _quick start guide: http://pymeasure.readthedocs.io/en/latest/quick_start.html
.. _examples: https://github.com/pymeasure/pymeasure/tree/master/examples
Owner
- Name: Alpha and Omega Semiconductor Limited (AOS)
- Login: AlphaOmegaSemiconductor
- Kind: organization
- Location: United States of America
- Website: https://www.aosmd.com/
- Repositories: 1
- Profile: https://github.com/AlphaOmegaSemiconductor
AOS is a designer, developer, and global supplier of a broad range of discrete power devices
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - name: PyMeasure Developers title: "PyMeasure" version: 0.14.0 doi: 10.5281/zenodo.595633 publisher: - name: Zenodo repository-code: https://github.com/pymeasure/pymeasure
GitHub Events
Total
- Watch event: 1
- Push event: 7
- Public event: 1
Last Year
- Watch event: 1
- Push event: 7
- Public event: 1
Dependencies
.github/workflows/pymeasure_CI.yml
actions
- actions/checkout v4 composite
- ammaraskar/sphinx-problem-matcher master composite
- codecov/codecov-action v4 composite
- mamba-org/setup-micromamba v1 composite
- rbialon/flake8-annotations v1 composite
.github/workflows/python-publish.yml
actions
- actions/checkout v4 composite
- actions/setup-python v5 composite
- pypa/gh-action-pypi-publish release/v1 composite
pyproject.toml
pypi
- numpy >=1.6.1,<3
- pandas >=0.14,<3
- pint *
- pyqtgraph >=0.12
- pyserial >=2.7
- pyvisa >=1.9