{ "info": { "author": "James Abel", "author_email": "j@abel.co", "bugtrack_url": null, "classifiers": [], "description": "\n\ncmpa (Comparison utility)\n=========================\n\nCompares the contents of two directories (folders) and reports if they are equal or not.\n\nUsage\n=====\n\ndircmpa can be used either as a command line application or as a Python library package.\n\nCommand Line\n------------\n\nSimple example:\n\n `cmpa `\n\nUse `cmpa -h` for a complete list of options.\n\nPython library package\n----------------------\n\nSimple example:\n\n.. code:: python\n\n from cmpa import compare, Compare\n\n # Just compare directory with itself.\n compare(['.', '.'])\n print()\n\n # Use the class for finer grain observability\n c = Compare(['.', '.'], silent=True)\n print(c.get_total_files())\n print(c.get_file_counts())\n print(c.compare_ok_count)\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/jamesabel/cmpa/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jamesabel/cmpa", "keywords": "directory", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "cmpa", "package_url": "https://pypi.org/project/cmpa/", "platform": "", "project_url": "https://pypi.org/project/cmpa/", "project_urls": { "Download": "https://github.com/jamesabel/cmpa/archive/master.zip", "Homepage": "https://github.com/jamesabel/cmpa" }, "release_url": "https://pypi.org/project/cmpa/0.0.4/", "requires_dist": null, "requires_python": "", "summary": "Comparison utility", "version": "0.0.4" }, "last_serial": 3744328, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "af63337211c7f54a3d7f4eb3607b3b65", "sha256": "46b63c6e18c5a51e56f39f5b379bc30bbe04b233d7bce524eaa0661ad3049105" }, "downloads": -1, "filename": "cmpa-0.0.2.tar.gz", "has_sig": false, "md5_digest": "af63337211c7f54a3d7f4eb3607b3b65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2613, "upload_time": "2018-04-07T20:43:19", "url": "https://files.pythonhosted.org/packages/64/c9/b91fa1e5832f5e4d59edcea683ba388dc911bf4075f2c00fe814e8a11016/cmpa-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "5940797040bf9701cd308887b380f55b", "sha256": "d2191f21108ae9368d77695ba90d162f59844999ecd0333b9935e6ad96d8d25d" }, "downloads": -1, "filename": "cmpa-0.0.3.tar.gz", "has_sig": false, "md5_digest": "5940797040bf9701cd308887b380f55b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2610, "upload_time": "2018-04-07T20:57:04", "url": "https://files.pythonhosted.org/packages/37/af/fd4ffd07ca0dfb485d94a3e620b8505febc16ff4520a3f8115e7864ce3c3/cmpa-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "1cdd3fbc38696f5f79538340c160bf6c", "sha256": "b97f68822a1c452f744efa2e16932ba866fa57947fbf10925827e92a60df383d" }, "downloads": -1, "filename": "cmpa-0.0.4.tar.gz", "has_sig": false, "md5_digest": "1cdd3fbc38696f5f79538340c160bf6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2595, "upload_time": "2018-04-07T21:05:06", "url": "https://files.pythonhosted.org/packages/46/e6/bd271f56555469207dc244c412c1d21eac748f6d4e55185cc53daeb90003/cmpa-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1cdd3fbc38696f5f79538340c160bf6c", "sha256": "b97f68822a1c452f744efa2e16932ba866fa57947fbf10925827e92a60df383d" }, "downloads": -1, "filename": "cmpa-0.0.4.tar.gz", "has_sig": false, "md5_digest": "1cdd3fbc38696f5f79538340c160bf6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2595, "upload_time": "2018-04-07T21:05:06", "url": "https://files.pythonhosted.org/packages/46/e6/bd271f56555469207dc244c412c1d21eac748f6d4e55185cc53daeb90003/cmpa-0.0.4.tar.gz" } ] }