lemon24

Results 53 issues of lemon24

Hi @kurtmckee, I'm using feedparser heavily in [reader](https://github.com/lemon24/reader), a feed reader library. There are 3 issues I'd like to submit PRs for, I've opened this to provide a bit of...

performance
parser
character detection

... coming out soon: https://pythoninsider.blogspot.com/2022/08/python-3110rc1-is-now-available.html

(This is the general version of #276.) feedparser returns a lot of attributes we're not exposing on Feed/Entry. In the end they should all be exposed, but until we can...

help wanted

Clean typing stuff. Might be able to use [pyupgrade](https://github.com/asottile/pyupgrade) for this. To do: * [x] `from __future__ import annotations` (and the changes it enables) * [ ] don't depend on...

https://pypi.org/project/vulture/

https://github.com/lemon24/reader/blob/7c4df8af5cfe9b5282e46c019950366893854c75/src/reader/_app/__init__.py#L402-L408 Also useful here: https://github.com/dbrennand/Feederbot/issues/16

help wanted
good first issue

I'd like to know if I'm interacting with a feed, i.e.: * when is the last time I read an entry? * am I still reading new issues as they...

API
core

It's a beets spin-off: https://github.com/beetbox/confuse

As of 2.12, the *recent* entry sort heuristic is defined as such: > Most recent first. Currently, that means: > > * by import date [*added*] for entries published less...

feedparser has some issues I would like to solve for reader: * it uses too much memory * [this comment](https://github.com/lemon24/reader/issues/263#issuecomment-973137099) shows it's possible to do similar work with about 1/3...

core
feed parsing