Documentation/Source/index-eric6.html

Thu, 05 May 2016 19:50:00 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 05 May 2016 19:50:00 +0200
changeset 4968
afcc223b932f
parent 4918
71caf42a13d8
child 5054
0895e29758cd
permissions
-rw-r--r--

Added some utility functions to check a network address.

<!DOCTYPE html>
<html><head>
<title>eric6</title>
<meta charset="UTF-8">
<style>
body {
    background: #EDECE6;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: white; background: #9D936E; }
h4 { color: white; background: #9D936E; }
    
a { color: #BA6D36; }

</style>
</head>
<body>
<h1>eric6</h1>
<p>
Package implementing the eric6 Python IDE (version 6.2).
</p><p>
To get more information about eric6 please see the
<a href="http://eric-ide.python-projects.org/index.html">eric web site</a>.
</p>

<h3>Packages</h3>
<table>
<tr>
<td><a href="index-eric6.Cooperation.html">Cooperation</a></td>
<td>Package containing the modules dealing with cooperation.</td>
</tr><tr>
<td><a href="index-eric6.DataViews.html">DataViews</a></td>
<td>Package containing modules for viewing various data.</td>
</tr><tr>
<td><a href="index-eric6.DebugClients.html">DebugClients</a></td>
<td>Package implementing debug clients for various languages.</td>
</tr><tr>
<td><a href="index-eric6.Debugger.html">Debugger</a></td>
<td>Package implementing the Debugger frontend.</td>
</tr><tr>
<td><a href="index-eric6.DocumentationTools.html">DocumentationTools</a></td>
<td>Package implementing the source code documentation tools.</td>
</tr><tr>
<td><a href="index-eric6.E5Graphics.html">E5Graphics</a></td>
<td>Package implementing some QGraphicsView related general purpoe classes.</td>
</tr><tr>
<td><a href="index-eric6.E5Gui.html">E5Gui</a></td>
<td>Package implementing some special GUI elements.</td>
</tr><tr>
<td><a href="index-eric6.E5Network.html">E5Network</a></td>
<td>Package implementing some special network related objects and functions.</td>
</tr><tr>
<td><a href="index-eric6.E5XML.html">E5XML</a></td>
<td>Package implementing the XML handling module of eric6.</td>
</tr><tr>
<td><a href="index-eric6.Globals.html">Globals</a></td>
<td>Module defining common data to be used by all modules.</td>
</tr><tr>
<td><a href="index-eric6.Graphics.html">Graphics</a></td>
<td>Package implementing various graphical representations.</td>
</tr><tr>
<td><a href="index-eric6.Helpviewer.html">Helpviewer</a></td>
<td>Package implementing a little web browser.</td>
</tr><tr>
<td><a href="index-eric6.HexEdit.html">HexEdit</a></td>
<td>Package implementing a hex editor.</td>
</tr><tr>
<td><a href="index-eric6.IconEditor.html">IconEditor</a></td>
<td>Package implementing the icon editor tool.</td>
</tr><tr>
<td><a href="index-eric6.MultiProject.html">MultiProject</a></td>
<td>Package implementing the multi project management module of eric6.</td>
</tr><tr>
<td><a href="index-eric6.Network.html">Network</a></td>
<td>Package containing network related services.</td>
</tr><tr>
<td><a href="index-eric6.PluginManager.html">PluginManager</a></td>
<td>Package containing the code for the Plugin Manager and related parts.</td>
</tr><tr>
<td><a href="index-eric6.Plugins.html">Plugins</a></td>
<td>Package containing all core plugins.</td>
</tr><tr>
<td><a href="index-eric6.Preferences.html">Preferences</a></td>
<td>Package implementing the preferences interface.</td>
</tr><tr>
<td><a href="index-eric6.Project.html">Project</a></td>
<td>Package implementing the project management module of eric6.</td>
</tr><tr>
<td><a href="index-eric6.PyUnit.html">PyUnit</a></td>
<td>Package implementing an interface to the pyunit unittest package.</td>
</tr><tr>
<td><a href="index-eric6.QScintilla.html">QScintilla</a></td>
<td>Package implementing the editor and shell components of the eric6 IDE.</td>
</tr><tr>
<td><a href="index-eric6.Snapshot.html">Snapshot</a></td>
<td>Package implementing the modules for the screenshot utility.</td>
</tr><tr>
<td><a href="index-eric6.SqlBrowser.html">SqlBrowser</a></td>
<td>Package containing module for the SQL browser tool.</td>
</tr><tr>
<td><a href="index-eric6.Tasks.html">Tasks</a></td>
<td>Package containing modules for the task management tool.</td>
</tr><tr>
<td><a href="index-eric6.Templates.html">Templates</a></td>
<td>Package containing modules for the templating system.</td>
</tr><tr>
<td><a href="index-eric6.Toolbox.html">Toolbox</a></td>
<td>Package implementing general purpose tools.</td>
</tr><tr>
<td><a href="index-eric6.Tools.html">Tools</a></td>
<td>Package implementing some useful tools used by the IDE.</td>
</tr><tr>
<td><a href="index-eric6.UI.html">UI</a></td>
<td>Package implementing the main user interface and general purpose dialogs.</td>
</tr><tr>
<td><a href="index-eric6.Utilities.html">Utilities</a></td>
<td>Package implementing various functions/classes needed everywhere within eric6.</td>
</tr><tr>
<td><a href="index-eric6.VCS.html">VCS</a></td>
<td>Module implementing the general part of the interface to version control systems.</td>
</tr><tr>
<td><a href="index-eric6.ViewManager.html">ViewManager</a></td>
<td>Package implementing the viewmanager of the eric6 IDE.</td>
</tr><tr>
<td><a href="index-eric6.WebBrowser.html">WebBrowser</a></td>
<td>Package implementing a little web browser.</td>
</tr>
</table>

<h3>Modules</h3>
<table>
<tr>
<td><a href="eric6.cleanupSource.html">cleanupSource</a></td>
<td>Script for eric6 to clean up the source tree.</td>
</tr><tr>
<td><a href="eric6.compileUiFiles.html">compileUiFiles</a></td>
<td>Script for eric6 to compile all .ui files to Python source.</td>
</tr><tr>
<td><a href="eric6.eric6.html">eric6</a></td>
<td>Eric6 Python IDE.</td>
</tr><tr>
<td><a href="eric6.eric6_api.html">eric6_api</a></td>
<td>Eric6 API Generator.</td>
</tr><tr>
<td><a href="eric6.eric6_browser.html">eric6_browser</a></td>
<td>Eric6 Web Browser.</td>
</tr><tr>
<td><a href="eric6.eric6_compare.html">eric6_compare</a></td>
<td>Eric6 Compare.</td>
</tr><tr>
<td><a href="eric6.eric6_configure.html">eric6_configure</a></td>
<td>Eric6 Configure.</td>
</tr><tr>
<td><a href="eric6.eric6_diff.html">eric6_diff</a></td>
<td>Eric6 Diff.</td>
</tr><tr>
<td><a href="eric6.eric6_doc.html">eric6_doc</a></td>
<td>Eric6 Documentation Generator.</td>
</tr><tr>
<td><a href="eric6.eric6_editor.html">eric6_editor</a></td>
<td>Eric6 Editor.</td>
</tr><tr>
<td><a href="eric6.eric6_hexeditor.html">eric6_hexeditor</a></td>
<td>Eric6 Hex Editor.</td>
</tr><tr>
<td><a href="eric6.eric6_iconeditor.html">eric6_iconeditor</a></td>
<td>Eric6 Icon Editor.</td>
</tr><tr>
<td><a href="eric6.eric6_plugininstall.html">eric6_plugininstall</a></td>
<td>Eric6 Plugin Installer.</td>
</tr><tr>
<td><a href="eric6.eric6_pluginrepository.html">eric6_pluginrepository</a></td>
<td>Eric6 Plugin Installer.</td>
</tr><tr>
<td><a href="eric6.eric6_pluginuninstall.html">eric6_pluginuninstall</a></td>
<td>Eric6 Plugin Uninstaller.</td>
</tr><tr>
<td><a href="eric6.eric6_qregexp.html">eric6_qregexp</a></td>
<td>Eric6 QRegExp.</td>
</tr><tr>
<td><a href="eric6.eric6_qregularexpression.html">eric6_qregularexpression</a></td>
<td>Eric6 QRegularExpression.</td>
</tr><tr>
<td><a href="eric6.eric6_re.html">eric6_re</a></td>
<td>Eric6 Re.</td>
</tr><tr>
<td><a href="eric6.eric6_snap.html">eric6_snap</a></td>
<td>Eric6 Snap.</td>
</tr><tr>
<td><a href="eric6.eric6_sqlbrowser.html">eric6_sqlbrowser</a></td>
<td>Eric6 SQL Browser.</td>
</tr><tr>
<td><a href="eric6.eric6_tray.html">eric6_tray</a></td>
<td>Eric6 Tray.</td>
</tr><tr>
<td><a href="eric6.eric6_trpreviewer.html">eric6_trpreviewer</a></td>
<td>Eric6 TR Previewer.</td>
</tr><tr>
<td><a href="eric6.eric6_uipreviewer.html">eric6_uipreviewer</a></td>
<td>Eric6 UI Previewer.</td>
</tr><tr>
<td><a href="eric6.eric6_unittest.html">eric6_unittest</a></td>
<td>Eric6 Unittest.</td>
</tr><tr>
<td><a href="eric6.eric6_webbrowser.html">eric6_webbrowser</a></td>
<td>Eric6 Web Browser.</td>
</tr><tr>
<td><a href="eric6.eric6config.html">eric6config</a></td>
<td>Module containing the default configuration of the eric6 installation.</td>
</tr><tr>
<td><a href="eric6.install.html">install</a></td>
<td>Installation script for the eric6 IDE and all eric6 related tools.</td>
</tr><tr>
<td><a href="eric6.install-i18n.html">install-i18n</a></td>
<td>Installation script for the eric6 IDE translation files.</td>
</tr><tr>
<td><a href="eric6.patch_modpython.html">patch_modpython</a></td>
<td>Script to patch mod_python for usage with the eric6 IDE.</td>
</tr><tr>
<td><a href="eric6.uninstall.html">uninstall</a></td>
<td>Uninstallation script for the eric6 IDE and all eric6 related tools.</td>
</tr>
</table>
</body></html>

eric ide

mercurial