<div dir="ltr">I just pushed blurb 1.0.0.post1 which re-packages everything using flit so there's a blurb.py and an entry point for the `blurb` command. That should meet everyone's needs for launching the tool.<br><br><div class="gmail_quote"><div dir="ltr">On Sat, 24 Jun 2017 at 09:54 Brett Cannon <<a href="mailto:brett@python.org">brett@python.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Sat, 24 Jun 2017 at 09:46 Larry Hastings <<a href="mailto:larry@hastings.org" target="_blank">larry@hastings.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div text="#000000" bgcolor="#FFFFFF">
    <div class="m_983987726253079477m_2499859218148880320moz-cite-prefix">On 06/24/2017 09:40 AM, Terry Reedy
      wrote:<br>
    </div>
    <blockquote type="cite">On
      6/23/2017 11:24 PM, Larry Hastings wrote:
      <br>
      <br>
      > You can install blurb from pip:
      <br>
      >
      <br>
      >     % pip3.6 install blurb
      <br>
      <br>
      This does not seem to work right.  On Windows:
      <br>
      <br>
      C:\Users\Terry>py -3 -m pip install blurb
      <br>
      Collecting blurb
      <br>
        Downloading blurb-1.0-py3-none-any.whl
      <br>
      Installing collected packages: blurb
      <br>
      Successfully installed blurb-1.0
      <br>
      <br>
      Explorer shows that 3.6 site-packages has a 'blurb-1.0.dist-info'
      <br>
      directory but neither blurb.py nor 'blurb/' is present.  So the
      following are to be expected.
      <br>
      <br>
      C:\Users\Terry>py -3 -m blurb
      <br>
      C:\Programs\Python36\python.exe: No module named blurb
      <br>
      <br>
      > py -3
      <br>
      >>> import blurb
      <br>
      ...
      <br>
      ModuleNotFoundError: No module named 'blurb'
      <br>
      <br>
      Serhiy reported a similar problem on, I presume, some flavor of
      Linux.</blockquote>
    <br></div><div text="#000000" bgcolor="#FFFFFF">
    I replied to Serhiy; it's just "blurb", it's a command-line tool,
    it's not a package or a module.  It should be a command on your
    path.<br>
    <br>
    TBH I don't know if installation of a command-line tool like that
    works on Windows.  The tool itself was ported to Windows by Zach at
    the PyCon core dev sprints last month, though that predates the PyPI
    work, and in any case I could have broken the Windows support since
    then.  Unfortunately I'm no longer a qualified Windows developer, so
    if it doesn't work on Windows I fear someone will have to send me a
    PR.<br></div></blockquote><div><br></div></div></div><div dir="ltr"><div class="gmail_quote"><div>One of the great perks of `python3 -m blurb` is it avoids needing to care about your PATH on any platform.</div><div><br></div><div>Anyway, the next release of blurb -- whether that's 1.0.0.post1 or a bigger release -- will have a blurb.py as well as the entry point giving people the `blurb` command. And people can also use pipsi if they want to install blurb as more of a self-contained command-line app (at least on UNIX; don't know about its support on Windows).</div></div></div></blockquote></div></div>