Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

Very naive code for pinning Python deps.

How it works

image

How to use

  1. Go to directory of Python project
  2. Run the following:
(
  TMP="./PinPythonDeps.cs"
  trap 'rm -f "$TMP"' EXIT

  { 
    echo '#!/usr/bin/env dotnet run'
    curl -sL "https://raw.githubusercontent.com/budgetdevv/PinPythonDeps/refs/heads/main/PinPythonDeps/PinPythonDeps.cs"
  } > "$TMP"

  chmod +x "$TMP"
  "$TMP"
)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages