Skip to main content
Yanked

This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Consider using release 0.2.1 instead.
Reason given by maintainers: Error -- False Release

loadsam

Installs every library sam3360 has ever published. That's it — loadsam itself does nothing except depend on all of them, so pip install loadsam pulls the whole catalog in one shot.

pip install loadsam
loadsam              # show installed versions
loadsam --list       # list every package loadsam includes
loadsam --update     # upgrade every included package, and loadsam itself
loadsam — every library sam3360 has ever published

  replico          0.2.3
  vibeUI            0.1.0
  sam3360           0.3.0
  whyfail           3.0.0
  secretshield      0.4.2
  shrug-it          0.1.0
  memobox           0.2.0
  pyproject-lens    0.1.0
  neonprint         0.1.0
  cortexa           0.1.0
  formula-math      0.1.0

11 libraries installed. loadsam itself does nothing else.

Currently included

Publishing a new library later

PyPI dependencies are frozen at upload time — there's no way for pip install loadsam to reach out and dynamically decide what to install at someone else's install time. So "auto-detect" here means: adding a new library to loadsam's next release is one line + one command, not zero effort, but as close as the packaging system allows.

# 1. add the package name to libraries.txt
echo "my-new-lib" >> libraries.txt

# 2. sync it into pyproject.toml and cli.py
python scripts/sync_deps.py

# 3. bump the version in pyproject.toml, then publish
python -m build
twine upload dist/*

libraries.txt is the single source of truth; scripts/sync_deps.py writes it into both pyproject.toml's dependencies and cli.py's LIBRARIES list, with no network calls, so it can't fail or get blocked.

There's also scripts/check_pypi_profile.py, a best-effort, read-only helper that checks https://pypi.org/user/sam3360/ and tells you if anything there isn't in libraries.txt yet. It can't run unattended (e.g. in a nightly CI job) reliably: PyPI serves profile pages behind Fastly's bot-challenge for non-browser requests, so a plain script sometimes gets a challenge page back instead of your project list. It detects that case and tells you plainly rather than guessing. Use it as a manual "did I forget one?" check before a release, not as unattended automation.

Development

pip install -e .
python scripts/sync_deps.py
python scripts/check_pypi_profile.py

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

samall-1.0.0.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

samall-1.0.0-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file samall-1.0.0.tar.gz.

File metadata

  • Download URL: samall-1.0.0.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.2

File hashes

Hashes for samall-1.0.0.tar.gz
Algorithm Hash digest
SHA256 89a0c064394d5793ab8d372eb61dab2efa04b19380198c344af1dbc4a0b391bb
MD5 ff248840405f3f764fe23500262d0f40
BLAKE2b-256 664cb58baa67854e54d429d991c25ccc5072c6272d34dae82412be4c7c9ac751

See more details on using hashes here.

File details

Details for the file samall-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: samall-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 4.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.2

File hashes

Hashes for samall-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 57f9e471942386456d686034ab91911902484b07bb1c8a0d570bd05923fcac8b
MD5 b11e3b6cda6e3b9089f171550eb833bf
BLAKE2b-256 90e83ae2a1390ada6d6ed8b25487b4be825a28355685e2538c4d49e6a1ac1434

See more details on using hashes here.

Release history Release notifications | RSS feed

1.2.2

2 files

1.2.1

2 files

This release

1.0.0 This release

2 files

0.2.1

2 files

0.2.0

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page