Metadata-Version: 2.0
Name: cloudfeaster
Version: 0.9.8
Summary: Cloudfeaster
Home-page: https://github.com/simonsdave/cloudfeaster
Author: Dave Simons
Author-email: simonsdave@gmail.com
License: MIT
Download-URL: https://github.com/simonsdave/cloudfeaster/tarball/v0.9.8
Description-Content-Type: UNKNOWN
Keywords: selenium
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: colorama (>=0.3.5)
Requires-Dist: jsonschema (>=2.3.0)
Requires-Dist: python-dateutil (==2.6.1)
Requires-Dist: selenium (==3.8.1)

cloudfeaster
============

|Maintained| |license| |PythonVersions| |status| |PyPI| |Requirements|
|Build Status| |Coverage Status| |docker-simonsdave/cloudfeaster|

Cloudfeaster is a screen scraping infrastructure that leverages modern
software engineering tools, services and trends to create:

-  (this repo is) `a spider authoring and maintenance
   environment <https://github.com/simonsdave/cloudfeaster>`__
-  `a Kubernetes enabled service infrastructure for discovering and
   running spiders via a RESTful
   API <https://github.com/simonsdave/cloudfeaster-services>`__

`This <https://github.com/simonsdave/cloudfeaster/tree/release-0.9.8/docs/story.md>`__
is the story behind Cloudfeaster.

What Next
---------

-  see
   `these <https://github.com/simonsdave/cloudfeaster/tree/release-0.9.8/docs/contributing.md>`__
   instructions describe how to setup your development environment and
   start contributing to Cloudfeaster
-  `this <https://github.com/simonsdave/cloudfeaster/tree/release-0.9.8/docs/spider_authors.md>`__
   describes how to author spiders using Cloudfeaster

.. |Maintained| image:: https://img.shields.io/maintenance/yes/2018.svg?style=flat
.. |license| image:: https://img.shields.io/pypi/l/cloudfeaster.svg?style=flat
.. |PythonVersions| image:: https://img.shields.io/pypi/pyversions/cloudfeaster.svg?style=flat
.. |status| image:: https://img.shields.io/pypi/status/cloudfeaster.svg?style=flat
.. |PyPI| image:: https://img.shields.io/pypi/v/cloudfeaster.svg?style=flat
   :target: https://pypi.python.org/pypi/cloudfeaster
.. |Requirements| image:: https://requires.io/github/simonsdave/cloudfeaster/requirements.svg?branch=release-0.9.8
   :target: https://requires.io/github/simonsdave/cloudfeaster/requirements/?branch=release-0.9.8
.. |Build Status| image:: https://travis-ci.org/simonsdave/cloudfeaster.svg?branch=release-0.9.8
   :target: https://travis-ci.org/simonsdave/cloudfeaster
.. |Coverage Status| image:: https://coveralls.io/repos/simonsdave/cloudfeaster/badge.svg?style=flat
   :target: https://coveralls.io/r/simonsdave/cloudfeaster
.. |docker-simonsdave/cloudfeaster| image:: https://img.shields.io/badge/docker-simonsdave%2Fcloudfeaster-blue.svg?style=flat
   :target: https://hub.docker.com/r/simonsdave/cloudfeaster/


