Metadata-Version: 2.1
Name: tree_2_file
Version: 0.1.0
Summary: Take text representing a directory tree and create the directories and files on the actual filesystem
Author-email: Reed Jones <reedmjones@outlook.com>
Maintainer-email: Reed Jones <reedmjones@outlook.com>
License: MIT license
Project-URL: bugs, https://github.com/reedjones/tree_2_file/issues
Project-URL: changelog, https://github.com/reedjones/tree_2_file/blob/master/changelog.md
Project-URL: homepage, https://github.com/reedjones/tree_2_file
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Education :: Testing
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: pyperclip>=1.0.0
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"

======================
Text Tree 2 Filesystem
======================


.. image:: https://img.shields.io/pypi/v/tree_2_file.svg
        :target: https://pypi.python.org/pypi/tree_2_file

.. image:: https://img.shields.io/travis/reedjones/tree_2_file.svg
        :target: https://travis-ci.com/reedjones/tree_2_file

.. image:: https://readthedocs.org/projects/tree-2-file/badge/?version=latest
        :target: https://tree-2-file.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Take text representing a directory tree and create the directories and files on the actual filesystem


* Free software: MIT license
* Documentation: https://tree-2-file.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
