Aaron Sierra
6189b3020e
tests: Add high-level API test
Add a high-level API test that initially focuses on various ways that
an Archive object can be directed to use a particular file:
1. filename
2. file-like object opened by name
3. file-like object opened by fileno()
The 3rd way is currently broken for Python 2 and Python 3.
4 years ago
Aaron Sierra
024440569c
tests: Use native zipfile module
Instead of using an external utility (/usr/bin/zip) and a subprocess
call, use Python's own zipfile module to create temporary zip file.
4 years ago
Aaron Sierra
a9aaf242c8
tests: Add suffix to temporary directories
Currently, unit testing does not cleanup the temporary directory
structure that it creates. Make it more easily identifiable for manual
cleanup by adding a recognizable suffix.
4 years ago
Clifton Barnes
b839a05cf4
Fix error in README
4 years ago
Clifton Barnes
8eb32f4abd
Version 4.0.0
4 years ago
Clifton Barnes
cd7161aea7
Merge pull request #11 from smartfile/python3
Check if data is already bytes
4 years ago
Jessica Hair
c9f15fef84
Check if data is already bytes
4 years ago
Jessica Hair
59030cb6bf
Merge pull request #9 from smartfile/python3
Python 3
4 years ago
Clifton Barnes
d37e6b06b5
Use version from python
4 years ago
Clifton Barnes
8d95a43216
Use correct travis variable
4 years ago
Clifton Barnes
a80410112c
Setup pyenv environment
4 years ago
Clifton Barnes
d4d0c70515
Revert "Install python development libraries"
This reverts commit a2fe91f8cf
.
4 years ago
Clifton Barnes
a2fe91f8cf
Install python development libraries
4 years ago
Clifton Barnes
a823504ba2
Revert "Specify exact python version"
This reverts commit bf44649ce8
.
4 years ago
Clifton Barnes
bf44649ce8
Specify exact python version
4 years ago
Clifton Barnes
8c7a3bad15
Run tests for python 2 and 3
4 years ago
Clifton Barnes
7dd5e87bdf
Ignore built binary
4 years ago
Clifton Barnes
5013165958
Fix tests for python 2 and 3
4 years ago
Clifton Barnes
311a559c9c
Fix compilation procedure
4 years ago
Jessica Hair
bfe92166e5
Use open instead of file
4 years ago
Jessica Hair
2205c003d7
Use unicode instead of string in variable names
4 years ago
Jessica Hair
52b97691e0
Remove PyString and use PyUnicode
4 years ago
Jessica Hair
950ef2c4b0
use open instead of file
4 years ago
Jessica Hair
cdb7e6750a
Update to python 3
4 years ago
Travis Cunningham
652c422de4
Merge pull request #4 from smartfile/feature-write-directories
Added unittest for writing directories.
9 years ago
Travis Cunningham
b208154939
Fixed test for writing directories.
9 years ago
Travis Cunningham
4b835ce0d1
Updated test for writing directories.
9 years ago
Travis Cunningham
df60b0d6f0
Updated .gitignore to ignore development files.
9 years ago
Travis Cunningham
a61abdf6a6
Added unittest for writing directories.
9 years ago
Travis Cunningham
21cebe655e
Update .travis.yml
9 years ago
Ryan Johnston
eeb95116cc
Add option to set mode to folder.
Add option to set mode to folder.
9 years ago
Travis Cunningham
0339f9123e
Update .travis.yml
9 years ago
Travis Cunningham
d8c4e12bb9
Update .travis.yml
9 years ago
Travis Cunningham
b92cffd1dc
Update .travis.yml
Fixed installation of packages via pip
10 years ago
Travis Cunningham
e133faa090
Link against version 13 of libarchive rather than 13.1.2
10 years ago
Travis Cunningham
5b97a9d780
Added travis ci
10 years ago
root
bfc45cb236
Fixed the file mode not reading the correct integer value
10 years ago