cmem-cmemc 24.1.4__tar.gz → 24.1.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.
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/LICENSE +1 -1
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/PKG-INFO +2 -3
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/utils.py +22 -16
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/pyproject.toml +2 -2
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/README-public.md +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/__init__.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/_cmemc.zsh +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/commands/__init__.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/commands/acl.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/commands/admin.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/commands/client.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/commands/config.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/commands/dataset.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/commands/graph.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/commands/metrics.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/commands/project.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/commands/python.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/commands/query.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/commands/resource.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/commands/scheduler.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/commands/store.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/commands/user.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/commands/validation.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/commands/variable.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/commands/vocabulary.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/commands/workflow.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/commands/workspace.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/completion.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/constants.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/context.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/exceptions.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/manual_helper/__init__.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/manual_helper/graph.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/manual_helper/multi_page.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/manual_helper/single_page.py +0 -0
- {cmem_cmemc-24.1.4 → cmem_cmemc-24.1.5}/cmem_cmemc/object_list.py +0 -0
|
@@ -199,4 +199,4 @@
|
|
|
199
199
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
200
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
201
|
See the License for the specific language governing permissions and
|
|
202
|
-
limitations under the License.
|
|
202
|
+
limitations under the License.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cmem-cmemc
|
|
3
|
-
Version: 24.1.
|
|
3
|
+
Version: 24.1.5
|
|
4
4
|
Summary: Command line client for eccenca Corporate Memory
|
|
5
5
|
Home-page: https://eccenca.com/go/cmemc
|
|
6
|
-
License: Apache
|
|
6
|
+
License: Apache-2.0
|
|
7
7
|
Author: eccenca
|
|
8
8
|
Author-email: cmempy-developer@eccenca.com
|
|
9
9
|
Requires-Python: >=3.10,<4.0
|
|
@@ -15,7 +15,6 @@ Classifier: Intended Audience :: Information Technology
|
|
|
15
15
|
Classifier: Intended Audience :: Science/Research
|
|
16
16
|
Classifier: Intended Audience :: System Administrators
|
|
17
17
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
18
|
-
Classifier: License :: Other/Proprietary License
|
|
19
18
|
Classifier: Natural Language :: English
|
|
20
19
|
Classifier: Operating System :: OS Independent
|
|
21
20
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -304,24 +304,30 @@ class PublishedPackage:
|
|
|
304
304
|
|
|
305
305
|
def get_published_packages() -> list[PublishedPackage]:
|
|
306
306
|
"""Get a scraped list of plugin packages scraped from pypi.org."""
|
|
307
|
-
|
|
308
|
-
soup = BeautifulSoup(requests.get(url, timeout=5).content, "html.parser")
|
|
307
|
+
url_pattern = "https://pypi.org/search/?q=%22cmem-plugin-%22&page={}"
|
|
309
308
|
packages = []
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
309
|
+
page = 0
|
|
310
|
+
while True:
|
|
311
|
+
page += 1
|
|
312
|
+
url = url_pattern.format(page)
|
|
313
|
+
soup = BeautifulSoup(requests.get(url, timeout=5).content, "html.parser")
|
|
314
|
+
snippets = soup.find_all("a", class_="package-snippet")
|
|
315
|
+
if len(snippets) == 0:
|
|
316
|
+
break
|
|
317
|
+
for _ in snippets:
|
|
318
|
+
name = _.findChildren(class_="package-snippet__name")[0].getText()
|
|
319
|
+
if name == "cmem-plugin-base":
|
|
320
|
+
continue
|
|
321
|
+
if not name.startswith("cmem-plugin-"):
|
|
322
|
+
continue
|
|
323
|
+
description = _.findChildren(class_="package-snippet__description")[0].getText()
|
|
324
|
+
package_version = _.findChildren(class_="package-snippet__version")[0].getText()
|
|
325
|
+
published = _.findChildren(name="time")[0].attrs["datetime"]
|
|
326
|
+
packages.append(
|
|
327
|
+
PublishedPackage(
|
|
328
|
+
name=name, description=description, version=package_version, published=published
|
|
329
|
+
)
|
|
323
330
|
)
|
|
324
|
-
)
|
|
325
331
|
return packages
|
|
326
332
|
|
|
327
333
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "cmem-cmemc"
|
|
3
|
-
version = "24.1.
|
|
3
|
+
version = "24.1.5"
|
|
4
4
|
description = "Command line client for eccenca Corporate Memory"
|
|
5
|
-
license = "Apache
|
|
5
|
+
license = "Apache-2.0"
|
|
6
6
|
classifiers = [
|
|
7
7
|
"Development Status :: 5 - Production/Stable",
|
|
8
8
|
"Environment :: Console",
|
|
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
|