fa
Feedback
Находки в опенсорсе: Python

Находки в опенсорсе: Python

رفتن به کانال در Telegram

Легкие задачки в опенсорсе из мира Python Чат: @opensource_findings_chat

نمایش بیشتر
985
مشترکین
اطلاعاتی وجود ندارد24 ساعت
-17 روز
+130 روز
آرشیو پست ها
🚀 New issue to Lancetnik/FastDepends by @Lancetnik 📝 bug: PEP 695 support (#217) Currently, we doesn't support PEP 695 type X syntax. So, code below raises an error
from typing import Annotated

from fast_depends import Depends, Provider, inject

provider = Provider()

def real_func() -> int:
    return 1

type Dep = Annotated[int, Depends(real_func)]  # doesn't work

@inject(dependency_overrides_provider=provider)
def func(dependency: Dep) -> int:
    return dependency

assert func() == 1
But, the same code with Dep: TypeAlias works fine #bug #good_first_issue sent via relator

🚀 New issue to reagento/relator by @Sehat1137 📝 Add mypy for static type checking (#9) Summary: Integrate mypy static type checker into the project to detect type-related errors before runtime and improve code reliability Proposed Actions: • Add mypy.ini with basic configuration. • Add mypy to development dependencies (e.g., requirements-dev.txt). • Start with a minimal configuration, ignoring missing imports for third-party libraries. • Update CI/CD pipeline (e.g., GitHub Actions) to run mypy . command. • Consider enabling the --strict flag for comprehensive type checking. #good_first_issue sent via relator

🚀 New issue to reagento/relator by @Sehat1137 📝 Add Ruff for linting and formatting (#8) Summary: Integrate the Ruff linter and formatter into the project to ensure consistent code style and catch common errors. 1. Add ruff.toml to configure rules 2. Add Ruff to the project's dev dependencies in requirements-dev.txt 3. Update the CI/CD pipeline (e.g., GitHub Actions) to run ruff check #good_first_issue sent via relator

Я знаю, тут любят интересные задачки. Поэтому вот вам - необходимо затащить поддержу PEP 695 в FastDepends (и в FastStream транзитивно) https://github.com/Lancetnik/FastDepends/issues/217

ради интереса закидываю сложную (относительно), но подъемную задачу из CPython. https://github.com/python/cpython/issues/139817 #cpython #compiler

🚀 New issue by @Sehat1137 📝 Test issue (#2493) Test sending
print("hello world")
• q • w • e #526 1. q 2. w 3. e #good_first_issue sent via telegram-notifier

Сделать проверку корректности заливки types-* из typeshed. Нужно находить пакеты в опциональных группах. https://github.com/typeshed-internal/stub_uploader/issues/190 #typing #stubtest_uploader #typeshed

🚀 New issue by @sobolevn 📝 Test issue (#3539) I am testing telegram notifications.
print(1)
#rule_request #help_wanted sent via telegram-notifier

https://github.com/python/cpython/issues/133210#issuecomment-3370872328 поправить test_pydoc с --without-docstrings флагом. #cpython #tests

удалить deprecated litestar.contrib.repository (туда его!) https://github.com/litestar-org/litestar/issues/4307 #litestar

https://github.com/reagento/dishka/blob/develop/docs/integrations/click.rst?plain=1#L19 нет импорта make_container в доке #python #docs #dishka

наш хороший друг сделал бесплатный курс по гиту: https://stepik.org/course/214865/promo если кто чувствует потребность подтянуть - залетайте.

🚀 New issue created by Sehat1137 📌 Title: Test issue 🏷️ Tags: #good_first_issue 🔗 Link: https://github.com/ag2ai/faststream/issues/2493 📝 Description: Test sending
print("hello world")
• q • w • e @hero_of #526 1. q 2. w 3. e sent via telegram-notifier

Код без границ от GitVerse Наконец-то! Гранты живыми деньгами на опенсорс проекты. Я очень давно хотел что-то такое увидеть в
Код без границ от GitVerse Наконец-то! Гранты живыми деньгами на опенсорс проекты. Я очень давно хотел что-то такое увидеть в России. И вот, увидел! Ребята из GitVerse запускают программу грантов для опенсорс разработчиков, можно выиграть: - 150 т.р. за первое место - 100 т.р. за второе - 50 т.р. за третье Если делаете крутой опенсорс – советую глянуть условия конкурса. Надеюсь увидеть много крутых проектов, подавайтесь! https://gitverse.habr.io

https://github.com/python/cpython/issues/138191 #cpython #docs #easy Добавить описание нового атрибута frameobject'a.

Находки в опенсорсе: Python - آمار و تحلیل کانال تلگرام @opensource_findings_python