Skip to main content

Gimmicks and hacks to make some of my other modules more robust and less demanding of others.

Project description

Gimmicks and hacks to make some of my other modules more robust and less demanding of others.

Latest release 20260311: Upgrade the import of Buffer for more recent Python changes.

Short summary:

  • open_append: Ghastly hack to open something for append entirely because some Linux systems do not let you open a character device for append. Tries sane 'a' and falls back through 'r+' and finally to 'w' only if path refers to a character device.

Module contents:

  • debug(*a, **kw): Wrapper for debug() which does a deferred import.
  • error(*a, **kw): Wrapper for error() which does a deferred import.
  • exception(*a, **kw): Wrapper for exception() which does a deferred import.
  • info(*a, **kw): Wrapper for info() which does a deferred import.
  • log(*a, **kw): Wrapper for log() which does a deferred import.
  • open_append(path): Ghastly hack to open something for append entirely because some Linux systems do not let you open a character device for append. Tries sane 'a' and falls back through 'r+' and finally to 'w' only if path refers to a character device.
  • r(obj): simplistic versions of cs.lex r() and s()
  • trace(*a, **kw): Wrapper for info() which does a deferred import.
  • warning(*a, **kw): Wrapper for warning() which does a deferred import.

Release Log

Release 20260311: Upgrade the import of Buffer for more recent Python changes.

Release 20250428: Define Buffer from collections.abc.Buffer, or from typing.ByteString for older Pythons.

Release 20250323: Provide direct r() and s() instead of circular cs.lex import.

Release 20240316: Fixed release upload artifacts.

Release 20230331: New open_append to handle idiotic Linux do-not-open-tty-for-append semantics.

Release 20230212: Add gimmicks for cs.lex.r and cs.lex.s.

Release 20230210: DEVNULL default open for "r+b" instead of "wb".

Release 20221228: Generalise the logging function map, add trace function, bugfix logging call lookup.

Release 20220429: Add DEVNULL symbol, needed before Python 3.3.

Release 20211208: Define TimeoutError.

Release 20210306: Add simple implementations of nullcontext and SimpleNamespace.

Release 20200418.1: Initial release with logging call stubs.

Project details


Download files

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

Source Distribution

cs_gimmicks-20260311.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

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

cs_gimmicks-20260311-py2.py3-none-any.whl (4.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file cs_gimmicks-20260311.tar.gz.

File metadata

  • Download URL: cs_gimmicks-20260311.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for cs_gimmicks-20260311.tar.gz
Algorithm Hash digest
SHA256 d78bfca9cf2037a345f435cded86df639305e0f4fe87e299a0e562eeffcb043a
MD5 7c41d7e31f9ebd8c7dfbfeeabb4ccd51
BLAKE2b-256 822c0db43619a63bac28457e8b75290d9e2ee5f3b7c3dabbc5970f9149f9b8cf

See more details on using hashes here.

File details

Details for the file cs_gimmicks-20260311-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for cs_gimmicks-20260311-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3d1f607483fc6e7e9249b3e22b7d40509b0b2227372a113332c6cf39ecf6baf2
MD5 2d2ffdeca031544797a6f6c85a41ba6a
BLAKE2b-256 4e80d0e23484808c7284f17da1c896a4293acf9df5c9ea15a55402f1e5efcfe7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page