Explore tweets tagged as #Pyproject
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 👇
3
8
79
[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
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
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
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
0
0
6