Skip to main content

No project description provided

Project description

pywcl — Python bindings for WCL

Python bindings for WCL (Wil's Configuration Language), powered by a WASM runtime.

Install

pip install pywcl

Usage

import wcl

doc = wcl.parse("""
    server web {
        port = 8080
        host = "localhost"
    }
""")

print(doc.values)  # {'server': {'web': {'port': 8080, 'host': 'localhost'}}}

servers = doc.blocks_of_type("server")
print(f"Found {len(servers)} server(s)")

Links

License

MIT

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

pywcl-0.9.0a1.tar.gz (787.7 kB view details)

Uploaded Source

Built Distribution

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

pywcl-0.9.0a1-py3-none-any.whl (776.7 kB view details)

Uploaded Python 3

File details

Details for the file pywcl-0.9.0a1.tar.gz.

File metadata

  • Download URL: pywcl-0.9.0a1.tar.gz
  • Upload date:
  • Size: 787.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for pywcl-0.9.0a1.tar.gz
Algorithm Hash digest
SHA256 03211fc8fb6e041e99dfa154952126bf389f71a4f1d8f1c08d5a79da9c52a5eb
MD5 2f4dd4e218d066e7075ef0b63bd4240b
BLAKE2b-256 91f9dda2d127eef377cd9201b33773164471819b404d553cddf5d47d3b3bc490

See more details on using hashes here.

File details

Details for the file pywcl-0.9.0a1-py3-none-any.whl.

File metadata

  • Download URL: pywcl-0.9.0a1-py3-none-any.whl
  • Upload date:
  • Size: 776.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for pywcl-0.9.0a1-py3-none-any.whl
Algorithm Hash digest
SHA256 a8bfb3330f7c673150b801aae9987b5cd088ff98061bce455dc7c88a610e6ef1
MD5 4c7d4bef417e21997bc11cf8ada1f3c8
BLAKE2b-256 52978c53528f7a3e926a5298ec1672def122ff6bfa5b8d7914e9aefff82c5654

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