update path, add python unrar

This commit is contained in:
j 2019-01-29 16:10:06 +05:30
commit 00165d302e
862 changed files with 804 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -0,0 +1 @@
unrar