{ "info": { "author": "Nikolai Janakiev", "author_email": "nikolai.janakiev@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "folderstats\n===========\n\n.. image:: https://img.shields.io/pypi/v/folderstats.svg\n :target: https://pypi.python.org/pypi/folderstats\n\nThis is a python module and command-line interface that creates statistics from a folder structure. It returns a `Pandas`_ dataframe from the folders and files from a selected folder.\n\nInstallation\n------------\n\n.. code-block:: bash\n\n\tpip install folderstats\n\n\nUsage\n-----\n\nTo get statistics of a folder structure as a Pandas dataframe in Python you can type:\n\n.. code-block:: python\n\n\timport folderstats \n\tdf = folderstats.folderstats('.', hash_name='md5', ignore_hidden=True)\n\tdf\n\n+----+---------------------------+---------------+-----------+-------+---------------------+---------------------+---------------------+--------+-----------+-------+--------+----------------------------------+\n| id | path | name | extension | size | atime | mtime | ctime | folder | num_files | depth | parent | md5 |\n+====+===========================+===============+===========+=======+=====================+=====================+=====================+========+===========+=======+========+==================================+\n| 3 | ./folderstats/__main__.py | __main__ | py | 2596 | 2018-12-23 23:14:23 | 2018-12-23 23:14:22 | 2018-12-23 23:14:22 | False | | 1 | 2 | 87446d672b598eda17161296ea333ecc |\n+----+---------------------------+---------------+-----------+-------+---------------------+---------------------+---------------------+--------+-----------+-------+--------+----------------------------------+\n| 4 | ./folderstats/__init__.py | __init__ | py | 2790 | 2018-12-23 23:09:07 | 2018-12-23 23:09:05 | 2018-12-23 23:09:05 | False | | 1 | 2 | 7b4adc532f304863423ec11afd3232ad |\n+----+---------------------------+---------------+-----------+-------+---------------------+---------------------+---------------------+--------+-----------+-------+--------+----------------------------------+\n| 2 | ./folderstats | ./folderstats | | 13802 | 2018-12-23 23:14:48 | 2018-12-23 23:14:48 | 2018-12-23 23:14:48 | True | 2.0 | 1 | 2 | |\n+----+---------------------------+---------------+-----------+-------+---------------------+---------------------+---------------------+--------+-----------+-------+--------+----------------------------------+\n| 5 | ./README.rst | README | rst | 4989 | 2018-12-23 22:17:25 | 2018-12-22 14:50:43 | 2018-12-22 14:50:43 | False | | 0 | 1 | 3046052820c91c309412fbbb4a1f5d3c |\n+----+---------------------------+---------------+-----------+-------+---------------------+---------------------+---------------------+--------+-----------+-------+--------+----------------------------------+\n| 6 | ./LICENSE | LICENSE | | 1073 | 2018-12-23 22:34:16 | 2018-12-22 14:50:43 | 2018-12-22 14:50:43 | False | | 0 | 1 | 1232cbd9eced47e27816f69740ad479d |\n+----+---------------------------+---------------+-----------+-------+---------------------+---------------------+---------------------+--------+-----------+-------+--------+----------------------------------+\n| 7 | ./setup.py | setup | py | 1975 | 2018-12-23 22:50:10 | 2018-12-23 22:50:09 | 2018-12-23 22:50:09 | False | | 0 | 1 | b5410458c1334a753c4dd71db0f337d2 |\n+----+---------------------------+---------------+-----------+-------+---------------------+---------------------+---------------------+--------+-----------+-------+--------+----------------------------------+\n| 1 | . | . | | 21022 | 2018-12-23 23:16:26 | 2018-12-23 23:16:26 | 2018-12-23 23:16:26 | True | 5.0 | 0 | 0 | |\n+----+---------------------------+---------------+-----------+-------+---------------------+---------------------+---------------------+--------+-----------+-------+--------+----------------------------------+ \n\nYou can use the same functionality as a command-line interface which can generate files (CSV or JSON) or print the statistics directly into the command line:\n\n.. code-block:: bash\n\n\tfolderstats . -c md5 -i -o stats.csv\n\n\nIn order to see the other available arguments type:\n\n.. code-block:: bash\n\n\tfolderstats --help\n\n\nLicense \n-------\n\nThis project is licensed under the MIT license. See the `LICENSE`_ for details.\n\n\n.. _Pandas: http://pandas.pydata.org/\n.. _LICENSE: LICENSE\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/njanakiev/folderstats", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "folderstats", "package_url": "https://pypi.org/project/folderstats/", "platform": "any", "project_url": "https://pypi.org/project/folderstats/", "project_urls": { "Homepage": "https://github.com/njanakiev/folderstats" }, "release_url": "https://pypi.org/project/folderstats/0.2.0/", "requires_dist": [ "pandas" ], "requires_python": "", "summary": "Creates statistics from a folder structure", "version": "0.2.0" }, "last_serial": 4674234, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "904d99b349cc225af52036a0433b5402", "sha256": "6f161566864b92055146c1c9b6d47ebc7e34ef10d0c6ca02e0dabedf005ee88b" }, "downloads": -1, "filename": "folderstats-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "904d99b349cc225af52036a0433b5402", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6499, "upload_time": "2018-12-23T22:45:06", "url": "https://files.pythonhosted.org/packages/73/91/4e0538e91424a4a7d8619fc196fb0db79868d0f46078f21d2779f4062278/folderstats-0.1.0-py3-none-any.whl" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "123564f5b7ef5bbf64a773d91d4c38d5", "sha256": "3f4f0e8b80e55fb024dcc8ce95aae2caf4ffc4cb4d632268bfd9dc6fe9aab08f" }, "downloads": -1, "filename": "folderstats-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "123564f5b7ef5bbf64a773d91d4c38d5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7124, "upload_time": "2019-01-08T20:35:48", "url": "https://files.pythonhosted.org/packages/41/7f/52f0f9d3580edff8500f853688e6a848999a5af8864400e89928cce04bf3/folderstats-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1c0a07ecfc28a284e620d266d5814f20", "sha256": "e0765660d0f53a61ecf6d6f0b8cb0444f1d821a5c3f229e26ccaff73053f8cfc" }, "downloads": -1, "filename": "folderstats-0.2.0.tar.gz", "has_sig": false, "md5_digest": "1c0a07ecfc28a284e620d266d5814f20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4583, "upload_time": "2019-01-08T20:35:50", "url": "https://files.pythonhosted.org/packages/b7/0d/7cceec049d5685cd5f6c1d50c6fe58be4be7793632408dd2d8185cff4466/folderstats-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "123564f5b7ef5bbf64a773d91d4c38d5", "sha256": "3f4f0e8b80e55fb024dcc8ce95aae2caf4ffc4cb4d632268bfd9dc6fe9aab08f" }, "downloads": -1, "filename": "folderstats-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "123564f5b7ef5bbf64a773d91d4c38d5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7124, "upload_time": "2019-01-08T20:35:48", "url": "https://files.pythonhosted.org/packages/41/7f/52f0f9d3580edff8500f853688e6a848999a5af8864400e89928cce04bf3/folderstats-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1c0a07ecfc28a284e620d266d5814f20", "sha256": "e0765660d0f53a61ecf6d6f0b8cb0444f1d821a5c3f229e26ccaff73053f8cfc" }, "downloads": -1, "filename": "folderstats-0.2.0.tar.gz", "has_sig": false, "md5_digest": "1c0a07ecfc28a284e620d266d5814f20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4583, "upload_time": "2019-01-08T20:35:50", "url": "https://files.pythonhosted.org/packages/b7/0d/7cceec049d5685cd5f6c1d50c6fe58be4be7793632408dd2d8185cff4466/folderstats-0.2.0.tar.gz" } ] }