ponty / pyunpack
unpack archive files in python
☆102Updated last year
Alternatives and similar repositories for pyunpack:
Users that are interested in pyunpack are comparing it to the libraries listed below
- A very intuitive and useful adapter to libarchive for universal archive access.☆98Updated 4 years ago
- Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.☆155Updated 5 months ago
- Find and use proxy auto-config (PAC) files with Python and Requests.☆72Updated last month
- Ultra-lightweight pure Python package to check if a file is binary or text.☆141Updated 7 months ago
- A Requests-compatible interface for PycURL.☆64Updated 6 months ago
- File system based database that uses python pickles☆72Updated last year
- A fast Enum implementation for Python☆30Updated 11 months ago
- Python module for RAR archive reading☆247Updated 10 months ago
- Serialization library for Exceptions and Tracebacks.☆166Updated 6 months ago
- A pure Python Levenshtein implementation that's not freaking GPL'd.☆96Updated last year
- Python module for interacting with nested dicts as a single level dict with delimited keys.☆112Updated last year
- Crochet: use Twisted anywhere!☆237Updated 5 months ago
- IP Address dtype and block for pandas☆104Updated last year
- An extremely simple asyncio-compatible wrapper around Watchdog.☆62Updated 10 months ago
- A simple immutable mapping for python☆112Updated 2 years ago
- Pyfilesystem2 over SSH using paramiko☆91Updated last year
- Removes commented-out code from Python files☆206Updated 9 months ago
- Linked list extension module for Python☆79Updated 5 months ago
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆97Updated this week
- URL normalization for Python☆94Updated 2 years ago
- A dictionary that allows attribute-style access.☆273Updated 6 years ago
- Simple Human wrapper for cURL library☆204Updated 4 years ago
- Automagically import missing modules in IPython.☆61Updated 5 months ago
- Super-fast and clean conversions to numbers for Python.☆106Updated last month
- Caching for humans☆63Updated 8 years ago
- Python interface for c-ares☆164Updated 2 months ago
- Sniff out which async library your code is running under☆129Updated 11 months ago
- Generates index page like mod_autoindex☆113Updated last year
- Autologging automates logging setup and method tracing for Python classes.☆50Updated 8 months ago
- LRU cache for Python. Use Redis as backend. Provides a dictionary-like object as well as a method decorator. pip install redis-lru