{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Utilities" ], "description": "RandomFileTree: Generate random file tree\n===========================================================================\n\n|Build Status| |Coveralls| |Doc Status| |Pypi status| |Chat| |License|\n\n.. |Build Status| image:: https://travis-ci.org/klieret/RandomFileTree.svg?branch=master\n :target: https://travis-ci.org/klieret/RandomFileTree\n\n.. |Coveralls| image:: https://coveralls.io/repos/github/klieret/RandomFileTree/badge.svg?branch=master\n :target: https://coveralls.io/github/klieret/RandomFileTree?branch=master\n\n.. |Doc Status| image:: https://readthedocs.org/projects/randomfiletree/badge/?version=latest\n :target: https://randomfiletree.readthedocs.io/\n :alt: Documentation Status\n\n.. |Pypi Status| image:: https://badge.fury.io/py/RandomFileTree.svg\n :target: https://badge.fury.io/py/RandomFileTree\n :alt: Pypi status\n\n.. |Chat| image:: https://img.shields.io/gitter/room/RandomFileTree/community.svg\n :target: https://gitter.im/RandomFileTree/community\n :alt: Gitter\n\n.. |License| image:: https://img.shields.io/github/license/klieret/RandomFileTree.svg\n :target: https://github.com/klieret/RandomFileTree/blob/master/LICENSE.txt\n :alt: License\n\n.. start-body\n\nDescription\n-----------\n\nCreate a random file and directory tree/structure for testing purposes.\n\n\nInstallation\n------------\n\n``AnkiPandas`` can be installed with the python package manager:\n\n.. code:: sh\n\n pip3 install randomfiletree\n\nFor a local installation, you might want to use the ``--user`` switch of ``pip``.\nYou can also update your current installation with ``pip3 install --upgrade ankipandas``.\n\nFor the latest development version you can also work from a cloned version\nof this repository:\n\n.. code:: sh\n\n git clone https://github.com/klieret/randomfiletree/\n cd randomfiletree\n pip3 install --user .\n\nUsage\n-----\n\nSimple command line interface:\n\n.. code:: sh\n\n randomfiletree -f -d -r \n\nType ``randomfiletree -h`` to see all supported arguments.\n\nIf the executable is not in your path after installation, you can also use\n``python3 -m randomfiletree ``.\n\n.. code:: python\n\n import randomfiletree\n\n randomfiletree.iterative_gaussian_tree(\"/path/to/basedir\", nfiles=2.0, nfolders=0.5, maxdepth=5, repeat=4)\n\n\nRandomfiletree will now crawl through all directories in ``/path/to/basedir`` and\ncreate new files with the probabilities given in the arguments.\n\nTake a look at the documentation_ to find out more about the additional functionality provided.\n\n.. _documentation: https://randomfiletree.readthedocs.io/\n\nLicense\n-------\n\nThis software is lienced under the `MIT license`_.\n\n.. _MIT license: https://github.com/klieret/ankipandas/blob/master/LICENSE.txt\n\n.. end-body\n\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/klieret/RandomFileTree", "keywords": "testing,filetree,tree", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "RandomFileTree", "package_url": "https://pypi.org/project/RandomFileTree/", "platform": "", "project_url": "https://pypi.org/project/RandomFileTree/", "project_urls": { "Bug Tracker": "https://github.com/klieret/RandomFileTree/issues", "Documentation": "https://randomfiletree.readthedocs.io/", "Homepage": "https://github.com/klieret/RandomFileTree", "Source Code": "https://github.com/klieret/RandomFileTree/" }, "release_url": "https://pypi.org/project/RandomFileTree/1.1.0/", "requires_dist": null, "requires_python": "", "summary": "Create a random file/directory tree/structure in python fortesting purposes.", "version": "1.1.0" }, "last_serial": 5221375, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "56942e1b642fd49bd3056c8d0df16698", "sha256": "c8b4842635ae75d37ee7e0d640a44b0d0bd8b395bc6e1ab20df7e405aeb23283" }, "downloads": -1, "filename": "RandomFileTree-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "56942e1b642fd49bd3056c8d0df16698", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7930, "upload_time": "2019-04-19T08:28:20", "url": "https://files.pythonhosted.org/packages/68/16/92e4b12a7af8e7f3954ce2f496fbce4d2b9099af7a55eb0026afda58b2a8/RandomFileTree-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "22fa0bda16087d907101ad977fae6980", "sha256": "313765d8e014edb365e377e77ab8f77a2864db52661ca7f4ecc6831c0366d3a0" }, "downloads": -1, "filename": "RandomFileTree-1.0.0.tar.gz", "has_sig": false, "md5_digest": "22fa0bda16087d907101ad977fae6980", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5490, "upload_time": "2019-04-19T08:28:22", "url": "https://files.pythonhosted.org/packages/8b/30/b3062aa50bbf568f71f5ce4bcb0862ad77e40331015fe13f5fba29e57d8d/RandomFileTree-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "9330870b4772bf32a698888550599376", "sha256": "37f16cce372dcac10f0b276c43ce707ed811bb0b30836bc9e3e67e76b6096298" }, "downloads": -1, "filename": "RandomFileTree-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9330870b4772bf32a698888550599376", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8289, "upload_time": "2019-05-03T11:10:50", "url": "https://files.pythonhosted.org/packages/34/8c/2f5547ab1a8152229a4c17c3e772e00ee324966ed6b9ea55b58aeec60fee/RandomFileTree-1.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "786b0a2e4fff4060905f94ec2bc80063", "sha256": "d20d592d57ac00eb20d8e5e793a709b240f5e9b0655848e7dc9dded084c68d40" }, "downloads": -1, "filename": "RandomFileTree-1.1.0.tar.gz", "has_sig": false, "md5_digest": "786b0a2e4fff4060905f94ec2bc80063", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5802, "upload_time": "2019-05-03T11:10:51", "url": "https://files.pythonhosted.org/packages/9a/df/4ab403d880cbe8ea0aefc05791efd6f4edeb9eca8a186f77a5b15e5422bc/RandomFileTree-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9330870b4772bf32a698888550599376", "sha256": "37f16cce372dcac10f0b276c43ce707ed811bb0b30836bc9e3e67e76b6096298" }, "downloads": -1, "filename": "RandomFileTree-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9330870b4772bf32a698888550599376", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8289, "upload_time": "2019-05-03T11:10:50", "url": "https://files.pythonhosted.org/packages/34/8c/2f5547ab1a8152229a4c17c3e772e00ee324966ed6b9ea55b58aeec60fee/RandomFileTree-1.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "786b0a2e4fff4060905f94ec2bc80063", "sha256": "d20d592d57ac00eb20d8e5e793a709b240f5e9b0655848e7dc9dded084c68d40" }, "downloads": -1, "filename": "RandomFileTree-1.1.0.tar.gz", "has_sig": false, "md5_digest": "786b0a2e4fff4060905f94ec2bc80063", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5802, "upload_time": "2019-05-03T11:10:51", "url": "https://files.pythonhosted.org/packages/9a/df/4ab403d880cbe8ea0aefc05791efd6f4edeb9eca8a186f77a5b15e5422bc/RandomFileTree-1.1.0.tar.gz" } ] }