<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to install the Python SDK on a remote machine? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-to-install-the-Python-SDK-on-a-remote-machine/m-p/14590#M68</link>
    <description>&lt;P&gt;I have an exported copy of splunk pydoc here -&amp;gt; &lt;A href="https://docs.google.com/leaf?id=0B5uKsNjxhyrdMGE1ZDBkNTEtYjI2OC00OGQwLTg3MjMtMjRlNGU3MGVkYmU3&amp;amp;hl=en" rel="nofollow"&gt;https://docs.google.com/leaf?id=0B5uKsNjxhyrdMGE1ZDBkNTEtYjI2OC00OGQwLTg3MjMtMjRlNGU3MGVkYmU3&amp;amp;hl=en&lt;/A&gt; you can download.&lt;/P&gt;

&lt;P&gt;Have you checked out &lt;A href="http://code.google.com/p/splunk-labs/wiki/SplunkAuth" rel="nofollow"&gt;http://code.google.com/p/splunk-labs/wiki/SplunkAuth&lt;/A&gt;. This is a community driven site (perhaps a little outdated, Ive tried it on 4.0 and it worked) with an external python SDK example. Look for the section that starts with "This example uses Python and the httplib2 library. You may need to install it for your particular Python instance." &lt;/P&gt;

&lt;P&gt;Dont know about copying Splunk's python libraries and the legal ramifications.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jun 2010 22:47:05 GMT</pubDate>
    <dc:creator>rroberts</dc:creator>
    <dc:date>2010-06-17T22:47:05Z</dc:date>
    <item>
      <title>How to install the Python SDK on a remote machine?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-install-the-Python-SDK-on-a-remote-machine/m-p/14589#M67</link>
      <description>&lt;P&gt;I would like to use Splunk's SDK for python on a remote system (e.g. a system with no local splunk install).  What is the best way to go about doing that?&lt;/P&gt;

&lt;P&gt;Also, the &lt;A href="http://www.splunk.com/base/Documentation/4.1.2/Developer/PySDK" rel="nofollow"&gt;PySDK docs&lt;/A&gt; only show you how to get to the docs using &lt;CODE&gt;pydoc&lt;/CODE&gt; which doesn't work well when you don't have command line or file system access to the splunk server.  Is there an exported copy of the &lt;CODE&gt;pydocs&lt;/CODE&gt; online anywhere?&lt;/P&gt;

&lt;P&gt;BTW.  I found the question &lt;A href="http://answers.splunk.com/questions/14/can-i-use-splunks-built-in-python-sdk-in-my-own-scripts" rel="nofollow"&gt;Can I use Splunk’s built-in Python SDK in my own scripts?&lt;/A&gt;, and that is somewhat helpful, but doesn't help anyone who is not familiar with python packaging.  Also, it doesn't cover any copyright considerations, specifically, is it okay to copy splunk's python libraries to a python install on another machine?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jun 2010 21:49:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-install-the-Python-SDK-on-a-remote-machine/m-p/14589#M67</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2010-06-01T21:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to install the Python SDK on a remote machine?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-install-the-Python-SDK-on-a-remote-machine/m-p/14590#M68</link>
      <description>&lt;P&gt;I have an exported copy of splunk pydoc here -&amp;gt; &lt;A href="https://docs.google.com/leaf?id=0B5uKsNjxhyrdMGE1ZDBkNTEtYjI2OC00OGQwLTg3MjMtMjRlNGU3MGVkYmU3&amp;amp;hl=en" rel="nofollow"&gt;https://docs.google.com/leaf?id=0B5uKsNjxhyrdMGE1ZDBkNTEtYjI2OC00OGQwLTg3MjMtMjRlNGU3MGVkYmU3&amp;amp;hl=en&lt;/A&gt; you can download.&lt;/P&gt;

&lt;P&gt;Have you checked out &lt;A href="http://code.google.com/p/splunk-labs/wiki/SplunkAuth" rel="nofollow"&gt;http://code.google.com/p/splunk-labs/wiki/SplunkAuth&lt;/A&gt;. This is a community driven site (perhaps a little outdated, Ive tried it on 4.0 and it worked) with an external python SDK example. Look for the section that starts with "This example uses Python and the httplib2 library. You may need to install it for your particular Python instance." &lt;/P&gt;

&lt;P&gt;Dont know about copying Splunk's python libraries and the legal ramifications.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2010 22:47:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-install-the-Python-SDK-on-a-remote-machine/m-p/14590#M68</guid>
      <dc:creator>rroberts</dc:creator>
      <dc:date>2010-06-17T22:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to install the Python SDK on a remote machine?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-install-the-Python-SDK-on-a-remote-machine/m-p/14591#M69</link>
      <description>&lt;P&gt;Yeah, I've looked at the splunk-labs stuff a few times now, but as you pointed out, it seems outdated and not as easy to use as splunk's internal API.  (I mean, sure you could reproduce the REST API fairly simply, but it seems a little silly to do so when Splunk already build a full python-based interface that is well maintained and tested.)  Thanks for the exported docs.  It still seems like splunk should provide an easier way to simply reuse their API from a different machine.  (Doing a full splunk install just to get the python libs on a machine seems rather silly too.)&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2010 04:23:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-install-the-Python-SDK-on-a-remote-machine/m-p/14591#M69</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2010-06-18T04:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to install the Python SDK on a remote machine?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-install-the-Python-SDK-on-a-remote-machine/m-p/14592#M70</link>
      <description>&lt;P&gt;There is a new Splunk Python SDK on GitHub.  You can access it here:  &lt;A href="https://github.com/splunk/splunk-sdk-python"&gt;https://github.com/splunk/splunk-sdk-python&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Any questions - &lt;A href="mailto:psanford@splunk.com"&gt;psanford@splunk.com&lt;/A&gt; or ping us on Twitter:  @splunkdev  &lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2011 17:00:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-install-the-Python-SDK-on-a-remote-machine/m-p/14592#M70</guid>
      <dc:creator>psanford_splunk</dc:creator>
      <dc:date>2011-09-28T17:00:31Z</dc:date>
    </item>
  </channel>
</rss>

