Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Reader Alternatives
Similar projects and alternatives to reader
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
-
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
ramstk
Reliability, Availability, Maintainability, Safety (RAMS) analysis program.
-
-
-
-
-
-
-
google-search-results-python
Google Search Results via SERP API pip Python Package
-
-
-
rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
-
-
-
Revelo Payroll
Free Global Payroll designed for tech teams. Building a great tech team takes more than a paycheck. Zero payroll costs, get AI-driven insights to retain best talent, and delight them with amazing local benefits. 100% free and compliant.
reader reviews and mentions
-
Alternatives to Makefile for Python
I like this pattern so much, I wrote an article about it; if you want to see what it looks like in real life, check this out.
-
reader 2.5 released – a Python feed reader library
To find out more, check out the GitHub repo and the docs, or give the tutorial a try.
- Write an SQL query builder in 150 lines of Python
-
sqlite-utils - my Python library and CLI tool for manipulating SQLite databases
Looking now through the Python API docs, I found the Quoting characters for use in search thing, which may come in handy for something I'm doing for my feed reader library (deduplicating articles). Not sure if I'll vendor it or add sqlite-utils as a new dependency, but it's good to know someone already solved this problem (I have a prototype, but I haven't really tested it).
-
reader 2.0 released – a Python feed reader library
I'm happy to announce version 2.0 of reader, a Python RSS / Atom / JSON feed reader library.
-
Sunday Daily Thread: What's everyone working on this week?
I'm also working on the 2.0 version of my feed reader library. The backwards compatibility break allows me to clean up a bunch of unnecessary code and fix some bad design decisions; I've deleted 250 lines of code until now, and it's very satisfying.
-
PEP 661 -- Sentinel Values
In my feed reader library, I wrote my own (used here).
The exact same problems None has when it's not a valid value. None is different from the variable type, that's why you have Optional[VarType], which is an alias for Union[VarType, None]; you can model this in exactly the same way: Union[VarType, MissingType]; here's an example.
-
Modern CI is Too Complex and Misdirected
Did this a few days ago for a project of mine and I think the result turned out really nice (human-targeted stuff is at the top, ci- stuff is towards the end).
-
A note from our sponsor - InfluxDB
www.influxdata.com | 4 Oct 2023
Stats
lemon24/reader is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
reader is marked as "self-hosted". This means that it can be used as a standalone application on its own.
The primary programming language of reader is Python.