parsel命令行接口

parsel-cli的Python项目详细描述


parsel cli

https://img.shields.io/pypi/v/parsel-cli.svghttps://img.shields.io/pypi/pyversions/parsel-cli.svgDocumentation Statushttps://img.shields.io/travis/rolando/parsel-cli.svgCoverage StatusCode Quality StatusRequirements Status

parsel命令行界面

快速启动

示例:

$ 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

有关更多选项,请参见parsel-cli-h

学分

这个包是用Cookiecutterrolando/cookiecutter-pypackage项目模板创建的。

历史记录

0.2.0(2016-08-03)

  • 升级版本bump。

0.1.1(2016-08-03)

  • 添加了–绝对链接参数。
  • 允许URL作为文件参数。
  • 添加了–version参数。

0.1.0(2016-07-25)

  • pypi上的第一个版本。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java JavaFX 11可编辑组合框引发IndexOutOfBoundsException   java选择数组中的数组元素   java我从来没有找到创建2D ArrayList的正确方法   java JPA查找orderById的顶部数据,并按字符串过滤Id   使用java在ejabberd中进行xmpp外部身份验证   从ajax调用向java传递点运算符   java如何使用ReadWriteLock   使用Spring控制器和jQueryAjax的java重定向   java使JFrame中的JPanel可滚动   java如何用多个。jar库?   java EditText在RecyclerView中失去了对滚动的关注   java为什么我们必须扩展Servlet或GenericServlet或HttpServlet来创建Servlet应用程序?如果不扩展,我们可以开发Servlet应用程序吗?   使用递归java查找数组中的最大值   具有不同字段数的html表单的java域传输对象   java文本视图扩展;不支持操作异常   java如何使用iText的HTMLWorker类将多语言HTML字符串呈现为PDF