esgpull 0.6.4__tar.gz → 0.6.5__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.
Files changed (93) hide show
  1. {esgpull-0.6.4 → esgpull-0.6.5}/PKG-INFO +7 -29
  2. esgpull-0.6.5/esgpull/migrations/versions/0.6.5_update_tables.py +25 -0
  3. esgpull-0.6.5/esgpull/version.py +1 -0
  4. {esgpull-0.6.4 → esgpull-0.6.5}/pyproject.toml +9 -2
  5. esgpull-0.6.4/esgpull/version.py +0 -1
  6. {esgpull-0.6.4 → esgpull-0.6.5}/LICENSE +0 -0
  7. {esgpull-0.6.4 → esgpull-0.6.5}/README.md +0 -0
  8. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/__init__.py +0 -0
  9. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/auth.py +0 -0
  10. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/cli/__init__.py +0 -0
  11. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/cli/add.py +0 -0
  12. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/cli/autoremove.py +0 -0
  13. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/cli/config.py +0 -0
  14. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/cli/convert.py +0 -0
  15. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/cli/decorators.py +0 -0
  16. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/cli/download.py +0 -0
  17. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/cli/facet.py +0 -0
  18. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/cli/get.py +0 -0
  19. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/cli/install.py +0 -0
  20. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/cli/login.py +0 -0
  21. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/cli/remove.py +0 -0
  22. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/cli/retry.py +0 -0
  23. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/cli/search.py +0 -0
  24. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/cli/self.py +0 -0
  25. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/cli/show.py +0 -0
  26. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/cli/status.py +0 -0
  27. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/cli/track.py +0 -0
  28. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/cli/update.py +0 -0
  29. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/cli/utils.py +0 -0
  30. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/config.py +0 -0
  31. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/constants.py +0 -0
  32. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/context.py +0 -0
  33. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/database.py +0 -0
  34. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/download.py +0 -0
  35. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/esgpull.py +0 -0
  36. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/exceptions.py +0 -0
  37. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/fs.py +0 -0
  38. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/graph.py +0 -0
  39. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/install_config.py +0 -0
  40. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/README +0 -0
  41. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/env.py +0 -0
  42. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/script.py.mako +0 -0
  43. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/versions/0.3.0_update_tables.py +0 -0
  44. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/versions/0.3.1_update_tables.py +0 -0
  45. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/versions/0.3.2_update_tables.py +0 -0
  46. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/versions/0.3.3_update_tables.py +0 -0
  47. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/versions/0.3.4_update_tables.py +0 -0
  48. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/versions/0.3.5_update_tables.py +0 -0
  49. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/versions/0.3.6_update_tables.py +0 -0
  50. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/versions/0.3.7_update_tables.py +0 -0
  51. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/versions/0.3.8_update_tables.py +0 -0
  52. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/versions/0.4.0_update_tables.py +0 -0
  53. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/versions/0.5.0_update_tables.py +0 -0
  54. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/versions/0.5.1_update_tables.py +0 -0
  55. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/versions/0.5.2_update_tables.py +0 -0
  56. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/versions/0.5.3_update_tables.py +0 -0
  57. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/versions/0.5.4_update_tables.py +0 -0
  58. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/versions/0.5.5_update_tables.py +0 -0
  59. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/versions/0.6.0_update_tables.py +0 -0
  60. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/versions/0.6.1_update_tables.py +0 -0
  61. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/versions/0.6.2_update_tables.py +0 -0
  62. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/versions/0.6.3_update_tables.py +0 -0
  63. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/migrations/versions/0.6.4_update_tables.py +0 -0
  64. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/models/__init__.py +0 -0
  65. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/models/base.py +0 -0
  66. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/models/dataset.py +0 -0
  67. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/models/facet.py +0 -0
  68. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/models/file.py +0 -0
  69. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/models/options.py +0 -0
  70. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/models/query.py +0 -0
  71. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/models/selection.py +0 -0
  72. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/models/sql.py +0 -0
  73. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/models/synda_file.py +0 -0
  74. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/models/tag.py +0 -0
  75. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/models/utils.py +0 -0
  76. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/processor.py +0 -0
  77. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/py.typed +0 -0
  78. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/result.py +0 -0
  79. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/tui.py +0 -0
  80. {esgpull-0.6.4 → esgpull-0.6.5}/esgpull/utils.py +0 -0
  81. {esgpull-0.6.4 → esgpull-0.6.5}/tests/__init__.py +0 -0
  82. {esgpull-0.6.4 → esgpull-0.6.5}/tests/conftest.py +0 -0
  83. {esgpull-0.6.4 → esgpull-0.6.5}/tests/test_auth.py +0 -0
  84. {esgpull-0.6.4 → esgpull-0.6.5}/tests/test_config.py +0 -0
  85. {esgpull-0.6.4 → esgpull-0.6.5}/tests/test_context.py +0 -0
  86. {esgpull-0.6.4 → esgpull-0.6.5}/tests/test_db.py +0 -0
  87. {esgpull-0.6.4 → esgpull-0.6.5}/tests/test_fs.py +0 -0
  88. {esgpull-0.6.4 → esgpull-0.6.5}/tests/test_graph.py +0 -0
  89. {esgpull-0.6.4 → esgpull-0.6.5}/tests/test_processor.py +0 -0
  90. {esgpull-0.6.4 → esgpull-0.6.5}/tests/test_query.py +0 -0
  91. {esgpull-0.6.4 → esgpull-0.6.5}/tests/test_selection.py +0 -0
  92. {esgpull-0.6.4 → esgpull-0.6.5}/tests/test_synda.py +0 -0
  93. {esgpull-0.6.4 → esgpull-0.6.5}/tests/test_utils.py +0 -0
