<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
        Thanks lots. I'll take a look at gunicorn. <br>
        The database could be a set of flat files that store <br>
    strings in colon-delimited fields. That option is poor <br>
    because <br>
    <br>
    * I'll have to code data conversion and other functions <br>
      that are common to database management software <br>
    <br>
    * Data should be encrypted so's to require the user to <br>
      use my functions to generate files for USB stick <br>
      transfer (no LAN connex as a point of security). <br>
      -- a flatfile manager for ASCII data would work fine <br>
      -- an rdbms would work, tho' it will be best that <br>
         installation, configuration, connection is easy <br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 04/12/2014 12:32 PM, Dylan Reinhold
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAHtg44ApYxbC13_yj_adURicRVpUqjN5KaCSY0GPOMi5sn7WDA@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>My first thought would be gunicorn webserver with a
            sqllite backend.<br>
          </div>
          You can use the sqllite module to work  with the DB in python.<br>
          <br>
        </div>
        For the database management system, what are you looking to
        manage. Sounds like a simple DB setup that would not require a
        lot of management.<br>
        <br>
        Regards,<br>
        Dylan<br>
        <div>
          <div>
            <div>
              <div>
                <div>
                  <div>
                    <div class="gmail_extra"><br>
                      <br>
                      <div class="gmail_quote">On Sat, Apr 12, 2014 at
                        12:03 PM, jim <span dir="ltr"><<a
                            moz-do-not-send="true"
                            href="mailto:jim@systemateka.com"
                            target="_blank">jim@systemateka.com</a>></span>
                        wrote:<br>
                        <blockquote class="gmail_quote" style="margin:0
                          0 0 .8ex;border-left:1px #ccc
                          solid;padding-left:1ex"><br>
                          [rudimentary questions]<br>
                          <br>
                              I have a client for whom I'm cooking up
                          the following:<br>
                          * on a dedicated computer with no LAN
                          connection<br>
                          * some (hopefully) lean web server with a set
                          of web<br>
                            pages that get data from the user and to a
                          local<br>
                            database and another set of web pages used
                          to get<br>
                            data and format reports, both using
                          javascript to<br>
                            get and present data<br>
                          * some python module(s) that interface between
                          the<br>
                            (lean) web server and the database<br>
                          * some (hopefully simple but bulletproof)
                          database<br>
                            management system, (again, hopefully) not
                          mysql<br>
                            and postgresql is okay though I hope for
                          something<br>
                            simpler. Data is primarily strings and
                          integers. The<br>
                            need could be satisfied with a set of flat
                          files (plain<br>
                            text ASCII) colon-delimited or some such,
                          but I hope<br>
                            not to reinvent too many wheels.<br>
                          <br>
                              Go opinions on a good, lean web server and
                          a<br>
                          compatible python module and rdbms system?<br>
                              Or an alternative approach (it'd be fine
                          with me if I<br>
                          can do everything by typing in some Python
                          files, tho'<br>
                          Django is a learning curve that I hope to
                          avoid for<br>
                          this project).<br>
                          <br>
                          Hopefully, with thanks,<br>
                          jim<br>
                          <br>
                          <br>
                          _______________________________________________<br>
                          Baypiggies mailing list<br>
                          <a moz-do-not-send="true"
                            href="mailto:Baypiggies@python.org"
                            target="_blank">Baypiggies@python.org</a><br>
                          To change your subscription options or
                          unsubscribe:<br>
                          <a moz-do-not-send="true"
                            href="https://mail.python.org/mailman/listinfo/baypiggies"
                            target="_blank">https://mail.python.org/mailman/listinfo/baypiggies</a><br>
                        </blockquote>
                      </div>
                      <br>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Baypiggies mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Baypiggies@python.org">Baypiggies@python.org</a>
To change your subscription options or unsubscribe:
<a class="moz-txt-link-freetext" href="https://mail.python.org/mailman/listinfo/baypiggies">https://mail.python.org/mailman/listinfo/baypiggies</a></pre>
    </blockquote>
    <br>
  </body>
</html>