pycatcher

View on PyPIReverse Dependencies (0)

0.0.59 pycatcher-0.0.59-py3-none-any.whl

Wheel Details

Project: pycatcher
Version: 0.0.59
Filename: pycatcher-0.0.59-py3-none-any.whl
Download: [link]
Size: 29762
MD5: 71428e4b270dc0f3d88d1c0b2e0b7f4b
SHA256: e63155538f72c0beb73a019e294c6a5b67bf007755923d030ea8b9587c970fe1
Uploaded: 2024-12-27 02:43:07 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pycatcher
Version: 0.0.59
Summary: This package identifies outlier(s) for a given time-series dataset in simple steps. It supports day, week, month and quarter level time-series data.
Author: Aseem Anand
Author-Email: aseemanand[at]gmail.com
Maintainer: Jagadish Pamarthi
Maintainer-Email: jagadish.vrsec[at]gmail.com
Home-Page: https://github.com/aseemanand/pycatcher/
Project-Url: Repository, https://github.com/aseemanand/pycatcher/
License: MIT
Keywords: outlier-detection,python,timeseries
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9,<4.0
Requires-Dist: flask (<4.0.0,>=3.1.0)
Requires-Dist: mkdocs (<2.0.0,>=1.5.0)
Requires-Dist: mkdocs-material (<10.0.0,>=9.1.3)
Requires-Dist: pandas (==2.2.3)
Requires-Dist: pyod (==2.0.2)
Requires-Dist: pyspark (<4.0.0,>=3.0.0)
Requires-Dist: seaborn (==0.13.2)
Requires-Dist: sesd (==0.2)
Requires-Dist: statsmodels (==0.14.4)
Description-Content-Type: text/markdown
[Description omitted; length: 7807 characters]

WHEEL

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

RECORD

Path Digest Size
pycatcher/__init__.py sha256=7ZpGbNbMkT6mB2iotg96QgzNLWLDUjz3DaZDs6DrQ-E 5029
pycatcher/api_catch.py sha256=ixJXnHPnBh8U_vPkYfgznWDKoQL9HCDfj1khjLrPc08 1915
pycatcher/api_diagnostics.py sha256=X_YxsW1J77iq_KD0U1XQfVKWh2Rj5ZS6IIJDWtXh7yc 1836
pycatcher/api_run.py sha256=i1junG5EH-o5zHLCciGPWGBtH7NTxgjm23Gz_Aw8Zwc 157
pycatcher/catch.py sha256=MytaXSL9ZKn3Ezy5bd6evJs6kRqn-P3QOWbURfeb60A 62156
pycatcher/diagnostics.py sha256=PZLLIwjW18e7Bq91T6fM8YoJ7YC_eog0ekB415dke2U 44928
pycatcher/templates/index.html sha256=TbEzpAZwBe3_zyISsFRm4KEFgI_aQN3zg9nQx8Nstt8 9208
pycatcher/webapp.py sha256=GOiJZuXnR6oDGy8Eq-WgdpGYlos_Oo1vppwMIyhYBsk 6935
pycatcher-0.0.59.dist-info/LICENSE sha256=q_p2bEGilxQ2aiRTa_f26buU2uFvYlTebikL3p6oTHc 1068
pycatcher-0.0.59.dist-info/METADATA sha256=pXgisVTWm4Oj--UM0O2QAUYqmQnEzxZyEpOqkroF6Co 9070
pycatcher-0.0.59.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
pycatcher-0.0.59.dist-info/entry_points.txt sha256=OnEuQpZqrU8EAwLkiIRcbTjz0e_47oJbQPeWbX-8uTY 103
pycatcher-0.0.59.dist-info/RECORD

entry_points.txt

start-pycatcher-api = pycatcher.api_run:main
start-pycatcher-ui = pycatcher.webapp:main