<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pymol.org/index.php?action=history&amp;feed=atom&amp;title=User%3ASpeleo3%2Fpymolplugins</id>
	<title>User:Speleo3/pymolplugins - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pymol.org/index.php?action=history&amp;feed=atom&amp;title=User%3ASpeleo3%2Fpymolplugins"/>
	<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=User:Speleo3/pymolplugins&amp;action=history"/>
	<updated>2026-05-05T04:50:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=User:Speleo3/pymolplugins&amp;diff=3215&amp;oldid=prev</id>
		<title>Pyadmin: 1 revision</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=User:Speleo3/pymolplugins&amp;diff=3215&amp;oldid=prev"/>
		<updated>2014-03-28T01:20:12Z</updated>

		<summary type="html">&lt;p&gt;1 revision&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&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 01:20, 28 March 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&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>Pyadmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=User:Speleo3/pymolplugins&amp;diff=3214&amp;oldid=prev</id>
		<title>Speleo3: created</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=User:Speleo3/pymolplugins&amp;diff=3214&amp;oldid=prev"/>
		<updated>2012-02-29T18:52:52Z</updated>

		<summary type="html">&lt;p&gt;created&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This page is about https://github.com/speleo3/pymolplugins&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[PluginArchitecture]]&lt;br /&gt;
&lt;br /&gt;
== Lazy installation ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
mkdir -p ~/.pymol&lt;br /&gt;
&lt;br /&gt;
git clone git://github.com/speleo3/pymolplugins.git ~/.pymol/pymolplugins&lt;br /&gt;
&lt;br /&gt;
cat &amp;gt;&amp;gt; ~/.pymolrc.py &amp;lt;&amp;lt;EOF&lt;br /&gt;
import sys, os&lt;br /&gt;
sys.path.append(os.path.expanduser('~/.pymol'))&lt;br /&gt;
import pymolplugins&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Proposal of Procedure for Integration into Open-Source PyMOL ==&lt;br /&gt;
&lt;br /&gt;
# Add as module '''pymolplugins''' or '''pymol.plugins'''&lt;br /&gt;
# import the module somewhere in '''pymol.invocation''', suppressed by '''-k''' flag (or a new flag)&lt;br /&gt;
&lt;br /&gt;
=== More tight integration ===&lt;br /&gt;
&lt;br /&gt;
# port stuff from '''pymolplguins.legacysupport''' to '''pmg_tk''' module (in particular the overloaded methods)&lt;br /&gt;
&lt;br /&gt;
=== For the future ===&lt;br /&gt;
&lt;br /&gt;
# make plugin loading independent of external GUI (move '''initializePlugins''' code to main PyMOL invocation)&lt;/div&gt;</summary>
		<author><name>Speleo3</name></author>
	</entry>
</feed>