OSCI | pyright | |
---|---|---|
18 | 137 | |
160 | 13,200 | |
2.5% | 1.2% | |
2.0 | 9.8 | |
3 months ago | 6 days ago | |
Python | Python | |
GNU General Public License v3.0 only | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
OSCI
-
Due to Red Hat's decision to remove public access, SUSE CTO Dr. Thomas Di Giacomo shares their position.
RH is still one the biggest contributor to open source. Most sites I found place them in third place in terms of currently active contributors, only beaten by Google and Microsoft (companies with respectively 7x and 10x their number of employees). Not to shit on Suse (who are on 12th place on the list I found, quite impressive for a company with only about 2000 employees), but pretending RH doesn't get Open Source is just untrue.
-
Your opinion of the Red Hat's latest fiasco
Red Hat gives plenty back to the "community."
-
Trying out the new generative fill feature in Photoshop Beta
The top two contributors to open source have been Microsoft and Google (OSCI https://opensourceindex.io/)
-
I’m sorry...the Fuck?
Red Hat is the #2 or #3 contributor to OpenSource projects. They contribute to everything. They are only beat out by Google consistently. (https://opensourceindex.io/)
- Eli5: How is Lichess free without being a not for profit company? Considering they have competitions that payout money, costs of running the servers, moderators, developers and so on.
- Kanzler Scholz nennt SAP "Aushängeschild der deutschen Digitalwirtschaft"
- Open Source Contributor Index
-
Microsoft announces new roadmap for VSCode C# extension: Plans to move to closed-source "LSP Tools Host"
Microsoft is the 2nd (usually 1st) largest opensource contributor, and has been in the top 3 for over a decade now... https://opensourceindex.io/
- Chrome OS and Steam OS are solving many problems that Linux faced for getting mainstream. Very proud of companies like Google and Valve.
-
We are building Open-Source alternatives to Microsoft 365 - become a part of awesome open-source projects
We are ranked 153 by Open Source Contributor Index (OSCI).
pyright
-
Python 3.13.0 Is Released
disclaimer: I don't work on big codebases.
Pylance with pyright[0] while developing (with strict mode) and mypy[1] with pre-commit and CI.
Previously, I had to rely on pyright in pre-commit and CI for a while because mypy didn’t support PEP 695 until its 1.11 release in July.
[0] -- https://github.com/microsoft/pyright
[1] -- https://github.com/python/mypy
-
Introducing Tapyr: Create and Deploy Enterprise-Ready PyShiny Dashboards with Ease
Static Type Checking with PyRight: Improve code quality and reduce bugs with PyRight, a static type checking feature not available in R. This proactive error detection ensures your applications are reliable, before you even start them.
-
Enhance Your Project Quality with These Top Python Libraries
Pyright is a fast type checker meant for large Python source bases. It can run in a “watch” mode and performs fast incremental updates when files are modified.
-
How to speed up Pyright + eglot.
However, I made it faster for my use-case by changing some settings. Neovim allows to have these settings in the setup function for LSP. I was trying to figure out how do I change these settings with doom emacs. Pyright docs suggest to have these settings in pyrightconfig.json.
-
Mypy 1.6 Released
Not exactly what you are looking for but maybe useful to others.
https://github.com/microsoft/pyright/blob/main/docs/mypy-com...
-
VSCodium – Libre Open Source Software Binaries of VS Code
You can use pyright instead[0]. It is the FOSS version of pyright, but having some features missing.
[0]: https://github.com/microsoft/pyright
-
How do you enable semantic highlighting for Python?
Unfortunately, pyright explicitly stated that they are not interested in inlay hints or other language server features, that those will only be added to pylance. That's why I added it myself instead of submitting a pull request to pyright. See https://github.com/microsoft/pyright/issues/4325
-
How do I enable an LSP for json files?
return { -- add pyright to lspconfig { "neovim/nvim-lspconfig", ---@class PluginLspOpts opts = { ---@type lspconfig.options servers = { -- Listed servers will be automatically loaded to buffers jsonls = { settings = { json = { format = { enable = true, }, }, validate = { enable = true }, }, }, pyright = { settings = { python = { analysis = { -- https://github.com/microsoft/pyright/blob/main/docs/settings.md autoSearchPaths = false, useLibraryCodeForTypes = true, diagnosticMode = "openFilesOnly", }, }, }, }, }, -- Add folding capability to use LSP for ufo plugin capabilities = { textDocument = { foldingRange = { dynamicRegistration = false, lineFoldingOnly = true, }, }, }, }, }, }
-
VSCode isn't Recognizing installed Python Modules?
[{ "resource": "/Documents/Coding/VSCode/Projects/Photoeditor/PhotoEditor.py", "owner": "_generated_diagnostic_collection_name_#0", "code": { "value": "reportMissingModuleSource", "target": { "$mid": 1, "external": "https://github.com/microsoft/pyright/blob/main/docs/configuration.md#reportMissingModuleSource", "path": "/microsoft/pyright/blob/main/docs/configuration.md", "scheme": "https", "authority": "github.com", "fragment": "reportMissingModuleSource" } }, "severity": 4, "message": "Import \"requests\" could not be resolved from source", "source": "Pylance", "startLineNumber": 2, "startColumn": 8, "endLineNumber": 2, "endColumn": 16 }]
-
Pyright does not respect virtualenv (astronvim)
I don't use astro, but you can configure pyright by using a pyrightconfig.json or directly in the LSP configuration.
What are some alternatives?
awesome-oss-alternatives - Awesome list of open-source startup alternatives to well-known SaaS products 🚀
jedi-language-server - A Python language server exclusively for Jedi. If Jedi supports it well, this language server should too.
Twake - Twake is a secure open source collaboration platform to improve organizational productivity.
mypy - Optional static typing for Python
tmail-flutter - A multi-platform (Flutter) application for reading your emails, with your favorite devices, using the JMAP protocol!
python-lsp-server - Fork of the python-language-server project, maintained by the Spyder IDE team and the community
media-azure-serverless-workflow - Audio Diagnose, Media Enhance, and Speech-to-Text running on Azure Serverless Functions.
python-language-server - Microsoft Language Server for Python
linux - Linux kernel source tree
coc-jedi - coc.nvim wrapper for https://github.com/pappasam/jedi-language-server
Nextcloud - ☁️ Nextcloud server, a safe home for all your data
pylance-release - Documentation and issues for Pylance