Metadata-Version: 2.1
Name: gather-vision
Version: 0.0.2
Summary: Obtain, extract, organise, and store information. 
Project-URL: Homepage, https://github.com/anotherbyte-net/gather-vision
Project-URL: Changelog, https://github.com/anotherbyte-net/gather-vision/blob/main/CHANGELOG.md
Project-URL: Source, https://github.com/anotherbyte-net/gather-vision
Project-URL: Tracker, https://github.com/anotherbyte-net/gather-vision/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: importlib-resources (==5.9.0)
Requires-Dist: typing-extensions (==4.3.0)
Requires-Dist: Scrapy (==2.6.3)
Requires-Dist: parsel (==1.6.0)
Requires-Dist: importlib-metadata (==4.2.0) ; python_version < "3.8"
Requires-Dist: typing-inspect (==0.8.0) ; python_version < "3.8"
Requires-Dist: importlib-metadata (==4.12.0) ; python_version >= "3.8"
Provides-Extra: dev
Requires-Dist: pip (==22.2.2) ; extra == 'dev'
Requires-Dist: setuptools (==65.4.1) ; extra == 'dev'
Requires-Dist: wheel (==0.37.1) ; extra == 'dev'
Requires-Dist: build (==0.8.0) ; extra == 'dev'
Requires-Dist: twine (==4.0.1) ; extra == 'dev'
Requires-Dist: pip-audit (==2.4.4) ; extra == 'dev'
Requires-Dist: pytest (==7.1.3) ; extra == 'dev'
Requires-Dist: pytest-mock (==3.9.0) ; extra == 'dev'
Requires-Dist: pytest-cov (==4.0.0) ; extra == 'dev'
Requires-Dist: tblib (==1.7.0) ; extra == 'dev'
Requires-Dist: tox (==3.26.0) ; extra == 'dev'
Requires-Dist: coverage (==6.5.0) ; extra == 'dev'
Requires-Dist: hypothesis (==6.55.0) ; extra == 'dev'
Requires-Dist: black (==22.8.0) ; extra == 'dev'
Requires-Dist: flake8 (==5.0.4) ; extra == 'dev'
Requires-Dist: flake8-annotations-coverage (==0.0.6) ; extra == 'dev'
Requires-Dist: flake8-black (==0.3.3) ; extra == 'dev'
Requires-Dist: flake8-bugbear (==22.9.23) ; extra == 'dev'
Requires-Dist: flake8-comprehensions (==3.10.0) ; extra == 'dev'
Requires-Dist: flake8-unused-arguments (==0.0.11) ; extra == 'dev'
Requires-Dist: flake8-requirements (==1.7.1) ; extra == 'dev'
Requires-Dist: mypy (==0.981) ; extra == 'dev'
Requires-Dist: pylint (==2.15.3) ; extra == 'dev'
Requires-Dist: pydocstyle[toml] (==6.1.1) ; extra == 'dev'
Requires-Dist: pyright (==1.1.273) ; extra == 'dev'
Requires-Dist: types-dateparser (==1.1.4) ; extra == 'dev'
Requires-Dist: types-PyYAML (==6.0.12) ; extra == 'dev'
Requires-Dist: types-requests (==2.28.11) ; extra == 'dev'
Requires-Dist: types-backports (==0.1.3) ; extra == 'dev'
Requires-Dist: types-urllib3 (==1.26.25) ; extra == 'dev'
Requires-Dist: pdoc3 (==0.10.0) ; extra == 'dev'
Requires-Dist: pyre-check (==0.9.16) ; (platform_system != "Windows") and extra == 'dev'
Requires-Dist: pytype (==2022.8.3) ; (python_version <= "3.10" and platform_system != "Windows") and extra == 'dev'

# gather-vision

Obtain, extract, organise, and store information. 

## Install

Install from PyPI using pip:

```bash
pip install gather-vision
```

[![PyPI](https://img.shields.io/pypi/v/gather-vision)](https://pypi.org/project/gather-vision/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/gather-vision)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/anotherbyte-net/gather-vision/Test%20Package/main)](https://github.com/anotherbyte-net/gather-vision/actions)
