{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Compander\n=========\n\nSimple context manager to wrap compression and uncompression of gzip and bzip2 files.\n\nExample\n-------\n\n```\nfrom compander import Compander\n\nwith Compander() as c: # Default is bz2\n c.compress('uncompressed_file','compressed_file.bz2')\n\nwith Compander('bz2') as c:\n c.uncompress('compressed_file.bz2','uncompressed_file')\n\nwith Compander('gz') as c:\n c.compress('uncompressed_file','compressed_file.gz')\n\nwith Compander('gz') as c:\n c.uncompress('compressed_file.gz','uncompressed_file')\n```\n\nTesting\n-------\n\n* python setup.py test\n\nInstallation\n------------\n\n* python setup.py install\n\nDevelopment\n-----------\n\n* pip install -r requirements.txt\n* python setup.py test\n* python setup.py develop", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "python file compressor / uncompressor context bzip2 bz2 gzip gz", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "compander", "package_url": "https://pypi.org/project/compander/", "platform": "", "project_url": "https://pypi.org/project/compander/", "project_urls": null, "release_url": "https://pypi.org/project/compander/0.1/", "requires_dist": null, "requires_python": "", "summary": "Simple context manager for wrapping file compression and uncompression operations.", "version": "0.1" }, "last_serial": 3391216, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "f75d42115ab7b2c54177ca3509fab2f8", "sha256": "9b6c0e23d9d46802f9d878e96e2bf5c6aa2ebb5624b8429492e7c5f9275115e0" }, "downloads": -1, "filename": "compander-0.1.tar.gz", "has_sig": false, "md5_digest": "f75d42115ab7b2c54177ca3509fab2f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3407, "upload_time": "2017-12-05T17:10:21", "url": "https://files.pythonhosted.org/packages/ed/73/2c63461a3821b598d7a670564c69db6322a8de33936b73f029762890d6ce/compander-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f75d42115ab7b2c54177ca3509fab2f8", "sha256": "9b6c0e23d9d46802f9d878e96e2bf5c6aa2ebb5624b8429492e7c5f9275115e0" }, "downloads": -1, "filename": "compander-0.1.tar.gz", "has_sig": false, "md5_digest": "f75d42115ab7b2c54177ca3509fab2f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3407, "upload_time": "2017-12-05T17:10:21", "url": "https://files.pythonhosted.org/packages/ed/73/2c63461a3821b598d7a670564c69db6322a8de33936b73f029762890d6ce/compander-0.1.tar.gz" } ] }