This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/bin/env -S uv run --script | |
| # | |
| # Source: | |
| # https://gist.github.com/yhoiseth/c80c1e44a7036307e424fce616eed25e?permalink_comment_id=5387642#gistcomment-5387642 | |
| # | |
| # /// script | |
| # requires-python = ">=3.12" | |
| # dependencies = [ | |
| # "typer>=0.15.3", | |
| # "tomlkit>=0.13.2", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| Script to convert requirements.txt to dependencies list for pyproject.toml for uv project | |
| Usage: | |
| Execute the script with: | |
| python3 requirementstxt_to_uv_pyprojecttoml.py path/to/requirements.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Function to display usage | |
| usage() { | |
| echo "Usage: $0 [input_file]" | |
| echo "If input_file is not provided, the script will look for pyproject.toml in the current directory." | |
| exit 1 | |
| } | |
| # Set input file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="cards"> | |
| <div class="card"> | |
| <div class="card-content"> | |
| <div class="card-image"> | |
| <i class="fa-duotone fa-apartment"></i> | |
| </div> | |
| <div class="card-info-wrapper"> | |
| <div class="card-info"> | |
| <i class="fa-duotone fa-apartment"></i> | |
| <div class="card-info-title"> |