<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>PyPI recent updates for findmodules</title>
    <link>https://pypi.tw.martin98.com/project/findmodules/</link>
    <description>Recent updates to the Python Package Index for findmodules</description>
    <language>en</language>    <item>
      <title>0.6</title>
      <link>https://pypi.tw.martin98.com/project/findmodules/0.6/</link>
      <description>Find project module directory relative to the running script.</description>
<author>benwbooth@gmail.com</author>      <pubDate>Fri, 02 Jan 2015 21:42:17 GMT</pubDate>
    </item>    <item>
      <title>0.5</title>
      <link>https://pypi.tw.martin98.com/project/findmodules/0.5/</link>
      <description>Find project module directory relative to the running script.This module will search the currently runnings script&#39;s parent directory, andall successive parent directories up to the root directory for a module matchingthe `base` argument. If found, the directory is added to sys.path.This is useful for sets of scripts that use custom project-specific modules thatyou don&#39;t want to install into the system python modules folders.Example usage::    import findmodules    findmodules.init(base=&#39;modules&#39;, realpath=True)This example will search for a folder called &#34;modules&#34; in the current script&#39;sdirectory, and all parent directories. Symlinks will be resolved first. If thedirectory is found, it will be appended to sys.path.Parameters:    * `bin`: Path to script file. Default is currently running script file    * `base`: Name of base module directory to add to sys.path. Default is &#34;lib&#34;.    * `append`: Append module directory to the end of sys.path, or insert at the beginning? Default is to append.    * `ignore`: List of directories to ignore during the module search. Default is to ignore &#34;/&#34; and &#34;/usr&#34;.    * `realpath`: Should symlinks be resolved first? Default is False.    * `pythonpath`: Should the modules directory be added to the PYTHONPATH environment variable? Default is False.    * `throw`: Should an exception be thrown if no modules directory was found? Default is False.Returns:    * The path to the modules directory if it was found, otherwise None.</description>
<author>benwbooth@gmail.com</author>      <pubDate>Tue, 02 Dec 2014 01:13:27 GMT</pubDate>
    </item>    <item>
      <title>0.4</title>
      <link>https://pypi.tw.martin98.com/project/findmodules/0.4/</link>
      <description>Find project module directory relative to the running script.This module will search the currently runnings script&#39;s parent directory, andall successive parent directories up to the root directory for a module matchingthe `base` argument. If found, the directory is added to sys.path.This is useful for sets of scripts that use custom project-specific modules thatyou don&#39;t want to install into the system python modules folders.Example usage::    import findmodules    findmodules.init(base=&#39;modules&#39;, realpath=True)This example will search for a folder called &#34;modules&#34; in the current script&#39;sdirectory, and all parent directories. Symlinks will be resolved first. If thedirectory is found, it will be appended to sys.path.Parameters:    * `bin`: Path to script file. Default is currently running script file    * `base`: Name of base module directory to add to sys.path. Default is &#34;lib&#34;.    * `append`: Append module directory to the end of sys.path, or insert at the beginning? Default is to append.    * `ignore`: List of directories to ignore during the module search. Default is to ignore &#34;/&#34; and &#34;/usr&#34;.    * `realpath`: Should symlinks be resolved first? Default is False.    * `pythonpath`: Should the modules directory be added to the PYTHONPATH environment variable? Default is False.    * `throw`: Should an exception be thrown if no modules directory was found? Default is False.</description>
