datavo-cli 0.22.0__tar.gz → 0.22.2__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,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: datavo-cli
3
- Version: 0.22.0
3
+ Version: 0.22.2
4
4
  Summary: Datavo command line interface
5
5
  License-Expression: Apache-2.0
6
- Project-URL: Documentation, https://altavo.github.io/datavo/
7
- Project-URL: Homepage, https://altavo.github.io/datavo/
6
+ Project-URL: Documentation, https://docs.datavo.io/
7
+ Project-URL: Homepage, https://docs.datavo.io/
8
8
  Classifier: Intended Audience :: Developers
9
9
  Classifier: Programming Language :: Python :: 3.11
10
10
  Classifier: Programming Language :: Python :: 3.12
@@ -12,7 +12,7 @@ Requires-Python: >=3.11
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
  Requires-Dist: argcomplete>=3.4
15
- Requires-Dist: datavo-sdk[entra]==0.22.0
15
+ Requires-Dist: datavo-sdk[entra]==0.22.2
16
16
  Requires-Dist: httpx>=0.27
17
17
  Requires-Dist: PyYAML>=6.0
18
18
  Requires-Dist: tabulate>=0.9
@@ -20,7 +20,7 @@ Dynamic: license-file
20
20
 
21
21
  # datavo-cli
22
22
 
23
- Command-line interface for **[Datavo](https://altavo.github.io/datavo/)**, the
23
+ Command-line interface for **[Datavo](https://docs.datavo.io/)**, the
24
24
  dataset store. Installs the `datavo` command and the `datavo_sdk` Python client
25
25
  together, with Microsoft Entra sign-in.
26
26
 
@@ -48,4 +48,4 @@ datavo config use dev
48
48
 
49
49
  ## Documentation
50
50
 
51
- Full guide, reference, and runnable examples: **https://altavo.github.io/datavo/**
51
+ Full guide, reference, and runnable examples: **https://docs.datavo.io/**
@@ -1,6 +1,6 @@
1
1
  # datavo-cli
2
2
 
3
- Command-line interface for **[Datavo](https://altavo.github.io/datavo/)**, the
3
+ Command-line interface for **[Datavo](https://docs.datavo.io/)**, the
4
4
  dataset store. Installs the `datavo` command and the `datavo_sdk` Python client
5
5
  together, with Microsoft Entra sign-in.
6
6
 
@@ -28,4 +28,4 @@ datavo config use dev
28
28
 
29
29
  ## Documentation
30
30
 
31
- Full guide, reference, and runnable examples: **https://altavo.github.io/datavo/**
31
+ Full guide, reference, and runnable examples: **https://docs.datavo.io/**
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
7
7
 
8
8
  [project]
9
9
  name = "datavo-cli"
10
- version = "0.22.0"
10
+ version = "0.22.2"
11
11
  description = "Datavo command line interface"
12
12
  readme = "README.md"
13
13
  license = "Apache-2.0"
@@ -15,7 +15,7 @@ license-files = ["LICENSE"]
15
15
  requires-python = ">=3.11"
16
16
  dependencies = [
17
17
  "argcomplete>=3.4",
18
- "datavo-sdk[entra]==0.22.0",
18
+ "datavo-sdk[entra]==0.22.2",
19
19
  "httpx>=0.27",
20
20
  "PyYAML>=6.0",
21
21
  "tabulate>=0.9",
@@ -27,8 +27,8 @@ classifiers = [
27
27
  ]
28
28
 
29
29
  [project.urls]
30
- Documentation = "https://altavo.github.io/datavo/"
31
- Homepage = "https://altavo.github.io/datavo/"
30
+ Documentation = "https://docs.datavo.io/"
31
+ Homepage = "https://docs.datavo.io/"
32
32
 
33
33
  [project.scripts]
34
34
  datavo = "datavo_cli.main:main"
File without changes
File without changes