flowops

View on PyPIReverse Dependencies (0)

0.1.0 flowops-0.1.0-py3-none-any.whl

Wheel Details

Project: flowops
Version: 0.1.0
Filename: flowops-0.1.0-py3-none-any.whl
Download: [link]
Size: 10031
MD5: a4e87f440a76b77fd73e2e91bf0862c5
SHA256: 844bc765e901bed7a697af480854af5fe7b65e8e06f9de30bcb023fcb7f3b8e3
Uploaded: 2023-06-22 10:55:47 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: flowops
Version: 0.1.0
Summary: FlowOps: Optical Flow for Computer Vision
Author-Email: Kurt Stolle <k.h.w.stolle[at]gmail.com>
Keywords: optical flow,computer vision,deep learning
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.10
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: hypothesis; extra == "test"
Requires-Dist: bandit[toml] (==1.7.4); extra == "test"
Requires-Dist: black (==23.1.0); extra == "test"
Requires-Dist: check-manifest (==0.48); extra == "test"
Requires-Dist: flake8-bugbear (==23.3.12); extra == "test"
Requires-Dist: flake8-docstrings; extra == "test"
Requires-Dist: flake8-formatter-junit-xml; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: flake8-pyproject; extra == "test"
Requires-Dist: pre-commit (==3.3.1); extra == "test"
Requires-Dist: pylint (==2.17.0); extra == "test"
Requires-Dist: pylint-junit; extra == "test"
Requires-Dist: pytest-cov (==3.0.0); extra == "test"
Requires-Dist: pytest-mock (<3.10.1); extra == "test"
Requires-Dist: pytest-runner; extra == "test"
Requires-Dist: pytest (==7.2.2); extra == "test"
Requires-Dist: pytest-github-actions-annotate-failures; extra == "test"
Requires-Dist: shellcheck-py (==0.9.0.2); extra == "test"
Provides-Extra: docs
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 66 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.40.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
flowops/__init__.py sha256=fuZ3LxT3IJkc_2OEeYcZTzmmTc_2Cvf_aDxnO8CGfbw 152
flowops/__main__.py sha256=KvrdGIEGlXpUV1yE2_fhXOpi6ue5rb0oI1S1HE3hClA 61
flowops/flow.py sha256=CBaxmvGsvhkwuEnjM5C90IDMEj5_zEuwx771McX8Zj8 7577
flowops/warp.py sha256=HJ-NSkmtmZxGwIJp_VePacWvkrqOqoG3mKaZ3xEKHpI 1833
flowops/io/__init__.py sha256=fljT0HLysBe5SKlHeLNBwAxu7DDNeQIbsMoTxeqhT1w 92
flowops/io/format.py sha256=SVuPnadWImVdiR8nHZaC5m7C3_PN9XctEUshJ5YXrsw 456
flowops/io/read_write.py sha256=YHoHPSO62cKJy3AlFHi0YVG7aUrO1dVFXDIgURA_cvA 7919
flowops/io/typings.py sha256=K5OYMlvAS9_zbnOVC12-xiLBUe3VRgnG6pCWic_28Fs 112
flowops/io/utils.py sha256=VizaYOvs5C7e1d4eiNvB9mJSoDzB36rVTlVb0QAxi5U 357
flowops-0.1.0.dist-info/LICENSE sha256=8qFcbk64vRt4HM55zCYzVGbLynm2TEN1V3Vzb3IhOqI 1094
flowops-0.1.0.dist-info/METADATA sha256=g4WSMXGjZ6Oh7BLE1Mc-2JswekYrVOg6wjztuPfKAxU 1792
flowops-0.1.0.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
flowops-0.1.0.dist-info/entry_points.txt sha256=Vtcx9_qT84CX6LM06VCw0_tgKlEjtEdj4BE1dbsDeH0 45
flowops-0.1.0.dist-info/top_level.txt sha256=ceBj_UAB66zqDRdXwGhZT4fFu3MMCML2h4I2lMwlPIE 8
flowops-0.1.0.dist-info/RECORD

top_level.txt

flowops

entry_points.txt

flowops = flowops:__main__