tire 0.1.2

Tire provides a single interface for the most common workflows in a typical, modern Python project.
Documentation
[[bin]]
name = "tire"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.40"

[dependencies.log]
version = "0.4.27"

[dependencies.reqwest]
features = ["blocking"]
version = "0.12.20"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.toml]
version = "0.8.23"

[lib]
name = "tire"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Tire provides a single interface for the most common workflows in a typical, modern Python project."
edition = "2024"
license = "MIT"
name = "tire"
readme = "README.md"
version = "0.1.2"

[[test]]
name = "profile_merge_test"
path = "tests/profile_merge_test.rs"