sbdl 1.18.14__tar.gz → 1.18.15__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sbdl
3
- Version: 1.18.14
3
+ Version: 1.18.15
4
4
  Summary: System Behaviour Description Language (Compiler)
5
5
  Home-page: https://sbdl.dev
6
6
  Author: Michael A. Hicks
sbdl-1.18.15/sbdl ADDED
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/python3
2
+ import sys
3
+ import subprocess
4
+
5
+ subprocess.call([sys.executable, '-m', 'sbdl'] + sys.argv[1:])
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sbdl
3
- Version: 1.18.14
3
+ Version: 1.18.15
4
4
  Summary: System Behaviour Description Language (Compiler)
5
5
  Home-page: https://sbdl.dev
6
6
  Author: Michael A. Hicks
@@ -218,8 +218,8 @@ _B=None
218
218
  _A=True
219
219
  import argparse,base64,datetime,csv,functools,getpass,hashlib,importlib,io,json,os,pathlib,pickle,platform,re,shlex,string,subprocess,sys,tarfile,tempfile,textwrap,time,traceback,types,unittest,urllib.request,urllib.parse,warnings,zlib,zipfile
220
220
  __NAME=_j
221
- __VERSION='1.18.14'
222
- __VERSION_DEV='a07a132'
221
+ __VERSION='1.18.15'
222
+ __VERSION_DEV='8e4ffe7'
223
223
  __VERSION_DSL='25.6'
224
224
  __VERSION_REST_API='1.1.0'
225
225
  __AUTHOR='contact@sbdl.dev'
@@ -2,7 +2,7 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name='sbdl',
5
- version='1.18.14',
5
+ version='1.18.15',
6
6
  description = "System Behaviour Description Language (Compiler)",
7
7
  author = "Michael A. Hicks",
8
8
  author_email = "michael@mahicks.org",
sbdl-1.18.14/sbdl DELETED
@@ -1,5 +0,0 @@
1
- #!/usr/bin/python3
2
-
3
- import sbdl
4
-
5
- sbdl.run_main()
File without changes
File without changes
File without changes
File without changes