Contents

pyhocon 0.3.60

0

HOCON parser for Python

HOCON parser for Python

Stars: 487, Watchers: 487, Forks: 117, Open Issues: 104

The chimpler/pyhocon repo was created 9 years ago and the last code push was 2 months ago.
The project is popular with 487 github stars!

How to Install pyhocon

You can install pyhocon using pip

pip install pyhocon

or add it to a project with poetry

poetry add pyhocon

Package Details

Author
Francois Dang Ngoc
License
Apache License 2.0
Homepage
http://github.com/chimpler/pyhocon/
PyPi:
https://pypi.org/project/pyhocon/
GitHub Repo:
https://github.com/chimpler/pyhocon

Classifiers

  • Software Development/Libraries/Python Modules
No  pyhocon  pypi packages just yet.

Errors

A list of common pyhocon errors.

Code Examples

Here are some pyhocon code examples and snippets.

GitHub Issues

The pyhocon package has 104 open issues on GitHub

  • Parse / correctly when input json

See more issues on GitHub

Related Packages & Articles

pycparser 2.22

pycparser is a Python package that provides a complete parser for the C programming language. It is written purely in Python and is often used as a front-end for C compilers or analysis tools. The package can parse C source code into an abstract syntax tree (AST), which can then be traversed and manipulated using Python. pycparser is library for developers that want to analyze or transform C code programmatically.

syslogmp 0.4

A parser for BSD syslog protocol (RFC 3164) messages