Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
/ tm-json2xml Public archive

A Python script to help you write more human readable config files for TextMate

License

Notifications You must be signed in to change notification settings

michaelneu/tm-json2xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tm-json2xml Build Status

tm-json2xml is a Python script to help you write more readable XML configuration files. It converts a set of JSON files to TextMate compliant XML format using built-in Python libs.

Usage

You can use tm-json2xml like a regular script because of it using the optparse library internally.

$ python tm-json2xml.py
Usage: tm-json2xml.py [options] file1.json file2.json ...

Options:
  -h, --help         show this help message and exit
  -u, --uuid         Add a generated UUID to the json data
  -o, --override     Override existing files
  -e EXT, --ext=EXT  Change the extension of the generated files

Contributing

As you can see in the .travis.yml file, tm-json2xml uses flake8 to ensure a consistent code style. Also note that the line limit is set to 80 characters but tabs are used.

License

tm-json2xml is licensed under the MIT-License.

About

A Python script to help you write more human readable config files for TextMate

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages