Skip to main content

PHP compact for Python

Project description

Compact

PHP compact() ported to Python

a = 1
b = 2
c = compact(a, 'b')
# -> {'a': 1, 'b': 2}

compact(c, d, dirty=True)
# -> {c: {'a': 1, 'b': 2}, d: None}

Only works in scripts, not interactive use (the program needs to be able to read the source files)

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

compact-0.1.1.tar.gz (2.1 kB view details)

Uploaded Source

File details

Details for the file compact-0.1.1.tar.gz.

File metadata

  • Download URL: compact-0.1.1.tar.gz
  • Upload date:
  • Size: 2.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.2.0 pkginfo/1.7.0 requests/2.23.0 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.9

File hashes

Hashes for compact-0.1.1.tar.gz
Algorithm Hash digest
SHA256 fd45f151a8075bb6586fffde7f9e40d27689ea4801a5a29ef89527bd734f3604
MD5 5e0d657b9e8f822e78b5337e8923ff0a
BLAKE2b-256 45a26c56db0f4c3cd289de9f462e6de7e24a9588a73536537198e5ae85e4a2b6

See more details on using hashes here.

Supported by

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