<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://coptr.digipres.org/index.php?action=history&amp;feed=atom&amp;title=Puremagic</id>
	<title>Puremagic - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://coptr.digipres.org/index.php?action=history&amp;feed=atom&amp;title=Puremagic"/>
	<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Puremagic&amp;action=history"/>
	<updated>2026-05-01T17:07:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Puremagic&amp;diff=6254&amp;oldid=prev</id>
		<title>Carl: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Puremagic&amp;diff=6254&amp;oldid=prev"/>
		<updated>2025-03-28T12:18:44Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 12:18, 28 March 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en-GB&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Carl</name></author>
	</entry>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=Puremagic&amp;diff=6253&amp;oldid=prev</id>
		<title>172.104.134.96: add puremagic</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=Puremagic&amp;diff=6253&amp;oldid=prev"/>
		<updated>2024-04-30T10:26:54Z</updated>

		<summary type="html">&lt;p&gt;add puremagic&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Infobox tool&lt;br /&gt;
|purpose=Puremagic is a cross-platform pure python module that will identify a file based off it's magic numbers&lt;br /&gt;
|sourcecode=https://github.com/cdgriffith/puremagic&lt;br /&gt;
|license=MIT&lt;br /&gt;
|cost=Free&lt;br /&gt;
|function=File Format Identification&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox tool details}}&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
It is designed to be minimalistic and inherently cross platform compatible. It is also designed to be a stand in for python-magic, it incorporates the functions from_file(filename[, mime]) and from_string(string[, mime]) however the magic_file() and magic_string() are more powerful and will also display confidence and duplicate matches.&lt;br /&gt;
&lt;br /&gt;
It does NOT try to match files off non-magic string. In other words it will not search for a string within a certain window of bytes like others might.&lt;br /&gt;
&lt;br /&gt;
Advantages over using a wrapper for 'file' or 'libmagic':&lt;br /&gt;
&lt;br /&gt;
* Faster   &lt;br /&gt;
* Lightweight&lt;br /&gt;
* Cross platform compatible&lt;br /&gt;
* No dependencies&lt;br /&gt;
&lt;br /&gt;
Disadvantages:&lt;br /&gt;
&lt;br /&gt;
* Does not have [https://github.com/cdgriffith/puremagic/blob/master/puremagic/magic_data.json as many] file types. (&amp;quot;Only&amp;quot; 1600 at the time of posting)&lt;br /&gt;
* No multilingual comments&lt;br /&gt;
* Duplications due to small or reused magic numbers&lt;br /&gt;
&lt;br /&gt;
(Help fix the first two disadvantages by contributing!)&lt;/div&gt;</summary>
		<author><name>172.104.134.96</name></author>
	</entry>
</feed>