Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > da39881aeab7e5c28e5395ddaa53e791 > files > 110

python-pkginfo-1.5.0.1-1.mga7.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="X-UA-Compatible" content="IE=Edge" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>pkginfo documentation &#8212; pkginfo 1.2 documentation</title>
    <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></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>
    <script type="text/javascript" src="_static/language_data.js"></script>
    <link rel="index" title="Index" href="genindex.html" />
    <link rel="search" title="Search" href="search.html" />
    <link rel="next" title="Distribution Types" href="distributions.html" />
   
  <link rel="stylesheet" href="_static/custom.css" type="text/css" />
  
  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />

  </head><body>
  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <div class="section" id="pkginfo-documentation">
<h1><code class="xref py py-mod docutils literal notranslate"><span class="pre">pkginfo</span></code> 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 <code class="docutils literal notranslate"><span class="pre">PKG-INFO</span></code> file inside a source distriubtion (an <code class="docutils literal notranslate"><span class="pre">sdist</span></code>) or a
binary distribution (e.g., created by running <code class="docutils literal notranslate"><span class="pre">bdist_egg</span></code> or
<code class="docutils literal notranslate"><span class="pre">bdist_wheel</span></code>).  It can also query the <code class="docutils literal notranslate"><span class="pre">EGG-INFO</span></code> directory of an
installed distribution, and the <code class="docutils literal notranslate"><span class="pre">*.egg-info</span></code> stored in a “development
checkout” (e.g, created by running <code class="docutils literal notranslate"><span class="pre">setup.py</span> <span class="pre">develop</span></code>).</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" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="#">pkginfo</a></h1>








<h3>Navigation</h3>
<ul>
<li class="toctree-l1"><a class="reference internal" href="distributions.html">Distribution Types</a></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 class="relations">
<h3>Related Topics</h3>
<ul>
  <li><a href="#">Documentation overview</a><ul>
      <li>Next: <a href="distributions.html" title="next chapter">Distribution Types</a></li>
  </ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
  <h3>Quick search</h3>
    <div class="searchformwrapper">
    <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>
    </div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="footer">
      &copy;2009-2013, Tres Seaver.
      
      |
      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.8.3</a>
      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.8</a>
      
      |
      <a href="_sources/index.rst.txt"
          rel="nofollow">Page source</a>
    </div>

    

    
  </body>
</html>