Skip to main content

pyvert is a tool to convert a filesystem directory structure to and from YAML

Project description

Pyvert is a tool to convert a filesystem directory structure to and from YAML. Comes in useful for development when a directory of test files and folders is desired.

Modules

For converting a directory to a dict, use convert_dir:

>>> from pyvert import convert_dir
>>> foo = convert_dir.to_dict("/path/to/directory")
>>> type(foo)
<type 'dict'>

Scripts

From command line, generate a YAML file of a given directory:

$ dir2yaml /path/to/foobar
Dictionary written to foobar.yaml

Also works in reverse:

$ yaml2dir foobar.yaml
Directory created at /path/to/foobar

Installation

To install Pyvert, simply:

$ pip install pyvert

Project details


Release history Release notifications | RSS feed

This version

0.4

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyvert-0.4.tar.gz (2.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page