@@ -1,36 +1,14 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: esgpull
3
- Version: 0.6.4
3
+ Version: 0.6.5
4
4
  Summary: ESGF data discovery, download, replication tool
5
5
  Author-Email: Sven Rodriguez <srodriguez@ipsl.fr>
6
- License: BSD 3-Clause License
7
-
8
- Copyright (c) 2023, Institut Pierre-Simon Laplace (IPSL) and contributors
9
-
10
- Redistribution and use in source and binary forms, with or without
11
- modification, are permitted provided that the following conditions are met:
12
-
13
- 1. Redistributions of source code must retain the above copyright notice, this
14
- list of conditions and the following disclaimer.
15
-
16
- 2. Redistributions in binary form must reproduce the above copyright notice,
17
- this list of conditions and the following disclaimer in the documentation
18
- and/or other materials provided with the distribution.
19
-
20
- 3. Neither the name of the copyright holder nor the names of its
21
- contributors may be used to endorse or promote products derived from
22
- this software without specific prior written permission.
23
-
24
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
25
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
26
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
27
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
28
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
29
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
30
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
31
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
32
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6
+ License: BSD-3-Clause
7
+ Classifier: License :: OSI Approved :: BSD License
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.10
10
+ Classifier: Programming Language :: Python :: 3.11
11
+ Classifier: Programming Language :: Python :: 3.12
34
12
  Project-URL: Repository, https://github.com/ESGF/esgf-download
35
13
  Project-URL: Documentation, https://esgf.github.io/esgf-download/
36
14
  Requires-Python: >=3.10
@@ -0,0 +1,25 @@
1
+ """update tables
2
+
3
+ Revision ID: 0.6.5
4
+ Revises: 0.6.4
5
+ Create Date: 2024-07-09 16:29:09.389585
6
+
7
+ """
8
+
9
+ # revision identifiers, used by Alembic.
10
+ revision = "0.6.5"
11
+ down_revision = "0.6.4"
12
+ branch_labels = None
13
+ depends_on = None
14
+
15
+
16
+ def upgrade() -> None:
17
+ # ### commands auto generated by Alembic - please adjust! ###
18
+ pass
19
+ # ### end Alembic commands ###
20
+
21
+
22
+ def downgrade() -> None:
23
+ # ### commands auto generated by Alembic - please adjust! ###
24
+ pass
25
+ # ### end Alembic commands ###
@@ -0,0 +1 @@
1
+ __version__ = "0.6.5"
@@ -7,6 +7,13 @@ build-backend = "pdm.backend"
7
7
  [project]
8
8
  name = "esgpull"
9
9
  dynamic = []
10
+ classifiers = [
11
+ "License :: OSI Approved :: BSD License",
12
+ "Programming Language :: Python :: 3",
13
+ "Programming Language :: Python :: 3.10",
14
+ "Programming Language :: Python :: 3.11",
15
+ "Programming Language :: Python :: 3.12",
16
+ ]
10
17
  description = "ESGF data discovery, download, replication tool"
11
18
  authors = [
12
19
  { name = "Sven Rodriguez", email = "srodriguez@ipsl.fr" },
@@ -33,10 +40,10 @@ dependencies = [
33
40
  "platformdirs>=2.6.2",
34
41
  "pyparsing>=3.0.9",
35
42
  ]
36
- version = "0.6.4"
43
+ version = "0.6.5"
37
44
 
38
45
  [project.license]
39
- file = "LICENSE"
46
+ text = "BSD-3-Clause"
40
47
 
41
48
  [project.scripts]
42
49
  esgpull = "esgpull.cli:main"
@@ -1 +0,0 @@
1
- __version__ = "0.6.4"
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
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