Explore tweets tagged as #Pyproject
@Prakhar1535
Prakhar Sharma
4 days
DAY 1 - EP2. -How can you structurize your LangGraph app ?.- Use poetry to intialise your python project.- create a structred pyproject.toml - which does help you to control verion.- no need to create 'venv' again and again poetry.lock manages itself.- cross platform
Tweet media one
1
1
8
@testdrivenio
TestDriven.io
1 month
Python tip:. Use "poetry show --tree --why [package]" to trace where packages are coming from. Quickly shows:.- which package depends on what.- why a package was installed. Very useful before cleaning up pyproject.toml or resolving conflicts in transitive dependencies.
Tweet media one
0
5
32
@bbelderbos
Bob Belderbos
5 months
How to add a console script to your #Python package with uv 🚀. 1️⃣ Init a package: uv init --lib mypackage.2️⃣ Add function to module.3️⃣ Define [project.scripts] in pyproject.toml.4️⃣ Build: uv build.5️⃣ Install + run: uv pip install -e . && uv run hello. Detailed steps 👇
Tweet media one
3
8
79
@JulienBlanchon
Julien Blanchon 🇺🇦
2 months
is a little bit stupid. He don't even figure out I had a pyproject with all the require deps, he just keep running the same script and installing each deps one by one
Tweet media one
1
0
1
@Laz4rz
Lazarz
1 month
yeah, so the pyproject.toml from nanotron just straight up doesnt work and I have to live with last 6 hours of my life wasted
Tweet media one
2
0
12
@GeekNewsHada
GeekNews
25 days
Dockerized Flask / Django 앱에서 pip 대신 Uv로 전환하기. - uv로 전환 시 Python 디펜던시 설치 속도가 pip 대비 약 10배 빨라지고, 별도의 venv 없이 비루트(non-root) 사용자로도 실행 가능함 .- pyproject.toml 기반으로 상위 의존성만 명시하면 uv가 자동으로 loc….
0
11
15
@aniketmaurya
Aniket
7 months
Gave a nice upgrade to the Python Project Template 🐍. 🚀 Modern Python project structure.📦 Pre-configured and pyproject.toml.🧪 Testing setup with pytest.👷 CI/CD with GitHub Actions.📝 Auto-generated documentation.🔍 Code formatting with
Tweet media one
4
6
36
@djangonewsbot
Django News
17 days
[Articles] How to Migrate your Python & Django Projects to uv. Migrate Django projects from requirements files to uv by defining dependencies in pyproject.toml, syncing environments locally, in Docker, and CI with pre-commit integration. #djangonews.
0
0
12
@mr_konn
スマートコン
3 months
TOMLどこが Obvious やねんという気持ち(特にネスト構造をサボって書ける記法のせいで近傍の情報だけパッと見て追記するとまず間違えるところとか)がひっじょーに強いが、Rust界隈の人々がなぜかTOMLを愛してしまっており、その結果pyproject.tomlという形でPythonにも持ち込まれることとなり、破滅.
0
23
120
@Prakhar1535
Prakhar Sharma
4 days
DAY 1 - EP 2. -How can you structurize your LangGraph app ?.- Use poetry to intialise your python project .- create a structred pyproject.toml - which does help you to control verion . - no need to create 'venv' again and again poetry.lock manages itself. - cross platform
Tweet media one
@Prakhar1535
Prakhar Sharma
4 days
DAY 1 - EP 1.Everything you need for your production grade LLM application. -What framework to use ?.-There are two most popular frameworks CrewAI & LangGraph.- If you want a bit complex, production grade, maintainable and scalebale RAG and agentic system for your app - LangGraph.
1
1
2
@MaiVangSWE
Mai Vang- Software Engineer
26 days
After spending a day trying to resolve dependency installation issues, I submitted a question to confirm whether it's okay to manually downgrade the setuptools version in pyproject.toml. #python #opensource
Tweet media one
0
0
6
@jayair
Jay
10 months
wtf uv made python good now?. @nickwal's Python PR is so crazy, it lazy loads uv. Which in turn installs Python correctly. So I can set the version I want in the pyproject.toml, match it to my Lambda function and. sst dev
Tweet media one
@jayair
Jay
10 months
Starting my python era
1
3
63
@iBotamon
Yuta Nakamura@育児休業中🐠
8 months
すでにpoetryで管理しているPythonプロジェクトを.ryeでの管理に移行するのは意外と簡単で.pyproject.tomlを書き換えればいいようです.(私もやってみたら出来ました).
0
10
95
@lovelovetrb
RISUman
8 months
一旦こんな感じかしら. Neovim × Ruff × python-language-server.pyproject.toml内のRuffのcustom configとかを読んでくれるのかどうかはもう少し調査が必要.あとコマンド上でできるisortみたいなフォーマット時のimport sortもできるようにしたい.
Tweet media one
1
0
1
@xeophon_
Xeophon
6 months
We will never get rid of requirements txt, will we?. (pip can install pyproject files for years now)
Tweet media one
5
0
7
@Excel_Osarukun
Excelおさるくん
4 months
🚀 ReplitでPythonの仮想環境セットアップアシスタントを作成中です!. ✅ UV と Poetry に対応した pyproject.toml ファイルをアップロード・ダウンロード可能. 📁 プロジェクト管理やメモ機能も追加して、作業効率をアップ!. 📖 公式ドキュメント閲覧機能で必要な情報もすぐにチェック可能
Tweet media one
Tweet media two
1
1
15
@realpython
Real Python
29 days
How to Manage Python Projects With `pyproject.toml` #python
0
1
15
@p1atdev_art
Plat 🖼️
4 months
ComfyUIのpyproject.tomlにdepsとbuild targetを明記した(ら、ComfyUI自体をpipでインストールできた.ヘッドレスComfyUI���的に使えて割と便利そう
Tweet media one
@gcem156
furusu
4 months
## あ.
0
2
4
@fwiles
Frank Wiles
5 days
Had almost forgot we had this package as it hasn't needed an update since 2019, but just released jslog4kube==1.0.7 with a small warning fix, updated README, and move to modern Python conventions like pyproject.toml
0
1
1