Python port of https://github.com/cerebral/urlon javascript package
Project description
pyurlon
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyurlon-0.1.0.tar.gz
(7.2 kB
view details)
Built Distribution
File details
Details for the file pyurlon-0.1.0.tar.gz
.
File metadata
- Download URL: pyurlon-0.1.0.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a52d9f31b125489187d609273a70aa92f150915f2f20785415b55cb16e0dc1cf |
|
MD5 | 0b0ceee721069ed98d70a1ef936f9f98 |
|
BLAKE2b-256 | 1215b4340bfc87953a075f455f4faf98a02f3fc462dea204ad311668d94cc87e |
File details
Details for the file pyurlon-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pyurlon-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66309acafae9189df5c5450e5ff16ce4a1b753e7bf37b61f2b21a268d40e8407 |
|
MD5 | d3fc897e4e3204fda32dca01ce403909 |
|
BLAKE2b-256 | df7c28e7f0ee5c7eacde9bee27cc7a4a8a98d53891bc9cb04774d205b6867270 |