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.2.0.tar.gz
(7.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyurlon-0.2.0.tar.gz.
File metadata
- Download URL: pyurlon-0.2.0.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18ad687400cc9ca762c87587711c003e9721e1a1bb93378ac350bac0e74548a3
|
|
| MD5 |
f92a1ff7ae9f1c3cf7af214b5f410b3e
|
|
| BLAKE2b-256 |
9e12786208921503a896ba4a051ea8c8d7406d7e416616230a296f7872471dfe
|
File details
Details for the file pyurlon-0.2.0-py3-none-any.whl.
File metadata
- Download URL: pyurlon-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79d453d173bc3529e70d4263af1c2cf3114c8e3c41402b02e89a6223d2aae87b
|
|
| MD5 |
65dfbb996c445061f81df77107c7e9cf
|
|
| BLAKE2b-256 |
36b1aa80b4bedc3eaa242476cef0881922b4b2342c7989aaa3a77c77f0df138b
|