swydd will yield desired deliverables
Project description
sywdd
sywdd will yield desired deliverables
Automagic Snippet
# https://github.com/daylinmorgan/swydd?tab=readme-ov-file#automagic-snippet
# fmt: off
if not (src := __import__("pathlib").Path(__file__).parent / "swydd/__init__.py").is_file(): # noqa
try: __import__("swydd") # noqa
except ImportError:
import sys; from urllib.request import urlopen; from urllib.error import URLError # noqa
try: r = urlopen("https://raw.githubusercontent.com/daylinmorgan/swydd/main/src/swydd/__init__.py") # noqa
except URLError as e: sys.exit(f"{e}\n") # noqa
src.parent.mkdir(exists_ok=True); src.write_text(r.read().decode("utf-8")); # noqa
# fmt: on
Alternatives
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
swydd-0.1.0.tar.gz
(5.0 kB
view details)
Built Distribution
swydd-0.1.0-py3-none-any.whl
(5.4 kB
view details)
File details
Details for the file swydd-0.1.0.tar.gz
.
File metadata
- Download URL: swydd-0.1.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f0955f76313713e92337955021fedbbdf5b9a1149b448300fc866c91f106659 |
|
MD5 | 59519e33cb0b0d4b88d4a681bb2332a3 |
|
BLAKE2b-256 | 31be794f981d734b7fc85bece331130528b58efab9daa3fb3f72dd13c02f85dd |
File details
Details for the file swydd-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: swydd-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7c11f847cfb0c1045a535e1456142bad771dafe7b514447370195c1fa85b833 |
|
MD5 | 043b344b0e31c6477ee8fa61ec13bb35 |
|
BLAKE2b-256 | 95d08bda0a169464e652b0b11afe5dab7105cbe2077398cff413cb8ad2e143b7 |