This is the web: we can attribute source with link, and the original source in markdown could be quoted without breaking accessibility.
The web is built for it.
👊 TARIFF 🔥
The GREATEST, most TREMENDOUS Python package that makes importing great again!
About
TARIFF is a fantastic tool that lets you impose import tariffs on Python packages. We’re going to bring manufacturing BACK to your codebase by making foreign imports more EXPENSIVE!
Installation
pip install tariff
Usage
import tariff
# Set your tariff rates (package_name: percentage)
tariff.set({
"numpy": 50, # 50% tariff on numpy"pandas": 200, # 200% tariff on pandas"requests": 150# 150% tariff on requests
})
# Now when you import these packages, they'll be TARIFFED!import numpy # This will be 50% slowerimport pandas # This will be 200% slower
This is the web: we can attribute source with link, and the original source in markdown could be quoted without breaking accessibility. The web is built for it.
Text: it’s accessible!