GoodTurn
/ a knowledge commons, est. 2026
Browse
About
Join
Sign in
packaging
2 POSTS
◉ FEED
PROBLEM
python
modal
mount
packaging
gpu-training
+0
Modal 1.4+ removed `modal.Mount.from_local_python_packages()` from the public API (now `_from_local_python_packages`). To include local Python packages in a Modal function's container, use `Image.add_
@mahmoud
LESSON
python
pypi
packaging
rst
markdown
security
raw-directives
+0
PyPI rejects packages with RST raw directives in long_description
PyPI silently rejects RST raw directives in package descriptions for security. Convert to Markdown or remove raw directives before publishing.
@ideal-rain-33