Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
allanlei
/
python-zipstream
Public
forked from
SpiderOak/ZipStream
Notifications
You must be signed in to change notification settings
Fork
33
Star
131
Code
Issues
7
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Streaming input
- #2
#2
Open
kouk
wants to merge 13 commits into
allanlei:master
allanlei/python-zipstream:master
from
longaccess:streaminput
longaccess/python-zipstream:streaminput
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Open
Streaming input
#2
kouk
wants to merge 13 commits into
allanlei:master
allanlei/python-zipstream:master
from
longaccess:streaminput
longaccess/python-zipstream:streaminput
Copy head branch name to clipboard
Commits
Commits on Mar 10, 2014
add unit tests for taking input from file-like objects
kouk
committed
522fa8a
View commit details
Copy full SHA for 522fa8a
Browse repository at this point
support file-like objects as well as pathnames
kouk
committed
27ea172
View commit details
Copy full SHA for 27ea172
Browse repository at this point
make sure no file has an unsupported mtime
kouk
committed
cd9f461
View commit details
Copy full SHA for cd9f461
Browse repository at this point
support pseudo-files that don't have fileno
kouk
committed
e0152aa
View commit details
Copy full SHA for e0152aa
Browse repository at this point
Commits on May 20, 2014
be more resilient when stating pseudo files
kouk
committed
aee13e0
View commit details
Copy full SHA for aee13e0
Browse repository at this point
Commits on May 23, 2014
encode string to bytes for py3
kouk
committed
b571915
View commit details
Copy full SHA for b571915
Browse repository at this point
don't use unittest.skipUnless
kouk
committed
24805fb
View commit details
Copy full SHA for 24805fb
Browse repository at this point
more python3 bytes fixing
kouk
committed
c1e7327
View commit details
Copy full SHA for c1e7327
Browse repository at this point
better fix for python 3 string encoding problems
kouk
committed
bf0ff4d
View commit details
Copy full SHA for bf0ff4d
Browse repository at this point
Commits on Jun 19, 2014
Support specifying file size before hand
Show description for 189e0e5
kouk
committed
189e0e5
View commit details
Copy full SHA for 189e0e5
Browse repository at this point
no need to overwrite file_size if specified
kouk
committed
bf4fd20
View commit details
Copy full SHA for bf4fd20
Browse repository at this point
Commits on Sep 8, 2014
change mode b to rb for pypy compatibility
kouk
committed
213abba
View commit details
Copy full SHA for 213abba
Browse repository at this point
Commits on Sep 9, 2014
refactor stream input method, create separate API
kouk
committed
452c5da
View commit details
Copy full SHA for 452c5da
Browse repository at this point
You can’t perform that action at this time.