update path, add python unrar
This commit is contained in:
parent
642ba49f68
commit
00165d302e
862 changed files with 804 additions and 6 deletions
|
|
@ -0,0 +1,11 @@
|
|||
Metadata-Version: 1.0
|
||||
Name: unrar
|
||||
Version: 0.3
|
||||
Summary: Wrapper for UnRAR library, ctypes-based.
|
||||
Home-page: http://github.com/matiasb/python-unrar
|
||||
Author: Matias Bordese
|
||||
Author-email: mbordese@gmail.com
|
||||
License: GPL-3
|
||||
Description: UNKNOWN
|
||||
Keywords: unrar ctypes
|
||||
Platform: UNKNOWN
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
LICENSE.txt
|
||||
MANIFEST.in
|
||||
README.md
|
||||
setup.cfg
|
||||
setup.py
|
||||
docs/Makefile
|
||||
docs/conf.py
|
||||
docs/constants.rst
|
||||
docs/index.rst
|
||||
docs/rarfile.rst
|
||||
docs/unrar_manual.txt
|
||||
docs/unrarlib.rst
|
||||
unrar/__init__.py
|
||||
unrar/constants.py
|
||||
unrar/rarfile.py
|
||||
unrar/unrarlib.py
|
||||
unrar.egg-info/PKG-INFO
|
||||
unrar.egg-info/SOURCES.txt
|
||||
unrar.egg-info/dependency_links.txt
|
||||
unrar.egg-info/top_level.txt
|
||||
unrar/tests/__init__.py
|
||||
unrar/tests/test_corrupted.rar
|
||||
unrar/tests/test_password.rar
|
||||
unrar/tests/test_rar.rar
|
||||
unrar/tests/test_rarfile.py
|
||||
|
|
@ -0,0 +1 @@
|
|||
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
../unrar/__init__.py
|
||||
../unrar/__pycache__/__init__.cpython-37.pyc
|
||||
../unrar/__pycache__/constants.cpython-37.pyc
|
||||
../unrar/__pycache__/rarfile.cpython-37.pyc
|
||||
../unrar/__pycache__/unrarlib.cpython-37.pyc
|
||||
../unrar/constants.py
|
||||
../unrar/rarfile.py
|
||||
../unrar/unrarlib.py
|
||||
PKG-INFO
|
||||
SOURCES.txt
|
||||
dependency_links.txt
|
||||
top_level.txt
|
||||
|
|
@ -0,0 +1 @@
|
|||
unrar
|
||||
Loading…
Add table
Add a link
Reference in a new issue