File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" setuptools>=61.0" ]
3+ build-backend = " setuptools.build_meta"
4+
5+ [project ]
6+ name = " pica"
7+ version = " 14.1.0"
8+ authors = [
9+ { name = " Prathamesh Deshmukh" , email = " prathameshium@duck.com" },
10+ ]
11+ description = " A modular software suite for automating laboratory measurements in physics research."
12+ readme = " README.md"
13+ license = { file = " LICENSE" }
14+ requires-python = " >=3.9"
15+ classifiers = [
16+ " Development Status :: 4 - Beta" ,
17+ " Intended Audience :: Science/Research" ,
18+ " License :: OSI Approved :: MIT License" ,
19+ " Operating System :: OS Independent" ,
20+ " Programming Language :: Python :: 3" ,
21+ " Programming Language :: Python :: 3.9" ,
22+ " Programming Language :: Python :: 3.10" ,
23+ " Programming Language :: Python :: 3.11" ,
24+ " Topic :: Scientific/Engineering :: Physics" ,
25+ " Topic :: System :: Hardware :: Hardware Drivers" ,
26+ ]
27+ dependencies = [
28+ " pyvisa" ,
29+ " pyvisa-py" ,
30+ " numpy" ,
31+ " matplotlib" ,
32+ " pandas" ,
33+ " pymeasure" ,
34+ " Pillow" ,
35+ " gpib-ctypes" ,
36+ ]
37+
38+ [project .urls ]
39+ "Homepage" = " https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation"
40+ "Bug Tracker" = " https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation/issues"
41+
42+ [project .gui-scripts ]
43+ pica-launcher = " PICA_v6:main"
You can’t perform that action at this time.
0 commit comments