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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
Python-Repository-Hub
/
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
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Feb 3, 2022
include typing stubs in package, bump to 0.4.25
ahupp
committed
0fb1922
View commit details
Copy full SHA for 0fb1922
Browse repository at this point
Commits on Dec 30, 2021
Merge pull request #257 from vivienm/master
Show description for f8e5ca3
ahupp
authored
f8e5ca3
View commit details
Copy full SHA for f8e5ca3
Browse repository at this point
Include type stubs in package
Vivien Maisonneuve
committed
261eed8
View commit details
Copy full SHA for 261eed8
Browse repository at this point
Commits on Oct 23, 2021
Merge pull request #253 from marxin/python-bytecode
Show description for a9b5592
ahupp
authored
a9b5592
View commit details
Copy full SHA for a9b5592
Browse repository at this point
Commits on Oct 22, 2021
Support file 5.41.
Show description for 0ae7e7c
marxin
committed
0ae7e7c
View commit details
Copy full SHA for 0ae7e7c
Browse repository at this point
Commits on Oct 4, 2021
Support os.PathLike types
Show description for 7f7542f
ahupp
committed
7f7542f
View commit details
Copy full SHA for 7f7542f
Browse repository at this point
Commits on Sep 2, 2021
Fix compat mode handling with empty mime string
Show description for 73bcc74
ahupp
committed
73bcc74
View commit details
Copy full SHA for 73bcc74
Browse repository at this point
Commits on Jun 3, 2021
bump to 0.4.24
ahupp
committed
5fa9055
View commit details
Copy full SHA for 5fa9055
Browse repository at this point
fix alpine library loading
ahupp
committed
4ed6b03
View commit details
Copy full SHA for 4ed6b03
Browse repository at this point
Commits on Jun 1, 2021
add changelog for 0.4.23
ahupp
committed
5e1f150
View commit details
Copy full SHA for 5e1f150
Browse repository at this point
Update tests and docker config for newer versions
ahupp
committed
ae483dc
View commit details
Copy full SHA for ae483dc
Browse repository at this point
Cleanup library loading
Show description for 816e4d7
ahupp
committed
816e4d7
View commit details
Copy full SHA for 816e4d7
Browse repository at this point
Commits on May 21, 2021
actually try building package
ahupp
committed
44d01df
View commit details
Copy full SHA for 44d01df
Browse repository at this point
add py.typed sentinal per https://www.python.org/dev/peps/pep-0561/#packaging-type-information
ahupp
committed
29450ec
View commit details
Copy full SHA for 29450ec
Browse repository at this point
Commits on May 17, 2021
Merge pull request #244 from jspricke/fix_del_cookie
Show description for e6d7ee0
ahupp
authored
e6d7ee0
View commit details
Copy full SHA for e6d7ee0
Browse repository at this point
Commits on May 16, 2021
Check for cookie attribute before trying to delete it
Show description for 12d0ea0
jspricke
committed
12d0ea0
View commit details
Copy full SHA for 12d0ea0
Browse repository at this point
Revert "Fix bug in Magic when destructor called too early"
Show description for 0ab68b2
jspricke
committed
0ab68b2
View commit details
Copy full SHA for 0ab68b2
Browse repository at this point
Commits on May 10, 2021
Merge pull request #243 from EtiennePelletier/fix_typo
Show description for 53aa709
ahupp
authored
53aa709
View commit details
Copy full SHA for 53aa709
Browse repository at this point
Fix typo (compatability --> compatibility)
EtiennePelletier
committed
3174a78
View commit details
Copy full SHA for 3174a78
Browse repository at this point
Commits on Apr 26, 2021
Merge pull request #241 from gitter-badger/gitter-badge
Show description for 80a1804
ahupp
authored
80a1804
View commit details
Copy full SHA for 80a1804
Browse repository at this point
Commits on Apr 25, 2021
Add Gitter badge
gitter-badger
committed
3a9029d
View commit details
Copy full SHA for 3a9029d
Browse repository at this point
Commits on Apr 16, 2021
Update README.md
ahupp
authored
1b7e07e
View commit details
Copy full SHA for 1b7e07e
Browse repository at this point
Commits on Feb 17, 2021
Fix yet another import error
Show description for e0ccc6d
ahupp
committed
e0ccc6d
View commit details
Copy full SHA for e0ccc6d
Browse repository at this point
Commits on Feb 16, 2021
add docker test for alpine linux
ahupp
committed
fc28c87
View commit details
Copy full SHA for fc28c87
Browse repository at this point
update version and changeload
ahupp
committed
cc4c21c
View commit details
Copy full SHA for cc4c21c
Browse repository at this point
Factor out dll loader so it can be used by both compat and standard library
Show description for b520bf0
ahupp
committed
b520bf0
View commit details
Copy full SHA for b520bf0
Browse repository at this point
Commits on Jan 16, 2021
just select magic package, not tests
ahupp
committed
15b85a2
View commit details
Copy full SHA for 15b85a2
Browse repository at this point
bump to 0.4.20
ahupp
committed
fca071d
View commit details
Copy full SHA for fca071d
Browse repository at this point
Commits on Jan 15, 2021
remove contributors because its far out of date
ahupp
committed
3ebdb93
View commit details
Copy full SHA for 3ebdb93
Browse repository at this point
fix typo in COMPAT.md
ahupp
committed
d1e9c97
View commit details
Copy full SHA for d1e9c97
Browse repository at this point
restore more 2.7 compat
ahupp
committed
1e3424a
View commit details
Copy full SHA for 1e3424a
Browse repository at this point
add more doc pointers for compat mode, and enable PendingDeprecationWarning
ahupp
committed
0a456a7
View commit details
Copy full SHA for 0a456a7
Browse repository at this point
restore python 2.7 to setup.py, to preserve back compat
ahupp
committed
086b2ab
View commit details
Copy full SHA for 086b2ab
Browse repository at this point
document libmagic compat layer
ahupp
committed
7199abb
View commit details
Copy full SHA for 7199abb
Browse repository at this point
prefix add_compat with an underscore to avoid namespace pollution
ahupp
committed
ab41b1d
View commit details
Copy full SHA for ab41b1d
Browse repository at this point
Previous
Next
You can’t perform that action at this time.