gitlabber 1.2.2__tar.gz → 1.2.3__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.
- {gitlabber-1.2.2/gitlabber.egg-info → gitlabber-1.2.3}/PKG-INFO +2 -2
- gitlabber-1.2.3/gitlabber/__init__.py +1 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3/gitlabber.egg-info}/PKG-INFO +2 -2
- {gitlabber-1.2.2 → gitlabber-1.2.3}/setup.py +1 -1
- gitlabber-1.2.2/gitlabber/__init__.py +0 -1
- {gitlabber-1.2.2 → gitlabber-1.2.3}/LICENSE.txt +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/MANIFEST.in +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/README.rst +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber/__main__.py +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber/archive.py +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber/cli.py +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber/format.py +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber/git.py +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber/gitlab_tree.py +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber/method.py +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber/naming.py +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber/progress.py +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber.egg-info/SOURCES.txt +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber.egg-info/dependency_links.txt +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber.egg-info/entry_points.txt +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber.egg-info/requires.txt +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/gitlabber.egg-info/top_level.txt +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/setup.cfg +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__init__.py +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/__init__.cpython-311.pyc +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/gitlab_test_utils.cpython-311.pyc +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/io_test_util.cpython-311.pyc +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_archive.cpython-311-pytest-8.2.2.pyc +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_cli.cpython-311-pytest-8.2.2.pyc +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_e2e.cpython-311-pytest-8.2.2.pyc +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_format.cpython-311-pytest-8.2.2.pyc +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_git.cpython-311-pytest-8.2.2.pyc +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_gitlab_tree.cpython-311-pytest-8.2.2.pyc +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_integration.cpython-311-pytest-8.2.2.pyc +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_method.cpython-311-pytest-8.2.2.pyc +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_naming.cpython-311-pytest-8.2.2.pyc +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/gitlab_test_utils.py +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/io_test_util.py +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test-input.yaml +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test-output.json +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test-output.tree +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test-output.yaml +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test_archive.py +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test_cli.py +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test_e2e.py +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test_format.py +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test_git.py +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test_gitlab_tree.py +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test_integration.py +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test_method.py +0 -0
- {gitlabber-1.2.2 → gitlabber-1.2.3}/tests/test_naming.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gitlabber
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.3
|
|
4
4
|
Summary: A Gitlab clone/pull utility for backing up or cloning Gitlab groups
|
|
5
5
|
Home-page: https://github.com/ezbz/gitlabber
|
|
6
6
|
Download-URL: https://github.com/ezbz/gitlabber/archive/master.zip
|
|
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
22
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
23
23
|
Requires-Python: >=3
|
|
24
|
-
Description-Content-Type: text/
|
|
24
|
+
Description-Content-Type: text/x-rst
|
|
25
25
|
License-File: LICENSE.txt
|
|
26
26
|
Requires-Dist: docopt
|
|
27
27
|
Requires-Dist: anytree
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.2.3'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gitlabber
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.3
|
|
4
4
|
Summary: A Gitlab clone/pull utility for backing up or cloning Gitlab groups
|
|
5
5
|
Home-page: https://github.com/ezbz/gitlabber
|
|
6
6
|
Download-URL: https://github.com/ezbz/gitlabber/archive/master.zip
|
|
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
22
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
23
23
|
Requires-Python: >=3
|
|
24
|
-
Description-Content-Type: text/
|
|
24
|
+
Description-Content-Type: text/x-rst
|
|
25
25
|
License-File: LICENSE.txt
|
|
26
26
|
Requires-Dist: docopt
|
|
27
27
|
Requires-Dist: anytree
|
|
@@ -38,7 +38,7 @@ setup(
|
|
|
38
38
|
version = __version__,
|
|
39
39
|
description = 'A Gitlab clone/pull utility for backing up or cloning Gitlab groups',
|
|
40
40
|
long_description = long_description,
|
|
41
|
-
long_description_content_type="text/
|
|
41
|
+
long_description_content_type="text/x-rst",
|
|
42
42
|
url = 'https://github.com/ezbz/gitlabber',
|
|
43
43
|
download_url = 'https://github.com/ezbz/gitlabber/archive/master.zip',
|
|
44
44
|
author = 'Erez Mazor',
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.2.2'
|
|
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
|
{gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_archive.cpython-311-pytest-8.2.2.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_format.cpython-311-pytest-8.2.2.pyc
RENAMED
|
File without changes
|
|
File without changes
|
{gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_gitlab_tree.cpython-311-pytest-8.2.2.pyc
RENAMED
|
File without changes
|
{gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_integration.cpython-311-pytest-8.2.2.pyc
RENAMED
|
File without changes
|
{gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_method.cpython-311-pytest-8.2.2.pyc
RENAMED
|
File without changes
|
{gitlabber-1.2.2 → gitlabber-1.2.3}/tests/__pycache__/test_naming.cpython-311-pytest-8.2.2.pyc
RENAMED
|
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
|