Package Management with `uv` — Free Cursor Rules Template
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsGamesBlogVideosGuidesCoursesCommunityExtensionsTrending
    CursorRulesPackage Management with `uv`
    Back to Rules
    Backend

    Package Management with `uv`

    April 15, 2026
    2,073 copies 0 downloads

    These rules define strict guidelines for managing Python dependencies in this project using the uv dependency manager.

    Rule Content
    # Package Management with `uv`
    
    These rules define strict guidelines for managing Python dependencies in this project using the `uv` dependency manager.
    
    **✅ Use `uv` exclusively**
    
    - All Python dependencies **must be installed, synchronized, and locked** using `uv`.
    - Never use `pip`, `pip-tools`, or `poetry` directly for dependency management.
    
    **🔁 Managing Dependencies**
    
    Always use these commands:
    
    ```bash
    # Add or upgrade dependencies
    uv add <package>
    
    # Remove dependencies
    uv remove <package>
    
    # Reinstall all dependencies from lock file
    uv sync
    ```
    
    **🔁 Scripts**
    
    ```bash
    # Run script with proper dependencies
    uv run script.py
    ```
    
    You can edit inline-metadata manually:
    
    ```python
    # /// script
    # requires-python = ">=3.12"
    # dependencies = [
    #     "torch",
    #     "torchvision",
    #     "opencv-python",
    #     "numpy",
    #     "matplotlib",
    #     "Pillow",
    #     "timm",
    # ]
    # ///
    
    print("some python code")
    ```
    
    Or using uv cli:
    
    ```bash
    # Add or upgrade script dependencies
    uv add package-name --script script.py
    
    # Remove script dependencies
    uv remove package-name --script script.py
    
    # Reinstall all script dependencies from lock file
    uv sync --script script.py
    ```

    Tags

    pythonpackage managementuv

    Comments

    More Rules

    View all

    Kechwafflesnew Cursor Rules

    C
    CODEFORYOU69

    AI DRAMA FACTORY Cursor Rules

    R
    Robert0157

    Site Cursor Rules

    R
    RaphaelVitoi

    KindnessBot Cursor Rules

    F
    foodyogi

    Neptunik Cursor Rules

    F
    fjpedrosa

    Cvcraft Cursor Rules

    C
    CedricCT

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.

    Neura Market

    Custom AI Systems & Services

    Our team of experienced AI builders will help build custom AI systems, workflows, and solutions for your business.

    Request custom work

    Ready-made automations for this

    Workflows from the Neura Market marketplace related to this Cursor resource

    • Family Assistant: Schedule, Meal & Routine Management with Email & Telegramn8n · $24.99 · Related topic
    • Effortless Email Management with AI-Powered Summarization & Reviewn8n · $24.99 · Related topic
    • State Management System for Long-Running Workflows with Wait Nodesn8n · $24.99 · Related topic
    • Customer Authentication for Chat Support with OpenAI and Redis Session Managementn8n · $14.99 · Related topic
    Browse all workflows