Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-lister
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Development
swh-lister
Commits
7c8f4dc9
Commit
7c8f4dc9
authored
5 years ago
by
Antoine Lambert
Browse files
Options
Downloads
Patches
Plain Diff
packagist/lister: Fix typos in docstring
parent
7377439c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!99
Phabricator: Fix loading tasks creation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
swh/lister/packagist/lister.py
+2
-2
2 additions, 2 deletions
swh/lister/packagist/lister.py
with
2 additions
and
2 deletions
swh/lister/packagist/lister.py
+
2
−
2
View file @
7c8f4dc9
...
...
@@ -12,11 +12,11 @@ from swh.lister.core.lister_transports import ListerOnePageApiTransport
class
PackagistLister
(
ListerOnePageApiTransport
,
SimpleLister
):
"""
List packages available in the Packagist package manger.
"""
List packages available in the Packagist package man
a
ger.
The lister sends the request to the url present in the class
variable `PAGE`, to receive a list of all the package names
present in the Packagist package manger. Iterates over all the
present in the Packagist package man
a
ger. Iterates over all the
packages and constructs the metadata url of the package from
the name of the package and creates a loading task.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment