instrumentools

View on PyPIReverse Dependencies (0)

0.1.3 instrumentools-0.1.3-py3-none-any.whl

Wheel Details

Project: instrumentools
Version: 0.1.3
Filename: instrumentools-0.1.3-py3-none-any.whl
Download: [link]
Size: 10303
MD5: b5665bd68407e2be9dadac24253eb049
SHA256: 946400504445ae945d05414af7d6875427a5c4136522678bf9d3c1e6faddab31
Uploaded: 2020-10-26 22:29:31 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: instrumentools
Version: 0.1.3
Summary: Data processing and plotting scripts for chemistry workflows
Author: Dal Williams
Author-Email: dendrondal[at]protonmail.com
Home-Page: https://github.com/dendrondal/instrumentools
Project-Url: Repository, https://github.com/dendrondal/instrumentools
License: MIT
Keywords: chemistry,microscopy,electron microscopy,TEM,materials science,calorimetry,gravimetric analysis,critical micelle concentration
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6.1,<4.0.0
Requires-Dist: click (<8.0,>=7.0)
Requires-Dist: matplotlib (<4.0.0,>=3.1.2)
Requires-Dist: ncempy (<2.0.0,>=1.5.0)
Requires-Dist: numpy (<2.0.0,>=1.17.4)
Requires-Dist: pandas (<2.0.0,>=1.0.0)
Requires-Dist: scikit-image (<0.17.0,>=0.16.2)
Requires-Dist: seaborn (<0.10.0,>=0.9.0)
Requires-Dist: tqdm (<5.0.0,>=4.40.2)
Requires-Dist: xlrd (<2.0.0,>=1.0.0)
[No description]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
instrumentools/CAC.py sha256=qQBfGAGttLy9IWYZIaSjiGuL8gWn_trKBPsVkwbmDfM 2783
instrumentools/DSC.py sha256=_OKqTwqOvQT-rJJG6x89tg3tSs383pHI2YeU_7UoXHM 6411
instrumentools/TEM.py sha256=nEZ9lmtZJBUVVwsRwb_KSq4vnIye5huaivVdlAa4BPw 4898
instrumentools/TGA.py sha256=ltEwkqjMgRZYmoVrm4tnzDtaL0T02UVBnxIjpWvyC_w 2766
instrumentools/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
instrumentools-0.1.3.dist-info/entry_points.txt sha256=q-zEpJHUZv4Ri3LkgOI8H7Z4eEvFK6627llwmd02VWs 167
instrumentools-0.1.3.dist-info/LICENSE sha256=vaqui7p1zB2gz7VF6kBR-G6R4yvwUkSPUv2Mi4u4VKM 1069
instrumentools-0.1.3.dist-info/WHEEL sha256=SrtnPGVTMeYWttls9xnWA01eUhCZ3ufFdJUYb1J3r-U 83
instrumentools-0.1.3.dist-info/METADATA sha256=dPepeBH15As0vXLbT2ni9ZNR5TjCgjXePh3DanEAqKM 1053
instrumentools-0.1.3.dist-info/RECORD

entry_points.txt

cac_analysis = instrumentools.CAC:main
dsc_analysis = instrumentools.DSC:main
tem_analysis = instrumentools.TEM:main
tga_analysis = instrumentools.TGA:main