riko icon indicating copy to clipboard operation
riko copied to clipboard

A Python stream processing engine modeled after Yahoo! Pipes

Results 22 riko issues
Sort by recently updated
recently updated
newest added

[`riko.bado.io.FileReader`](https://github.com/nerevu/riko/blob/0a3cab171b0e4ccdd2e47ecceef44d837f1747c6/riko/bado/io.py#L40) should be a [`push_ producer`](https://twistedmatrix.com/documents/current/core/howto/producers.html#push-producers). This will be easier to implement and conform to most Consumer's expectations.

enhancement
help wanted

Did you want me to try to implement the changes discussed in [this thread](https://github.com/nerevu/riko/issues/12)? This PR doesn't fix those things specifically.

enhancement

The `format_currency` function from Babel version 2.8.0 used in [riko's currencyformat.py](https://github.com/nerevu/riko/blob/52178facf6d7efda913380554783205fef7d7be2/riko/modules/currencyformat.py#L56) returns a `\xa0` byte character after the currency symbol locally, but not on Travis-CI (e.g. `$\xa010.33` is returned locally,...

bug

Hello, First of all, commendable job. Thank you for your work. I'm working on a Jupyter notebook, which will be a tutorial on how to use Riko to access unstructured...

bug

I've been trialling riko and it seems great. I do have a small request however, that an option be added to change the `User-Agent` on outgoing requests. Some servers will...

enhancement

CR https://github.com/nerevu/riko/pull/45

enhancement

Personally I prefer to work with asyncio when I need async instead of big and clunky tornado, so I am wondering if it would be possible to add such support...

enhancement

I currently use feedparserdict internally. I should implement this directly so that if speedparser is present, I won't need feedparser at all.

refactor

Developers should be able to easily create new modules that extend riko's functionality. It should ideally be based off of [flask extensions](http://flask.pocoo.org/docs/0.11/extensiondev/).

enhancement