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. Learn more →
Top 23 Python python-2 Projects
-
TextBlob
Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
I think they reference the "other TextBlob" on there website and say that they use it. In case it is this what you mean: https://github.com/sloria/TextBlob
-
Project mention: Compclasses: prefer composition over inheritance | reddit.com/r/Python | 2023-01-16
dependency_injector: https://github.com/ets-labs/python-dependency-injector
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
b) https://github.com/oauthlib/oauthlib
-
-
-
Project mention: About a month ago I posted about PRegEx, an open-source project which I had started that you can use to build RegEx patterns programmatically, which the subreddit seem to like. This prompted me to keep working on it, and one month later, PRegEx v2.0.0 is out! | reddit.com/r/Python | 2022-08-24
I havent found a way to specify an exact character match in pyparsing - https://github.com/pyparsing/pyparsing/discussions/443
-
Project mention: Tautulli won't start with Fedora 37 (Python 3.11) | reddit.com/r/Tautulli | 2022-10-22
-
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.
-
Project mention: Xbox Elite Series 2 / Xbox Series X controller remapping in the SDL2 layer prior to interpretation by game over xinput | reddit.com/r/wine_gaming | 2023-01-24
The only thing I can think of, left to try is: https://github.com/kozec/sc-controller
-
I only run linux devices, so I use syncthing-gtk on devices I want a tray icon for, the rest is all via web (x.x.x.x:8384) or pure cli. Maybe your trouble is with the app you're using, I don't know. The gtk app is also available for Windows these days: https://github.com/kozec/syncthing-gtk/releases/tag/v0.9.4.4 so you could always try that to see if to changes anything.
-
apispec
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)..
-
I am moving all my open source projects to `mypy --strict`. Here's the diff of adding basic / --strict mypy types:
libvcs: https://github.com/vcs-python/libvcs/pull/362/files, https://github.com/vcs-python/libvcs/pull/390/files
libtmux: https://github.com/tmux-python/libtmux/pull/382/files, https://github.com/tmux-python/libtmux/pull/383/files
unihan-etl: https://github.com/cihai/unihan-etl/pull/255/files, https://github.com/cihai/unihan-etl/pull/257/files
As for return on investment - not sure yet. What I like about it is:
- completions (through annotating)
- typings can be used downstream (since the above are all now typed python libraries)
- maintainability and bug finding. Easy to wire into CI and run locally.
There's a thread on mypy, "--strict is too strict to be useful", https://github.com/python/mypy/issues/7767. I'm not sure if I walked away with that impression. If I have a function that could potentially return `None` (`Optional[str]` or `str | None`) - it makes sense for the user to handle such a case. They could:
assert response is not None
-
TurboGears
Python web framework with full-stack layer implemented on top of a microframework core with support for MongoDB, Pluggable Applications and autogenerated Admin
-
Nose2 on GitHub — https://github.com/nose-devs/nose2
-
See also zxcvbn and original for the rationale.
-
-
-
Project mention: GitHub - python-xlib/python-xlib: XLib in pure Python (Py2/Py3 compatible) | reddit.com/r/Python | 2023-01-12
-
-
vermin
Concurrently detect the minimum Python versions needed to run code - Vermin 1.6 will end support for running via Python 2.7. Python 3.x is going to be required but detection of 2.x functionality will remain functional.
-
-
-
-
Project mention: I spent the last 2 months converting APL primitives into executable NumPy | reddit.com/r/Python | 2022-11-28
BTW you might also be interested in this project which allows you to call Python code from APL and vice versa.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Python python-2 related posts
- Xbox Elite Series 2 / Xbox Series X controller remapping in the SDL2 layer prior to interpretation by game over xinput
- SYnctrazor/Syncthing is unrealiable at all
- I made my first program, a password generator.
- Which XBOX Controller for PC use?
- Found a Chell prototype, and been having fun testing games with it
- Xbox Controller emulation or driver for SD Gamepad without Steam Client
- SC Controller v0.4.8.9 with Steam Deck Support
-
A note from our sponsor - Sonar
www.sonarsource.com | 28 Jan 2023
Index
What are some of the best open-source python-2 projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | TextBlob | 8,376 |
2 | Dependency Injector | 2,627 |
3 | OAuthLib | 2,531 |
4 | flask-ask | 1,901 |
5 | binarytree | 1,764 |
6 | pyparsing | 1,746 |
7 | CherryPy | 1,642 |
8 | sc-controller | 1,426 |
9 | syncthing-gtk | 1,162 |
10 | apispec | 1,002 |
11 | libtmux | 841 |
12 | TurboGears | 777 |
13 | nose2 | 738 |
14 | zxcvbn-python | 561 |
15 | imapclient | 422 |
16 | jug | 388 |
17 | python-xlib | 369 |
18 | longclaw | 353 |
19 | vermin | 344 |
20 | python-openzwave | 200 |
21 | MoinMoin | 129 |
22 | Friday | 102 |
23 | pynapl | 60 |