airobo 0.1.1__py3-none-any.whl → 0.1.3__py3-none-any.whl

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.
airobo/api.py CHANGED
@@ -28,4 +28,4 @@ def publish(plat):
28
28
  Simulate checking status.
29
29
  """
30
30
  def version():
31
- print("2.2")
31
+ print("2.3")
airobo/cli.py CHANGED
@@ -4,7 +4,7 @@ airobo/cli.py
4
4
  CLI for the airobo tool.
5
5
  """
6
6
  import argparse
7
- from airobo.api import publish, version, status
7
+ from airobo.api import publish, version
8
8
 
9
9
  commands = {
10
10
  "publish": publish,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: airobo
3
- Version: 0.1.1
3
+ Version: 0.1.3
4
4
  Summary: A CLI tool for Airobo tasks
5
5
  Author-email: Joshua Morvant <joshua@aiarobo.com>
6
6
  Requires-Python: >=3.7
@@ -0,0 +1,10 @@
1
+ airobo/__init__.py,sha256=wQC93xBJqTm_jHoO4hD_A9SP4vvVAMzOUM3vn_-bsB0,24
2
+ airobo/api.py,sha256=YuNSw5XdCW7YFnXCh0_DezMlOv9zebC3y2FvODKBDX4,723
3
+ airobo/cli.py,sha256=81dIVLVrsVbJa_aZK7SNzT7dHc6aEB3jIaq4Fm5MBvo,991
4
+ airobo/modules/publishAndroid.py,sha256=D1tmKAoYlIt85MhtOyAZXiVtscxiIgzFodqbVEbU_Ok,98
5
+ airobo/modules/publishIOS.py,sha256=5HtnBejXtFNGJ719ydfKX0IO4hoJD5MlxKbmD-S7Dbg,90
6
+ airobo-0.1.3.dist-info/METADATA,sha256=58fYchEg4SCl7g5wBj_AymQGAGBjLm6CKYnMTevU-8k,207
7
+ airobo-0.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ airobo-0.1.3.dist-info/entry_points.txt,sha256=tWld-TShvEFSonDWXCvsiBq-dNOY3Qo6FI48pd1S7eE,43
9
+ airobo-0.1.3.dist-info/top_level.txt,sha256=3vchuQftD3xE45bZMuHJVTRVpiC8FKJyJwsrGAjfwKg,7
10
+ airobo-0.1.3.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- airobo/__init__.py,sha256=wQC93xBJqTm_jHoO4hD_A9SP4vvVAMzOUM3vn_-bsB0,24
2
- airobo/api.py,sha256=C19pMhlqo6uMi9YyZ2wrVmzBGxS6HKDE64DIAHOnWG0,723
3
- airobo/cli.py,sha256=k6n6GXcHnQlqDA8EukY1kb-z7lF2zJC1EaTLamFZcVM,999
4
- airobo/modules/publishAndroid.py,sha256=D1tmKAoYlIt85MhtOyAZXiVtscxiIgzFodqbVEbU_Ok,98
5
- airobo/modules/publishIOS.py,sha256=5HtnBejXtFNGJ719ydfKX0IO4hoJD5MlxKbmD-S7Dbg,90
6
- airobo-0.1.1.dist-info/METADATA,sha256=QcLazhyv9yHdCpl2QFix65VmzIokORAfV5O6UsZRXgQ,207
7
- airobo-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- airobo-0.1.1.dist-info/entry_points.txt,sha256=tWld-TShvEFSonDWXCvsiBq-dNOY3Qo6FI48pd1S7eE,43
9
- airobo-0.1.1.dist-info/top_level.txt,sha256=3vchuQftD3xE45bZMuHJVTRVpiC8FKJyJwsrGAjfwKg,7
10
- airobo-0.1.1.dist-info/RECORD,,
File without changes