module documentation

Based on "python-archive" -- https://pypi.org/project/python-archive/

Copyright (c) 2010 Gary Wilson Jr. <gary.wilson@gmail.com> and contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Variable extension​_map Undocumented
Class ​Archive The external API class that encapsulates an archive implementation.
Class ​Archive​Exception Base exception class for all archive errors.
Class ​Base​Archive Base Archive class. Implementations should inherit this class.
Class ​Tar​Archive Undocumented
Class ​Unrecognized​Archive​Format Error raised when passed file is not a recognized archive format.
Class ​Zip​Archive Undocumented
Function extract Unpack the tar or zip file at the specified path to the directory specified by to_path.
extension_map =

Undocumented

def extract(path, to_path):
Unpack the tar or zip file at the specified path to the directory specified by to_path.