<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Folks,<div class=""><br class=""></div><div class="">I’m having issues with submitting to pypi.</div><div class=""><br class=""></div><div class="">I can register and upload my package.</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">nerv:~ Benjamin$ pip search directory_caching</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">Directory_Caching         - A Caching library for Directories & Files</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">nerv:~ Benjamin$ </div></div><div class=""><br class=""></div><div class="">but, if you try to install it using pip:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">pip install directory_caching</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">Reading Profile from ~/dropbox/shellscripts/profile</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">nerv:~ Benjamin$ pip install directory_caching</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">Collecting directory-caching</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(195, 55, 32);" class="">  Could not find any downloads that satisfy the requirement directory-caching</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(195, 55, 32);" class="">  No distributions at all found for directory-caching</div></div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(195, 55, 32);" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(195, 55, 32);" class=""><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px;" class="">If you do a verbose:</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px;" class=""><br class=""></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px;" class=""><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">Last login: Mon Apr  6 18:05:02 on ttys000</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">Reading Profile from ~/dropbox/shellscripts/profile</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">nerv:~ Benjamin$ pip -v install directory_caching</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">Collecting directory-caching</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">  Getting page <a href="https://pypi.python.org/simple/directory-caching/" class="">https://pypi.python.org/simple/directory-caching/</a></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">  URLs to search for versions for directory-caching:</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">  * <a href="https://pypi.python.org/simple/directory-caching/" class="">https://pypi.python.org/simple/directory-caching/</a></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">  Getting page <a href="https://pypi.python.org/simple/directory-caching/" class="">https://pypi.python.org/simple/directory-caching/</a></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">  Analyzing links from page <a href="https://pypi.python.org/simple/directory-caching/" class="">https://pypi.python.org/simple/directory-caching/</a></div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(195, 55, 32);" class="">  Could not find any downloads that satisfy the requirement directory-caching</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">  Cleaning up...</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(195, 55, 32);" class="">  No distributions at all found for directory-caching</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">  Exception information:</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">  Traceback (most recent call last):</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">    File "/Library/Python/2.7/site-packages/pip/basecommand.py", line 232, in main</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">      status = self.run(options, args)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">    File "/Library/Python/2.7/site-packages/pip/commands/install.py", line 339, in run</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">      requirement_set.prepare_files(finder)</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">    File "/Library/Python/2.7/site-packages/pip/req/req_set.py", line 333, in prepare_files</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">      upgrade=self.upgrade,</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">    File "/Library/Python/2.7/site-packages/pip/index.py", line 397, in find_requirement</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">      'No distributions at all found for %s' % req</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">  DistributionNotFound: No distributions at all found for directory-caching</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; min-height: 13px;" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">The package is here, <a href="https://github.com/bschollnick/Directory_Caching" class="">https://github.com/bschollnick/Directory_Caching</a>.</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">And I’ve been messing around with different config files, etc, trying to solve the problem myself.  </div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">Can anyone point out what I have done wrong?</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">If a simpler package would be useful, then <a href="https://github.com/bschollnick/semantic_url" class="">https://github.com/bschollnick/semantic_url</a></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">I haven’t attempted to release semantic_url yet, simply because I’m trying to solve Directory_Caching first.</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">And yes, I know caching files & directory listings is a black voodoo art, and asking for trouble.</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">This attempts to validate three different ways, and I’ve been using it for quite a while without any issue.  It’s invaluable in the web gallery when you have a directory that can have 2-4K worth of files.</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""><span class="Apple-tab-span" style="white-space:pre">               </span>- Benjamin</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""><br class=""></div></div></div></body></html>