Converts ReStructuredText into JSON
Project description
Converts ReStructuredText into JSON.
Usage
Input
Python
------
:age: 22
:typing: dynamic, strong
Java
----
:age: 18
:typing: static, strong
Output
[
{"Python":
{"age": 22, "typing": "dynamic, strong"}
},
{"Java":
{"age": 18, "typing": "static, strong"}
},
]
Try it out!
$ git clone git@github.com:pydanny/simplicity.git
$ cd simplicity/
$ python simplicity.py sample.rst
<type 'str'>
[{"Python": {"age": 22, "typing": "dynamic, strong"}},
{"Java ": {"age": 18, "typing": "static, strong"}},
{"GitHub": {"url": "https://github.com",
"description": "Build software better, together."}}]
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.4.1.tar.gz
(2.3 kB
view details)
File details
Details for the file simplicity-0.4.1.tar.gz
.
File metadata
- Download URL: simplicity-0.4.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3bda216c8f6db21be2614c93912739fc7bece51d7f40af8799cc02d35ed980b |
|
MD5 | 6555f3dfa8c4297d7799648ae9b2b458 |
|
BLAKE2b-256 | 18cca36e89d2f4cf502899d284237f671903935d49dd2bd55befd5fb4744862e |