Converts ReStructuredText into JSON
Project description
Converts ReStructuredText into JSON.
Sections are JSON list dictionary elements
Section Headers become list titles.
Field definitions become key/value representations
Example
Input
Python
------
:age: 22
:typing: dynamic, strong
Java
----
:age: 18
:typing: static, strong
Output
[
{"title": "Python", "age": 22, "typing": "dynamic, strong"}
{"title": "Java", "age": 18, "typing": "static, strong"}
]
Usage
$ git clone git@github.com:pydanny/simplicity.git
$ cd simplicity/
$ python simplicity.py sample.rst
<type 'str'>
[{"age": 22, "typing": "dynamic, strong", "title": "Python"},
{"age": 18, "typing": "static, strong", "title": "Java "},
{"url": "https://github.com", "description": "Build software better, together.",
"title": "GitHub"}]
0.5.1 (2013-07-16)
Fighting poorly documented setup.py issues. :P
0.5.0 (2013-07-16)
API Change for easier-to-navigate result data
0.4.2 (2013-07-15)
Fix console script entry point
0.4.1 (2013-07-15)
History update
0.4.0 (2013-07-15)
added type converter
0.3.0 (2013-07-15)
Accepts command-line argument
0.2.0 (2013-07-15)
Working prototype
0.1.0 (2013-07-15)
Pain point
Inspiration
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
simplicity-0.5.1.tar.gz
(3.1 kB
view details)
File details
Details for the file simplicity-0.5.1.tar.gz
.
File metadata
- Download URL: simplicity-0.5.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b44f4c137de4492bb040146010b65010a335aed73078847ec47cf663a3ac1c94 |
|
MD5 | 89d4a8bb8d64c2526458116d15c88f14 |
|
BLAKE2b-256 | 5bfb70732f47731cd9c3678b33f5f10cf09e3454d12957fbe33103f25358e700 |