Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 9280a66ca7ead4da2b3a98c5f98f2bcb > files > 105

python3-pkginfo-1.2b1-2.mga4.noarch.rpm



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>pkginfo documentation &mdash; pkginfo 1.1 documentation</title>
    
    <link rel="stylesheet" href="_static/default.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '',
        VERSION:     '1.1',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="top" title="pkginfo 1.1 documentation" href="#" />
    <link rel="next" title="Distribution Types" href="distributions.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="distributions.html" title="Distribution Types"
             accesskey="N">next</a> |</li>
        <li><a href="#">pkginfo 1.1 documentation</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="pkginfo-documentation">
<h1><tt class="xref py py-mod docutils literal"><span class="pre">pkginfo</span></tt> documentation<a class="headerlink" href="#pkginfo-documentation" title="Permalink to this headline">ΒΆ</a></h1>
<p>This package provides an API for querying the distutils metadata written in
the <tt class="docutils literal"><span class="pre">PKG-INFO</span></tt> file inside a source distriubtion (an <tt class="docutils literal"><span class="pre">sdist</span></tt>) or a
binary distribution (e.g., created by running <tt class="docutils literal"><span class="pre">bdist_egg</span></tt> or
<tt class="docutils literal"><span class="pre">bdist_wheel</span></tt>).  It can also query the <tt class="docutils literal"><span class="pre">EGG-INFO</span></tt> directory of an
installed distribution, and the <tt class="docutils literal"><span class="pre">*.egg-info</span></tt> stored in a &#8220;development
checkout&#8221; (e.g, created by running <tt class="docutils literal"><span class="pre">setup.py</span> <span class="pre">develop</span></tt>).</p>
<p>Contents:</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="distributions.html">Distribution Types</a><ul>
<li class="toctree-l2"><a class="reference internal" href="distributions.html#introspecting-source-distributions">Introspecting Source Distributions</a></li>
<li class="toctree-l2"><a class="reference internal" href="distributions.html#introspecting-unpacked-source-distributions">Introspecting Unpacked Source Distributions</a></li>
<li class="toctree-l2"><a class="reference internal" href="distributions.html#introspecting-binary-distributions">Introspecting Binary Distributions</a></li>
<li class="toctree-l2"><a class="reference internal" href="distributions.html#introspecting-wheels">Introspecting Wheels</a></li>
<li class="toctree-l2"><a class="reference internal" href="distributions.html#introspecting-installed-packages">Introspecting Installed Packages</a></li>
<li class="toctree-l2"><a class="reference internal" href="distributions.html#introspecting-development-checkouts">Introspecting Development Checkouts</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="metadata.html">Metadata Versions</a></li>
<li class="toctree-l1"><a class="reference internal" href="indexes.html">Distribution Indexes</a></li>
</ul>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h4>Next topic</h4>
  <p class="topless"><a href="distributions.html"
                        title="next chapter">Distribution Types</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="_sources/index.txt"
           rel="nofollow">Show Source</a></li>
  </ul>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="distributions.html" title="Distribution Types"
             >next</a> |</li>
        <li><a href="#">pkginfo 1.1 documentation</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2009-2013, Tres Seaver.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
    </div>
  </body>
</html>