https://github.com/pylons/peppercorn
A library for converting a token stream into a data structure comprised of sequences, mappings, and scalars, developed primarily for converting HTTP form post data into a richer data structure.
https://github.com/pylons/peppercorn
Last synced: 9 months ago
JSON representation
A library for converting a token stream into a data structure comprised of sequences, mappings, and scalars, developed primarily for converting HTTP form post data into a richer data structure.
- Host: GitHub
- URL: https://github.com/pylons/peppercorn
- Owner: Pylons
- License: other
- Created: 2011-02-16T05:08:17.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T15:22:45.000Z (over 1 year ago)
- Last Synced: 2024-05-18T16:24:37.300Z (over 1 year ago)
- Language: Python
- Homepage: https://pylonsproject.org/
- Size: 103 KB
- Stars: 34
- Watchers: 12
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: contributing.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Peppercorn
==========
A library for converting a token stream into a data structure comprised of
sequences, mappings, and scalars, developed primarily for converting HTTP form
post data into a richer data structure. It runs on Python 2.7, 3.4, 3.5, 3.6
and 3.7.
Please see https://docs.pylonsproject.org/projects/peppercorn/en/latest/
for the documentation.
See https://github.com/Pylons/peppercorn for in-development version.