<author>benwbooth@gmail.com</author>      <pubDate>Tue, 02 Dec 2014 01:00:46 GMT</pubDate>
    </item>    <item>
      <title>0.3</title>
      <link>https://pypi.tw.martin98.com/project/findmodules/0.3/</link>
      <description>Find project module directory relative to the running script.This module will search the currently runnings script&#39;s parent directory, andall successive parent directories up to the root directory for a module matchingthe `base` argument. If found, the directory is added to sys.path.This is useful for sets of scripts that use custom project-specific modules thatyou don&#39;t want to install into the system python modules folders.Example usage::    import findmodules    findmodules.init(base=&#39;modules&#39;, realpath=True)This example will search for a folder called &#34;modules&#34; in the current script&#39;sdirectory, and all parent directories. Symlinks will be resolved first. If thedirectory is found, it will be appended to sys.path.Parameters:    * `bin`: Path to script file. Default is currently running script file    * `base`: Name of base module directory to add to sys.path. Default is &#34;lib&#34;.    * `append`: Append module directory to the end of sys.path, or insert at the beginning? Default is to append.    * `ignore`: List of directories to ignore during the module search. Default is to ignore &#34;/&#34; and &#34;/usr&#34;.    * `realpath`: Should symlinks be resolved first? Default is False.    * `pythonpath`: Should the modules directory be added to the PYTHONPATH environment variable? Default is False.    * `throw`: Should an exception be thrown if no modules directory was found? Default is False.</description>
<author>benwbooth@gmail.com</author>      <pubDate>Tue, 02 Dec 2014 00:56:31 GMT</pubDate>
    </item>    <item>
      <title>0.2</title>
      <link>https://pypi.tw.martin98.com/project/findmodules/0.2/</link>
      <description>Find project module directory relative to the running script.This module will search the currently runnings script&#39;s parent directory, andall successive parent directories up to the root directory for a module matchingthe `base` argument. If found, the directory is added to sys.path.This is useful for sets of scripts that use custom project-specific modules thatyou don&#39;t want to install into the system python modules folders.Example usage::    import findmodules    findmodules.init(base=&#39;modules&#39;, realpath=True)This example will search for a folder called &#34;modules&#34; in the current script&#39;sdirectory, and all parent directories. Symlinks will be resolved first. If thedirectory is found, it will be appended to sys.path.Parameters:    * `bin`: Path to script file. Default is currently running script file    * `base`: Name of base module directory to add to sys.path. Default is &#34;lib&#34;.    * `append`: Append module directory to the end of sys.path, or insert at the beginning? Default is to append.    * `ignore`: List of directories to ignore during the module search. Default is to ignore &#34;/&#34; and &#34;/usr&#34;.    * `realpath`: Should symlinks be resolved first? Default is False.    * `pythonpath`: Should the modules directory be added to the PYTHONPATH environment variable? Default is False.    * `throw`: Should an exception be thrown if no modules directory was found? Default is False.</description>
<author>benwbooth@gmail.com</author>      <pubDate>Tue, 02 Dec 2014 00:52:02 GMT</pubDate>
    </item>    <item>
      <title>0.1</title>
      <link>https://pypi.tw.martin98.com/project/findmodules/0.1/</link>
      <description>Find project module directory relative to the running script.This module will search the currently runnings script&#39;s parent directory, andall successive parent directories up to the root directory for a module matchingthe `base` argument. If found, the directory is added to sys.path.This is useful for sets of scripts that use custom project-specific modules thatyou don&#39;t want to install into the system python modules folders.Example usage::    import findmodules    findmodules.init(base=&#39;modules&#39;, realpath=True)This example will search for a folder called &#34;modules&#34; in the current script&#39;sdirectory, and all parent directories. Symlinks will be resolved first. If thedirectory is found, it will be appended to sys.path.Parameters:    * `bin`: Path to script file. Default is currently running script file    * `base`: Name of base module directory to add to sys.path. Default is &#34;lib&#34;.    * `append`: Append module directory to the end of sys.path, or insert at the beginning? Default is to append.    * `ignore`: List of directories to ignore during the module search. Default is to ignore &#34;/&#34; and &#34;/usr&#34;.    * `realpath`: Should symlinks be resolved first? Default is False.    * `pythonpath`: Should the modules directory be added to the PYTHONPATH environment variable? Default is False.    * `throw`: Should an exception be thrown if no modules directory was found? Default is False.</description>
<author>benwbooth@gmail.com</author>      <pubDate>Tue, 02 Dec 2014 00:40:21 GMT</pubDate>
    </item>  </channel>
</rss>