PeakFit

View on PyPIReverse Dependencies (0)

0.7.1 peakfit-0.7.1-py3-none-any.whl

Wheel Details

Project: PeakFit
Version: 0.7.1
Filename: peakfit-0.7.1-py3-none-any.whl
Download: [link]
Size: 33083
MD5: f9deee8c64f1a9b6e0f0d3401c84e398
SHA256: 2e168e4233eec063f206f247296304d27fcd80cbc55ee772830a795c5d14f5c2
Uploaded: 2024-06-12 16:01:00 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: PeakFit
Version: 0.7.1
Summary: PeakFit allow for lineshape fitting in pseudo-3D NMR spectra.
Author-Email: Guillaume Bouvignies <guillaume.bouvignies[at]ens.psl.eu>
License: GPL-3.0-or-later
Requires-Python: >=3.12
Requires-Dist: numpy (>=1.26.4)
Requires-Dist: lmfit (>=1.3.1)
Requires-Dist: matplotlib (>=3.9.0)
Requires-Dist: rich (>=13.7.1)
Requires-Dist: nmrglue (>=0.10)
Requires-Dist: pandas[excel] (>=2.2.2)
Requires-Dist: scipy (>=1.13.1)
Requires-Dist: networkx (>=3.3)
Description-Content-Type: text/markdown
[Description omitted; length: 75 characters]

WHEEL

Wheel-Version: 1.0
Generator: pdm-backend (2.3.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
peakfit-0.7.1.dist-info/METADATA sha256=KDi6qbKH-sXuQerckf6LjndjdJpQv8mSQUwbJCA_hLs 598
peakfit-0.7.1.dist-info/WHEEL sha256=vnE8JVcI2Wz7GRKorsPArnBdnW2SWKWGow5gu5tHlRU 90
peakfit-0.7.1.dist-info/entry_points.txt sha256=N-Z8WwZ_veNjrfKkt9k4RPFY3YqwhdqxLKY62O1OWhA 169
peakfit-0.7.1.dist-info/licenses/LICENSE sha256=M7wm1EmMGDtwPRdg7kW4d00h1uAXjKOT3HFScYQMeiE 34916
peakfit/__init__.py sha256=7ydjF4UllAT6cth-WrZHqehyZQyff7mX_Ib2SIgbixM 73
peakfit/__main__.py sha256=yUVKjJGfqYR5nYU0bRBKeF8SfRaprJuvJSZbIZA8LOI 126
peakfit/cli.py sha256=aJ7AeYlL6ysMVPeSwmHXSJsEGGS3VTsiU64RPDzrvvo 1507
peakfit/clustering.py sha256=eKZfvL9seQe1r2NFcqoDURi4D6j4xTTNln-_vaKKaUg 4230
peakfit/computing.py sha256=g64SmxfKMQ8m4BCOS19qS1ZI234UEk7PHY2i47nD-Ps 851
peakfit/messages.py sha256=SQPrw3fuPhA7tuETTDgfz5BKlmSSVni0pGNHccRfTsE 2821
peakfit/nmrpipe.py sha256=kpH7uOdg53SsZeoGrPjkHOwDJingQsESJyVnvucWkkM 3253
peakfit/noise.py sha256=AfWrN_6SgJuNfioq1MvEFlLPSdxgCwAazwBhLRrfFxE 3477
peakfit/peak.py sha256=OZ7phWitn0LbRrmIBv-aY1N9zPJXxK9ugKx_rHQfyjY 2188
peakfit/peakfit.py sha256=2xQ3TxVgngw-WsvCda2njTpYgamoWdE_l9-KtBsh3CA 3986
peakfit/peaklist.py sha256=RoQeLUi0RLBnnXUKKMfTh3dYr1x7K9Zp31rmnN73HYI 3577
peakfit/plot_cest.py sha256=pAQnZJT8Zzur5p5sW2FF-jhPytsIYqYr0Ewt66So5CE 1678
peakfit/plot_cpmg.py sha256=zE5w7VeReruLcOfA8Y3unLNkY65m_AjVspQTrs3YspM 4576
peakfit/plot_intensities.py sha256=ANZEer32YqbYA-ezXh5rjnr6-kP3WoRIRVsf9GrcgRo 1225
peakfit/plots.py sha256=dTZ0CjoY77jcrsm1emPfpg5Z2fIdd8A8YWmrs0RjLr4 3470
peakfit/shapes.py sha256=1SB5LSr3B_yDFAdgq2tCV1Ooo8tCuHa8bPQhazQrA40 12890
peakfit/spectra.py sha256=e5MUwtT1Ff3ASxQ0aOYR_vBz5kyOr_9i5XigxuwVL5Y 2280
peakfit/writing.py sha256=Rx2vF20TyWO6QIr3KOsEKlCSHyxIjNZgWydtdCOPNyI 1600
peakfit-0.7.1.dist-info/RECORD

entry_points.txt

peakfit = peakfit.peakfit:main
plot_cest = peakfit.plot_cest:main
plot_cpmg = peakfit.plot_cpmg:main
plot_intensities = peakfit.plot_intensities:main