{ "info": { "author": "Blake Miller", "author_email": "blakethomasmiller@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Testing", "Topic :: System :: Archiving", "Topic :: System :: Filesystems", "Topic :: Utilities" ], "description": "pyvert\n======\n\nPyvert 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.\n\n\nModules\n-------\nFor converting a directory to a dict, use convert_dir:\n\n.. code-block:: python\n\n >>> from pyvert import convert_dir\n >>> foo = convert_dir.to_dict(\"/path/to/directory\")\n >>> type(foo)\n \n\n\nScripts\n-------\nFrom command line, generate a YAML file of a given directory:\n\n.. code-block:: bash\n\n $ dir2yaml /path/to/foobar\n Dictionary written to foobar.yaml\n\nAlso works in reverse:\n\n.. code-block:: bash\n\n $ yaml2dir foobar.yaml\n Directory created at /path/to/foobar\n\n\nInstallation\n------------\nTo install Pyvert, simply:\n\n.. code-block:: bash\n\n $ pip install pyvert", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/blaketmiller/pyvert", "keywords": "convert folder file dictionary yaml structure filesystem represent utility", "license": "GNU GPL v2.0", "maintainer": null, "maintainer_email": null, "name": "pyvert", "package_url": "https://pypi.org/project/pyvert/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyvert/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/blaketmiller/pyvert" }, "release_url": "https://pypi.org/project/pyvert/0.4/", "requires_dist": null, "requires_python": null, "summary": "pyvert is a tool to convert a filesystem directory structure to and from YAML", "version": "0.4" }, "last_serial": 1854131, "releases": { "0.4": [ { "comment_text": "", "digests": { "md5": "23d1522191aeba817372dee04ed75444", "sha256": "aba0bfdfd8266b12b8ef75faf097abde2dc8691026b0a34d01a21f387fb50500" }, "downloads": -1, "filename": "pyvert-0.4.tar.gz", "has_sig": false, "md5_digest": "23d1522191aeba817372dee04ed75444", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2854, "upload_time": "2015-12-08T04:33:14", "url": "https://files.pythonhosted.org/packages/ee/c2/0c9a0cb2e7c2c6a4e1d69993116ffe96ba83b5c786347679eb6569b6b2e3/pyvert-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "23d1522191aeba817372dee04ed75444", "sha256": "aba0bfdfd8266b12b8ef75faf097abde2dc8691026b0a34d01a21f387fb50500" }, "downloads": -1, "filename": "pyvert-0.4.tar.gz", "has_sig": false, "md5_digest": "23d1522191aeba817372dee04ed75444", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2854, "upload_time": "2015-12-08T04:33:14", "url": "https://files.pythonhosted.org/packages/ee/c2/0c9a0cb2e7c2c6a4e1d69993116ffe96ba83b5c786347679eb6569b6b2e3/pyvert-0.4.tar.gz" } ] }