並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 18 件 / 18件

新着順 人気順

Astralの検索結果1 - 18 件 / 18件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

Astralに関するエントリは18件あります。 Pythonpythonプログラミング などが関連タグです。 人気エントリには 『OpenAI、Astralを買収 Python開発支援ツール「Ruff」「uv」を「Codex」へ統合』などがあります。
  • OpenAI、Astralを買収 Python開発支援ツール「Ruff」「uv」を「Codex」へ統合

    米OpenAIは3月19日(現地時間)、Python開発者向けの高速なツール群を提供する米Astralを買収することで合意したと発表した。買収総額などの取引の詳細は公表されていない。 買収の主な目的は、OpenAIのプログラミング支援AI「Codex」の成長を加速させ、単なるコード生成にとどまらず、コードベースの変更計画やツールの実行、結果の検証などの開発ワークフロー全体に参加できるAIシステムへと進化させることとしている。 Astralは2022年創業の、米ニューヨーク州ブルックリンに拠点を置く非公開企業。Pythonエコシステム向けの高性能な開発者ツールを手掛けており、高速なコードチェックおよび整形ツールの「Ruff」や、環境構築を統合したパッケージ管理ツール「uv」などを提供している。これらのツールは月に数億回ダウンロードされており、すでに現代のPython開発における重要な基盤とし

      OpenAI、Astralを買収 Python開発支援ツール「Ruff」「uv」を「Codex」へ統合
    • Astral to join OpenAI

      I started Astral to make programming more productive. From the beginning, our goal has been to build tools that radically change what it feels like to work with Python – tools that feel fast, robust, intuitive, and integrated. Today, we're taking a step forward in that mission by announcing that we've entered into an agreement to join OpenAI as part of the Codex team. Over the past few years, our

        Astral to join OpenAI
      • GitHub - astral-sh/rye: a Hassle-Free Python Experience

        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

          GitHub - astral-sh/rye: a Hassle-Free Python Experience
        • GitHub - astral-sh/ruff: An extremely fast Python linter and code formatter, written in Rust.

          Docs | Playground An extremely fast Python linter and code formatter, written in Rust. Linting the CPython codebase from scratch. ⚡️ 10-100x faster than existing linters (like Flake8) and formatters (like Black) 🐍 Installable via pip 🛠️ pyproject.toml support 🤝 Python 3.14 compatibility ⚖️ Drop-in parity with Flake8, isort, and Black 📦 Built-in caching, to avoid re-analyzing unchanged files 🔧

            GitHub - astral-sh/ruff: An extremely fast Python linter and code formatter, written in Rust.
          • GitHub - astral-sh/uv: An extremely fast Python package and project manager, written in Rust.

            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              GitHub - astral-sh/uv: An extremely fast Python package and project manager, written in Rust.
            • Astral: High-performance Python tooling

              Astral’s mission is to make the Python ecosystem more productive by building high-performance developer tools, starting with Ruff.

                Astral: High-performance Python tooling
              • pyx | Astral

                Introducing ty: an extremely fast Python type checker, now in Beta →

                  pyx | Astral
                • GitHub - astral-sh/ty: An extremely fast Python type checker and language server, written in Rust.

                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                    GitHub - astral-sh/ty: An extremely fast Python type checker and language server, written in Rust.
                  • Open source security at Astral

                    Astral builds tools that millions of developers around the world depend on and trust. That trust includes confidence in our security posture: developers reasonably expect that our tools (and the processes that build, test, and release them) are secure. The rise of supply chain attacks, typified by the recent Trivy and LiteLLM hacks, has developers questioning whether they can trust their tools. To

                      Open source security at Astral
                    • Thoughts on OpenAI acquiring Astral and uv/ruff/ty

                      Sponsored by: Cursor — Delegate engineering tasks to Cursor Cloud Agents—even while your laptop is closed. Try Cursor & get 50% off your first month 19th March 2026 The big news this morning: Astral to join OpenAI (on the Astral blog) and OpenAI to acquire Astral (the OpenAI announcement). Astral are the company behind uv, ruff, and ty—three increasingly load-bearing open source projects in the Py

                      • Announcing Astral, the company behind Ruff

                        TL;DR: I’ve started a company, Astral, to continue building high-performance developer tools for the Python ecosystem — to keep building Ruff, and to build more Ruff-like things. We’ve raised $4m in seed funding led by Accel, with participation from Caffeinated Capital, Guillermo Rauch (Vercel), Solomon Hykes (Docker), David Cramer (Sentry), and others. I built Ruff to test a theory: that Python t

                          Announcing Astral, the company behind Ruff
                        • GitHub - astral-sh/python-build-standalone: Produce redistributable builds of Python

                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                            GitHub - astral-sh/python-build-standalone: Produce redistributable builds of Python
                          • Astral、Rust製Python型チェッカー「ty」のベータ版をリリース

                            Astralは12月16日、Rust製のPython型チェッカー「ty」のベータ版をリリースしたことを発表した。 tyは、mypy、Pyright、Pylanceの代替となるツールで、言語サーバーを動かすためにゼロから設計されている高速のPython型チェッカー。Pythonパッケージマネージャーのuvをはじめとする、Python向け開発ツールの提供で知られるAstral社が開発した。 tyはキャッシュなしの状態でmypyやPyrightより一貫して10~60倍高速である点が特徴。tyのアーキテクチャ全体は「インクリメンタリティ」を基盤として構築され、ユーザーがファイルを編集したり個々の関数を変更したりする際に、必要な計算だけを選択的に再実行することで高速化を実現している。 tyは、uv tool install ty@latestの実行またはVS Code拡張機能でインストール可能。ty

                              Astral、Rust製Python型チェッカー「ty」のベータ版をリリース
                            • Should Rye Exist? · astral-sh/rye · Discussion #6

                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                Should Rye Exist? · astral-sh/rye · Discussion #6
                              • 「日本語の乱れの話」の話|astral

                                先日(2021/2/21)、Twitterでバズってたワードを引用して自分のnoteを紹介するツイートをした所、生まれて初めて2000RTを超える事態に陥ってました。 言葉遣い偉そうな割に、人見知りの小心者なんで、20RT超えるともうドキドキしてダメなんですよね(笑) noteの「スキ」も合計200以上付いて、今まで書いた中でも一番評価されたnoteになりました。 そんなこんなで、バズった時の感想とか状況とかを書いておこうと思います。 1.意外とみんなちゃんと読んでくれてるツイートが少しでもバズると勝手な思い込みで話を進めちゃって、間の段階を何段もすっ飛ばしてコメントを送ってくる人っているじゃないですか。 言葉は嫌いなんですが、分かりやすく言うといわゆるクソリプってのが送られてきますよね。 あれがとても少なかったんですよね。 元々、他人の言葉の間違いを追っていくって言う話なので、出来るだけ

                                  「日本語の乱れの話」の話|astral
                                • OpenAI、Astralを買収 Python開発支援ツール「Ruff」「uv」を「Codex」へ統合(ITmedia NEWS) - Yahoo!ニュース

                                    OpenAI、Astralを買収 Python開発支援ツール「Ruff」「uv」を「Codex」へ統合(ITmedia NEWS) - Yahoo!ニュース
                                  • OpenAIがAstral買収 — uv・Ruff・tyがCodex傘下に入る背景と開発者への影響 - Qiita

                                    はじめに 2026年3月19日、OpenAIはPython開発ツール企業 Astral の買収を発表した。Astralは高速パッケージマネージャー uv 、リンター/フォーマッター Ruff 、型チェッカー ty の開発元であり、いずれもRustで実装された高性能ツールとしてPythonエコシステムに広く浸透している。 買収額は約 7.5億ドル(報道ベース)。AstralチームはOpenAIの Codex チームに合流し、AIコーディングエージェントとPython開発ツールの統合を進める。 この記事では、買収の背景、各ツールへの影響、コミュニティの反応、そして開発者が取るべき対策を整理する。 この記事で学べること Astral(uv / Ruff / ty)がどのようなツールで、なぜ重要か OpenAIがAstralを買収した戦略的理由 開発者・OSSコミュニティへの具体的な影響 短期〜長

                                      OpenAIがAstral買収 — uv・Ruff・tyがCodex傘下に入る背景と開発者への影響 - Qiita
                                    • メトロイドヴァニアの魅力を多くの人に伝えたい。スタイリッシュなアクションが売りの「Awaken - Astral Blade」が大切にしているものとは

                                      メトロイドヴァニアの魅力を多くの人に伝えたい。スタイリッシュなアクションが売りの「Awaken - Astral Blade」が大切にしているものとは 編集部:だび 2023年7月28日から7月31日まで,中国の上海新国际博览中心にて行われたゲームショウ「ChinaJoy 2023」。その会期中に「Awaken - Astral Blade」(觉醒异刃)のデベロッパ,Dark Pigeon Gamesの刘 海深氏に話を聞く機会を得た。 「Awaken - Astral Blade」は,いわゆるメトロイドヴァニアと言われるタイプの探索型アクションゲームだ。中国のインディーデベロッパが手掛ける作品の中から優れたものを選出するSony Interactive Entertainmentのプロジェクト「China Hero Project」の第3期タイトルの1つでもある。 関連記事 [CJ2023

                                        メトロイドヴァニアの魅力を多くの人に伝えたい。スタイリッシュなアクションが売りの「Awaken - Astral Blade」が大切にしているものとは
                                      1

                                      新着記事