Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

shushtain/colson-pip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColSON pip

ColSON parser for Python 3.

⚠️ This package is deprecated. While it was fun to implement, you are better off using TOML or YAML.

Features

  • colson.loads(x) parses ColSON data into Python object.
  • colson.dumps(x) parses Python object into ColSON data.

Installation

Run:

pip install colson

Import:

import colson

About

ColSON parser for Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages