pipe2py icon indicating copy to clipboard operation
pipe2py copied to clipboard

A project to compile Yahoo! Pipes into Python (see it hosted on Google App Engine: http://pipes-engine.appspot.com)

Results 23 pipe2py issues
Sort by recently updated
recently updated
newest added

Bumps [twisted](https://github.com/twisted/twisted) from 15.0.0 to 22.10.0. Release notes Sourced from twisted's releases. Twisted 22.10.0 (2022-10-30) This release contains a security fix for CVE-2022-39348. This is a low-severity security bug. Twisted...

dependencies

Bumps [html5lib](https://github.com/html5lib/html5lib-python) from 0.999 to 0.999999999. Changelog Sourced from html5lib's changelog. Commits 6a73efa Yes, another release, already. :( e0dc25f Fix attribute order to the treebuilder to be document order a3b8252...

dependencies

Bumps [lxml](https://github.com/lxml/lxml) from 3.3.5 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

Bumps [treq](https://github.com/twisted/treq) from 0.2.1 to 22.1.0. Release notes Sourced from treq's releases. Treq 22.1.0 22.1.0 (2022-01-29) Bugfixes Cookies specified as a dict were sent to every domain, not just the...

dependencies

Bumps [babel](https://github.com/python-babel/babel) from 1.3 to 2.9.1. Release notes Sourced from babel's releases. Version 2.9.1 Bugfixes The internal locale-data loading functions now validate the name of the locale file to be...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 2.7.3 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

When I input the following: $ pip install -r requirements.txt I get an error -bash: /usr/local/bin/pip: /usr/local/opt/python/bin/python2.7: bad interpreter: No such file or directory Could someone please help install this?

Hello, I Have a Problem with the pipeurlbuilder and pipexpathfetchpage Module. I Use my following Pipe which gets converted without errors: http://pipes.yahoo.com/pipes/pipe.info?_id=9ac44b79ddd8b30ae42a1a9e31cb6e03 But If I run the Python Script it...

I successfully installed onto Windows using the guide here: https://code.activestate.com/pypm/pipe2py/ Whenever I try to convert a pipe from the pipe_id, I get the error: TypeError: String indices must be integers...

Traceback (most recent call last): File "bin/compile", line 82, in pipe = parse_pipe_def(pipe_def, pipe_name) File "/Users/rjones/Projects/GlanceSWF/zappa-pipes/env2/lib/python2.7/site-packages/pipe2py-0.23.7-py2.7.egg/pipe2py/compile.py", line 260, in parse_pipe_def File "/Users/rjones/Projects/GlanceSWF/zappa-pipes/env2/lib/python2.7/site-packages/pipe2py-0.23.7-py2.7.egg/pipe2py/lib/utils.py", line 641, in gen_graph1 KeyError: 'modules' It works...