Metadata-Version: 2.1
Name: softlab
Version: 0.1.3
Summary: Toolkit to build software-defined laboratory
Author-email: Edward Chou <prettyage.new@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/hoolheart/softlab
Keywords: science,laboratory,toolkit
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE

softlab
========

Python toolkit to build software-defined laboratory inspired by QCoDeS.

The whole project splits into 5 parts following the ancient Chinese "WuXing"
hypothesis:

* ``jin`` means "metal", it represents tools, providing important tools for
  data manipulation, analysis, visualization, etc.
* ``mu`` means "tree", it represents vitality, responsible for creating 
  services and applications
* ``shui`` means "water", it represents carrier of information, responsible
  for database access, data management, configuration management, etc.
* ``huo`` means "fire", it represents dynamics of system, including process
  defining, management, sheduling, etc.
* ``tu`` means "earth", it represents basis of system, including parameters,
  devices, stations, models, etc.
