https://github.com/rmax/parsel-cli
Parsel Command Line Interface
https://github.com/rmax/parsel-cli
Last synced: 8 months ago
JSON representation
Parsel Command Line Interface
- Host: GitHub
- URL: https://github.com/rmax/parsel-cli
- Owner: rmax
- License: mit
- Created: 2016-07-25T14:36:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-03T05:36:42.000Z (almost 10 years ago)
- Last Synced: 2024-10-30T02:36:31.820Z (over 1 year ago)
- Language: Python
- Size: 33.2 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
==========
Parsel CLI
==========
.. image:: https://img.shields.io/pypi/v/parsel-cli.svg
:target: https://pypi.python.org/pypi/parsel-cli
.. image:: https://img.shields.io/pypi/pyversions/parsel-cli.svg
:target: https://pypi.python.org/pypi/parsel-cli
.. image:: https://readthedocs.org/projects/parsel-cli/badge/?version=latest
:target: https://readthedocs.org/projects/parsel-cli/?badge=latest
:alt: Documentation Status
.. image:: https://img.shields.io/travis/rolando/parsel-cli.svg
:target: https://travis-ci.org/rolando/parsel-cli
.. image:: https://codecov.io/github/rolando/parsel-cli/coverage.svg?branch=master
:alt: Coverage Status
:target: https://codecov.io/github/rolando/parsel-cli
.. image:: https://landscape.io/github/rolando/parsel-cli/master/landscape.svg?style=flat
:target: https://landscape.io/github/rolando/parsel-cli/master
:alt: Code Quality Status
.. image:: https://requires.io/github/rolando/parsel-cli/requirements.svg?branch=master
:alt: Requirements Status
:target: https://requires.io/github/rolando/parsel-cli/requirements/?branch=master
Parsel Command Line Interface
* Free software: MIT license
* Documentation: https://parsel-cli.readthedocs.org.
* Python versions: 2.7, 3.4+
Quickstart
----------
Example::
$ curl http://scrapy.org/ | parsel-cli '.container a::attr(href)' | tail -2
http://doc.scrapy.org/en/latest/topics/ubuntu.html
https://github.com/scrapy/scrapy/archive/1.1.zip
See ``parsel-cli -h`` for more options.
Credits
-------
This package was created with Cookiecutter_ and the `rolando/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`rolando/cookiecutter-pypackage`: https://github.com/rolando/cookiecutter-pypackage