tinyssg 0.0.3__py3-none-any.whl → 0.0.5__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
tinyssg/__main__.py CHANGED
@@ -677,7 +677,7 @@ class TinySSG:
677
677
  """
678
678
  Set the argument parser
679
679
  """
680
- parser = argparse.ArgumentParser(prog='TinySSG', description='TinySSG Simple Static Site Generate Tool')
680
+ parser = argparse.ArgumentParser(prog='python -m tinyssg', description='TinySSG Simple Static Site Generate Tool')
681
681
  parser.add_argument('mode', choices=['dev', 'gen', 'cls', 'serv', 'servreload', 'config'], help='Select the mode to run (gen = Generate HTML files, dev = Run the debug server)')
682
682
  parser.add_argument('--port', '-P', type=int, default=8000, help='Port number for the debug server')
683
683
  parser.add_argument('--page', '-p', type=str, default='pages', help='Page file path')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: tinyssg
3
- Version: 0.0.3
3
+ Version: 0.0.5
4
4
  Summary: A simple static site generator
5
5
  Author: Uniras
6
6
  Author-email: tkappeng@gmail.com
@@ -0,0 +1,5 @@
1
+ tinyssg/__main__.py,sha256=ahz5C5AR4RRTw5Cv5y0AUI7GtrpRtR9p6fL9Wesvfmk,27125
2
+ tinyssg-0.0.5.dist-info/METADATA,sha256=8FgJojd0aXYnXCkPScTCyelAXWX-TNTfk3dSlWxuEck,5068
3
+ tinyssg-0.0.5.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
4
+ tinyssg-0.0.5.dist-info/top_level.txt,sha256=8u1XtPYCatbklb6u3NbJbFUbwA8nDKZ6cY3FScGwJDQ,8
5
+ tinyssg-0.0.5.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- tinyssg/__main__.py,sha256=gaolKBcO05EsmnIZ4jrGpwpWv6nvuTkDBEHzryGF1gY,27115
2
- tinyssg-0.0.3.dist-info/METADATA,sha256=9zGfNGramZ2mGETTyNibkfGN-DAa2Fq3v_ME5CcSWsI,5068
3
- tinyssg-0.0.3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
4
- tinyssg-0.0.3.dist-info/top_level.txt,sha256=8u1XtPYCatbklb6u3NbJbFUbwA8nDKZ6cY3FScGwJDQ,8
5
- tinyssg-0.0.3.dist-info/RECORD,,