Contents

pyhocon 0.3.61

0

HOCON parser for Python

HOCON parser for Python

Stars: 524, Watchers: 524, Forks: 123, Open Issues: 106

The chimpler/pyhocon repo was created 11 years ago and the last code push was 1 years ago.
The project is popular with 524 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 106 open issues on GitHub

  • Fix DeprecationWarnings from pyparsing
  • Migrate to pyparsing 3.x and drop Python 2.7 support
  • Is this repo being actively maintained?

See more issues on GitHub

Related Packages & Articles

pycparser 3.0

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