GitXplorerGitXplorer
r

parsel-cli

public
9 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
c211fe5ddfc53ac965acaeffde00082ebc57081d

Bump version to 0.2.0.

rrmax committed 8 years ago
Unverified
3722c7cfe4773860dede3db84ac5952138233fee

Bump version to 0.1.1.

rrmax committed 8 years ago
Unverified
732a688c7c1d488c6d0f858e229102f10ff00d35

ENH: Add --absolute-links argument.

rrmax committed 8 years ago
Unverified
9c73441c1f909b4512c9e647776fbdfcbe19bf21

DOC: Update history.

rrmax committed 8 years ago
Unverified
9a30e7b59d2d1bdd625fdba82b748927d7c590f1

Bump version to 0.1.1-dev.

rrmax committed 8 years ago
Unverified
f1ceefc9154dc7d15c47e6ce1fbd099efe57d464

ENH: Add support for opening URL directly.

rrmax committed 8 years ago

README

The README file for this repository.

========== 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

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