Skip to content

adamws/pyurlon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyurlon

CI - Main PyPI - Version PyPI - Python Version Coverage Status


This is python port of urlon javascript package. It is compatible with urlon version 3.1.0.

Table of Contents

Installation

pip install pyurlon

Usage

>>> import pyurlon
>>> pyurlon.stringify({"table":{"achievement":{"column":"instance","ascending":True}}})
'$table$achievement$column=instance&ascending:true'
>>> pyurlon.parse("$table$achievement$column=instance&ascending:true")
{'table': {'achievement': {'column': 'instance', 'ascending': True}}}

License

pyurlon is distributed under the terms of the MIT license.

About

Python port of urlon javascript package

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages