Metadata-Version: 2.1
Name: autodirs
Version: 1.1.0
Summary: A python project to automatically generate directories and sub-directories
Home-page: https://github.com/pushkarkadam/autodirs
Author: Pushkar Kadam
Author-email: pushkarkadam17@outlook.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE

================
Auto Directories
================

|build-status| |documentation-status| |PyPI|

.. |build-status| image:: https://github.com/pushkarkadam/autodirs/workflows/Python%20application/badge.svg
   :target: https://github.com/pushkarkadam/autodirs/actions

.. |documentation-status| image:: https://readthedocs.org/projects/autodirs/badge/?version=latest
   :target: https://autodirs.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

.. |PyPI| image:: https://img.shields.io/pypi/v/autodirs.svg
   :target: https://pypi.org/project/autodirs/

A python project to automatically generate directories and sub-directories.

Features
--------

- Create directories from text files
- Group by text Files
- Create directories from list
- Create a nested directory structure from a dictionary
- Create a nested directory structure from a text file

Installation
------------

Install autodirs by running:

``pip install autodirs``

License
-------

`MIT`_ (c) 2020 Pushkar Kadam

.. _MIT: LICENSE


