Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barraponto/scrapy-probe
https://github.com/barraponto/scrapy-probe
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/barraponto/scrapy-probe
- Owner: barraponto
- License: bsd-2-clause
- Created: 2015-05-27T04:04:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-27T04:04:52.000Z (over 9 years ago)
- Last Synced: 2024-04-15T12:51:05.288Z (9 months ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
===============================
Scrapy Probe
===============================| |docs| |travis| |appveyor| |coveralls| |landscape| |scrutinizer|
| |version| |downloads| |wheel| |supported-versions| |supported-implementations|.. |docs| image:: https://readthedocs.org/projects/scrapy-probe/badge/?style=flat
:target: https://readthedocs.org/projects/scrapy-probe
:alt: Documentation Status.. |travis| image:: http://img.shields.io/travis/barraponto/scrapy-probe/master.png?style=flat
:alt: Travis-CI Build Status
:target: https://travis-ci.org/barraponto/scrapy-probe.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/barraponto/scrapy-probe?branch=master
:alt: AppVeyor Build Status
:target: https://ci.appveyor.com/project/barraponto/scrapy-probe.. |coveralls| image:: http://img.shields.io/coveralls/barraponto/scrapy-probe/master.png?style=flat
:alt: Coverage Status
:target: https://coveralls.io/r/barraponto/scrapy-probe.. |landscape| image:: https://landscape.io/github/barraponto/scrapy-probe/master/landscape.svg?style=flat
:target: https://landscape.io/github/barraponto/scrapy-probe/master
:alt: Code Quality Status.. |version| image:: http://img.shields.io/pypi/v/scrapy-probe.png?style=flat
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/scrapy-probe.. |downloads| image:: http://img.shields.io/pypi/dm/scrapy-probe.png?style=flat
:alt: PyPI Package monthly downloads
:target: https://pypi.python.org/pypi/scrapy-probe.. |wheel| image:: https://pypip.in/wheel/scrapy-probe/badge.png?style=flat
:alt: PyPI Wheel
:target: https://pypi.python.org/pypi/scrapy-probe.. |supported-versions| image:: https://pypip.in/py_versions/scrapy-probe/badge.png?style=flat
:alt: Supported versions
:target: https://pypi.python.org/pypi/scrapy-probe.. |supported-implementations| image:: https://pypip.in/implementation/scrapy-probe/badge.png?style=flat
:alt: Supported imlementations
:target: https://pypi.python.org/pypi/scrapy-probe.. |scrutinizer| image:: https://img.shields.io/scrutinizer/g/barraponto/scrapy-probe/master.png?style=flat
:alt: Scrutinizer Status
:target: https://scrutinizer-ci.com/g/barraponto/scrapy-probe/A Scrapy extension for probing request parameters.
* Free software: BSD license
Installation
============::
pip install scrapy-probe
Documentation
=============https://scrapy-probe.readthedocs.org/
Development
===========To run the all tests run::
tox