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 }}
zerxd
/
python-magic
Public
forked from
ahupp/python-magic
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jun 3, 2013
fix bad merge of README
ahupp
committed
9f18d2c
View commit details
Copy full SHA for 9f18d2c
Browse repository at this point
add troubleshooting section and extended usage docs
ahupp
committed
f6a165e
View commit details
Copy full SHA for f6a165e
Browse repository at this point
Add some comments
ahupp
committed
238643e
View commit details
Copy full SHA for 238643e
Browse repository at this point
Commits on Jun 2, 2013
- avoid segfault when used in multiple threads via magic.from_buffer/from_file methods
Show description for fc69194
ahupp
committed
fc69194
View commit details
Copy full SHA for fc69194
Browse repository at this point
Commits on Nov 2, 2012
add forgotten testdata file
ahupp
committed
f85b084
View commit details
Copy full SHA for f85b084
Browse repository at this point
Support python 3
Show description for d033eb4
ahupp
committed
d033eb4
View commit details
Copy full SHA for d033eb4
Browse repository at this point
Commits on Sep 17, 2012
cleanup README
ahupp
committed
4d98bc0
View commit details
Copy full SHA for 4d98bc0
Browse repository at this point
update README to markdown format, and clarify
ahupp
committed
2aaae1a
View commit details
Copy full SHA for 2aaae1a
Browse repository at this point
bump version to 0.4.3
ahupp
committed
e626757
View commit details
Copy full SHA for e626757
Browse repository at this point
explain change to __del__
ahupp
committed
9b58479
View commit details
Copy full SHA for 9b58479
Browse repository at this point
Merge branch 'master' of github.com:ahupp/python-magic
ahupp
committed
e8f5c02
View commit details
Copy full SHA for e8f5c02
Browse repository at this point
Merge pull request #19 from edevil/master
Show description for 91cd6d4
ahupp
committed
91cd6d4
View commit details
Copy full SHA for 91cd6d4
Browse repository at this point
Merge branch 'master' of github.com:ahupp/python-magic
ahupp
committed
4e9d5cb
View commit details
Copy full SHA for 4e9d5cb
Browse repository at this point
Commits on Jul 25, 2012
Check for magic_close as well. When python is exiting it can be
Show description for 4b88db6
edevil
committed
4b88db6
View commit details
Copy full SHA for 4b88db6
Browse repository at this point
Commits on May 22, 2012
Merge pull request #17 from fallgesetz/master
Show description for 6c23fa2
ahupp
committed
6c23fa2
View commit details
Copy full SHA for 6c23fa2
Browse repository at this point
Commits on May 21, 2012
Added path to default homebrew install of libmagic on Mac OS X
fallgesetz
committed
cfd01bf
View commit details
Copy full SHA for cfd01bf
Browse repository at this point
Commits on Apr 3, 2012
Merge pull request #16 from dusual/master
Show description for 3a0f5ed
ahupp
committed
3a0f5ed
View commit details
Copy full SHA for 3a0f5ed
Browse repository at this point
Commits on Mar 28, 2012
adding the __init__ file , cannot work as a package till that is the case
Amit Sethi
committed
6a5581a
View commit details
Copy full SHA for 6a5581a
Browse repository at this point
Commits on Dec 29, 2011
bump version to 0.4.2
ahupp
committed
e9bb695
View commit details
Copy full SHA for e9bb695
Browse repository at this point
Fix dylib look with patch from sacha@ssl.co.uk
ahupp
committed
d5fba52
View commit details
Copy full SHA for d5fba52
Browse repository at this point
Bump version to 4.1
ahupp
committed
c443aac
View commit details
Copy full SHA for c443aac
Browse repository at this point
Remove absolute path for libmagic.dylib on darwin to allow for other types of install
ahupp
committed
fa74c17
View commit details
Copy full SHA for fa74c17
Browse repository at this point
Commits on Feb 1, 2011
Remove ctypes setup() dependency, already included in python >= 2.5
Show description for a75cf0a
ahupp
committed
a75cf0a
View commit details
Copy full SHA for a75cf0a
Browse repository at this point
Commits on Nov 22, 2010
Bump version, add contributors section to README
ahupp
committed
9e5ab19
View commit details
Copy full SHA for 9e5ab19
Browse repository at this point
Consolidate darwin/win32 library loading. Tested on OSX.
ahupp
committed
a2153f7
View commit details
Copy full SHA for a2153f7
Browse repository at this point
Merge branch 'master' of https://github.com/FlaPer87/python-magic into FlaPer87-master
ahupp
committed
2f5d667
View commit details
Copy full SHA for 2f5d667
Browse repository at this point
Fix unit test
Show description for f082313
ahupp
committed
f082313
View commit details
Copy full SHA for f082313
Browse repository at this point
reorder Mime args to preserve compatability
ahupp
committed
4bdd270
View commit details
Copy full SHA for 4bdd270
Browse repository at this point
Commits on Oct 15, 2010
- fix keyword to define requirements
lukenowak
committed
1559a19
View commit details
Copy full SHA for 1559a19
Browse repository at this point
Add sample file for testing purpose.
Nicolas Delaby
committed
36fb78a
View commit details
Copy full SHA for 36fb78a
Browse repository at this point
Add new feature which return mime_encoding of file.
Nicolas Delaby
committed
7354884
View commit details
Copy full SHA for 7354884
Browse repository at this point
Commits on Sep 30, 2010
Commet error fix. I was hungry
flaper87
committed
61fd4ee
View commit details
Copy full SHA for 61fd4ee
Browse repository at this point
Some load improvements
flaper87
committed
6b1f949
View commit details
Copy full SHA for 6b1f949
Browse repository at this point
Commits on Apr 18, 2010
avoid abort if you somehow double free
ahupp
committed
4142c79
View commit details
Copy full SHA for 4142c79
Browse repository at this point
Commits on Apr 2, 2010
merge support for win32 from tehmaze
ahupp
committed
79506a5
View commit details
Copy full SHA for 79506a5
Browse repository at this point
Previous
Next
You can’t perform that action at this time.