{ "info": { "author": "Florian Bernard", "author_email": "florianxbernard@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3.6" ], "description": "Use case\n=========\n\n.. image:: https://img.shields.io/travis/Hatoris/RemoveMedia.svg\n\n\nThis script is attented to be use on server, as cli, to remove file older than a given differential. More specificly, to remove media on server with small capacity (FreeNAS/FreeBSD).\n\nFor this reason, scrpt can refresh plex instance and send you notification via pushbullet.\n\nInstalation\n===========\n\n.. code-block:: python\n\n pip install RemoveMedia\n git clone \n\nBasic usage\n===========\n\nYou have two choice to use this application : \n\n 1. Generated a config file \n 1. By generating a default one and edit the config file by yourself\n 2. Follow cli instruction to generate the config file\n 2. Pass your paremters directly\n\nGenerated config file\n======================\n\n1. Generating default\n----------------------\n\nOpen your shell and run the following command\n\n.. code-block:: bash\n\n python RemoveMedia generate MyFirstConfig.ini -default=True\n\nThis command will generate a empty config file inside the package : \n\n.. code-block:: bash\n\n ~/RemoveMedia/configuration/config\n\nThe generating default config file will look like this\n\n.. note::\n\n [folder]\n threshold = \n path = \n threshold_type = \n\n [plex]\n ip = \n token = \n link = http://${plex:IP}:32400/library/sections/all/refresh?X-Plex-Token=${plex:token}\n\n [pushbullet]\n api_key = \n\n [log]\n log_path = \n log_filename = \n\n.. warning::\n\n Remove an used parameters to prevent error\n\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/Hatoris/RemoveMedia", "keywords": "filemanagement,datetime", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "Removezmedia", "package_url": "https://pypi.org/project/Removezmedia/", "platform": "", "project_url": "https://pypi.org/project/Removezmedia/", "project_urls": { "Documentation": "https://hatoris.github.io/RemoveMedia/html/index.html", "Homepage": "https://github.com/Hatoris/RemoveMedia", "Source": "https://github.com/Hatoris/RemoveMedia" }, "release_url": "https://pypi.org/project/Removezmedia/0.0.1/", "requires_dist": [ "pendulum (>=2.0.2)", "fire (>=0.1.3)" ], "requires_python": ">=3.6", "summary": "An application to remove file and folder in a given directory for a given treshold", "version": "0.0.1" }, "last_serial": 4232766, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "cc23fec6a623ce7c902984dd28fd176a", "sha256": "d73d37151e8dfb44472fbfc7c360e7bed94b6b592ed4d739ee324d7218657cd9" }, "downloads": -1, "filename": "Removezmedia-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "cc23fec6a623ce7c902984dd28fd176a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 6528, "upload_time": "2018-09-02T23:13:52", "url": "https://files.pythonhosted.org/packages/de/2f/afa3f27f50e4a4223cc04250fe24ef9550edf0a183cb196318b417d91398/Removezmedia-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "14c363e0f290f7b33e4f17f6e75c82a1", "sha256": "16554854f68c3cb8aaafe5af1499bd2c06a80b7dbccb899e7115aea58212139e" }, "downloads": -1, "filename": "Removezmedia-0.0.1.tar.gz", "has_sig": false, "md5_digest": "14c363e0f290f7b33e4f17f6e75c82a1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 4915, "upload_time": "2018-09-02T23:13:53", "url": "https://files.pythonhosted.org/packages/42/0a/554dbbbdcd90cf08a7614cbbaf74348775c24e1d758581dc9fdf47575100/Removezmedia-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cc23fec6a623ce7c902984dd28fd176a", "sha256": "d73d37151e8dfb44472fbfc7c360e7bed94b6b592ed4d739ee324d7218657cd9" }, "downloads": -1, "filename": "Removezmedia-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "cc23fec6a623ce7c902984dd28fd176a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 6528, "upload_time": "2018-09-02T23:13:52", "url": "https://files.pythonhosted.org/packages/de/2f/afa3f27f50e4a4223cc04250fe24ef9550edf0a183cb196318b417d91398/Removezmedia-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "14c363e0f290f7b33e4f17f6e75c82a1", "sha256": "16554854f68c3cb8aaafe5af1499bd2c06a80b7dbccb899e7115aea58212139e" }, "downloads": -1, "filename": "Removezmedia-0.0.1.tar.gz", "has_sig": false, "md5_digest": "14c363e0f290f7b33e4f17f6e75c82a1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 4915, "upload_time": "2018-09-02T23:13:53", "url": "https://files.pythonhosted.org/packages/42/0a/554dbbbdcd90cf08a7614cbbaf74348775c24e1d758581dc9fdf47575100/Removezmedia-0.0.1.tar.gz" } ] }