mcm-cli 1.8.0__tar.gz → 1.8.1__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.
- {mcm-cli-1.8.0/mcm_cli.egg-info → mcm_cli-1.8.1}/PKG-INFO +25 -6
- {mcm-cli-1.8.0 → mcm_cli-1.8.1/mcm_cli.egg-info}/PKG-INFO +25 -6
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcm_cli.egg-info/SOURCES.txt +2 -1
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcm_cli.egg-info/entry_points.txt +0 -1
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/__main__.py +1 -1
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/setup.py +2 -2
- mcm_cli-1.8.1/tests/test_config.py +16 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/LICENSE +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/NOTICE +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/README.md +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcm_cli.egg-info/dependency_links.txt +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcm_cli.egg-info/requires.txt +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcm_cli.egg-info/top_level.txt +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/__init__.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/command/account.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/command/admin.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/command/auth.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/command/campaign.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/command/config.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/command/decision.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/command/report.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/command/userevent.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/command/wallet.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/data/account.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/data/account_user.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/data/campaign.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/data/decision.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/data/error.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/data/item.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/data/item_blocking_result.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/data/platform_user.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/data/report.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/data/seller.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/data/token.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/data/user_join_request.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/data/wallet.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/logging.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/mcmcli/requests.py +0 -0
- {mcm-cli-1.8.0 → mcm_cli-1.8.1}/setup.cfg +0 -0
@@ -1,12 +1,11 @@
|
|
1
|
-
Metadata-Version: 2.
|
2
|
-
Name:
|
3
|
-
Version: 1.8.
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: mcm_cli
|
3
|
+
Version: 1.8.1
|
4
4
|
Summary: A command-line interface for Moloco Commerde Media
|
5
5
|
Home-page: https://github.com/moloco-mcm/mcm-cli
|
6
6
|
Author: Moloco MCM Team
|
7
7
|
Author-email: mcm-help@moloco.com
|
8
8
|
License: Apache-2.0 license
|
9
|
-
Platform: UNKNOWN
|
10
9
|
Classifier: Programming Language :: Python :: 3
|
11
10
|
Classifier: License :: OSI Approved :: Apache Software License
|
12
11
|
Classifier: Operating System :: OS Independent
|
@@ -14,6 +13,28 @@ Requires-Python: >=3.6
|
|
14
13
|
Description-Content-Type: text/markdown
|
15
14
|
License-File: LICENSE
|
16
15
|
License-File: NOTICE
|
16
|
+
Requires-Dist: colorama
|
17
|
+
Requires-Dist: gitpython
|
18
|
+
Requires-Dist: pydantic
|
19
|
+
Requires-Dist: pygithub
|
20
|
+
Requires-Dist: python-terraform
|
21
|
+
Requires-Dist: requests
|
22
|
+
Requires-Dist: rich
|
23
|
+
Requires-Dist: setuptools
|
24
|
+
Requires-Dist: shortuuid
|
25
|
+
Requires-Dist: toml
|
26
|
+
Requires-Dist: typer
|
27
|
+
Dynamic: author
|
28
|
+
Dynamic: author-email
|
29
|
+
Dynamic: classifier
|
30
|
+
Dynamic: description
|
31
|
+
Dynamic: description-content-type
|
32
|
+
Dynamic: home-page
|
33
|
+
Dynamic: license
|
34
|
+
Dynamic: license-file
|
35
|
+
Dynamic: requires-dist
|
36
|
+
Dynamic: requires-python
|
37
|
+
Dynamic: summary
|
17
38
|
|
18
39
|
# Moloco Commerce Media (MCM) CLI utility
|
19
40
|
|
@@ -83,5 +104,3 @@ $
|
|
83
104
|
```
|
84
105
|
|
85
106
|
© Moloco, Inc. 2023 All rights reserved. Released under Apache 2.0 License
|
86
|
-
|
87
|
-
|
@@ -1,12 +1,11 @@
|
|
1
|
-
Metadata-Version: 2.
|
2
|
-
Name:
|
3
|
-
Version: 1.8.
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: mcm_cli
|
3
|
+
Version: 1.8.1
|
4
4
|
Summary: A command-line interface for Moloco Commerde Media
|
5
5
|
Home-page: https://github.com/moloco-mcm/mcm-cli
|
6
6
|
Author: Moloco MCM Team
|
7
7
|
Author-email: mcm-help@moloco.com
|
8
8
|
License: Apache-2.0 license
|
9
|
-
Platform: UNKNOWN
|
10
9
|
Classifier: Programming Language :: Python :: 3
|
11
10
|
Classifier: License :: OSI Approved :: Apache Software License
|
12
11
|
Classifier: Operating System :: OS Independent
|
@@ -14,6 +13,28 @@ Requires-Python: >=3.6
|
|
14
13
|
Description-Content-Type: text/markdown
|
15
14
|
License-File: LICENSE
|
16
15
|
License-File: NOTICE
|
16
|
+
Requires-Dist: colorama
|
17
|
+
Requires-Dist: gitpython
|
18
|
+
Requires-Dist: pydantic
|
19
|
+
Requires-Dist: pygithub
|
20
|
+
Requires-Dist: python-terraform
|
21
|
+
Requires-Dist: requests
|
22
|
+
Requires-Dist: rich
|
23
|
+
Requires-Dist: setuptools
|
24
|
+
Requires-Dist: shortuuid
|
25
|
+
Requires-Dist: toml
|
26
|
+
Requires-Dist: typer
|
27
|
+
Dynamic: author
|
28
|
+
Dynamic: author-email
|
29
|
+
Dynamic: classifier
|
30
|
+
Dynamic: description
|
31
|
+
Dynamic: description-content-type
|
32
|
+
Dynamic: home-page
|
33
|
+
Dynamic: license
|
34
|
+
Dynamic: license-file
|
35
|
+
Dynamic: requires-dist
|
36
|
+
Dynamic: requires-python
|
37
|
+
Dynamic: summary
|
17
38
|
|
18
39
|
# Moloco Commerce Media (MCM) CLI utility
|
19
40
|
|
@@ -83,5 +104,3 @@ $
|
|
83
104
|
```
|
84
105
|
|
85
106
|
© Moloco, Inc. 2023 All rights reserved. Released under Apache 2.0 License
|
86
|
-
|
87
|
-
|
@@ -37,7 +37,7 @@ def version():
|
|
37
37
|
"""
|
38
38
|
Show the tool version
|
39
39
|
"""
|
40
|
-
typer.echo(f"Version:
|
40
|
+
typer.echo(f"Version: mcm_cli v1.8.1")
|
41
41
|
|
42
42
|
app.add_typer(mcmcli.command.account.app, name="account", help="Ad account management")
|
43
43
|
app.add_typer(mcmcli.command.admin.app, name="admin", help="Platform administration")
|
@@ -17,8 +17,8 @@
|
|
17
17
|
from setuptools import setup, find_packages
|
18
18
|
|
19
19
|
setup(
|
20
|
-
name='
|
21
|
-
version='1.8.
|
20
|
+
name='mcm_cli',
|
21
|
+
version='1.8.1',
|
22
22
|
description='A command-line interface for Moloco Commerde Media',
|
23
23
|
long_description=open('README.md').read(),
|
24
24
|
long_description_content_type='text/markdown',
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# Copyright 2023 Moloco, Inc
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# https://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
def test_hello():
|
16
|
+
assert 1 == 1
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|