Skip to main content

PHP compact for Python

Project description

Compact

PHP compact() ported to Python
(Please use this for development only!)

from compact import compact

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.2.tar.gz (2.2 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: compact-0.1.2.tar.gz
  • Upload date:
  • Size: 2.2 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.2.tar.gz
Algorithm Hash digest
SHA256 ed3ccb22bef435fe2d26aa713b51d7fed58e322cdfc52500081e30fec14ce190
MD5 c7cbadf83f2313ace58e113440569448
BLAKE2b-256 8989e569cfc3af45f22790890d81be831ff8c82ebfaedb55384a62791e26ad40

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