MCPcopy Index your code

hub / github.com/djangopackages/djangopackages / types & classes

Types & classes244 in github.com/djangopackages/djangopackages

↓ 26 callersClassCheckResult
Model to store the result of a check, which includes the score and a message.
searchv2/rules.py:9
↓ 6 callersClassForgejoCommit
package/repos/forgejo.py:24
↓ 4 callersClassCodebergHandler
package/repos/codeberg.py:4
↓ 4 callersClassDeprecatedRule
A specific rule that checks if the package is deprecated.
searchv2/rules.py:111
↓ 4 callersClassDescriptionRule
A specific rule that checks if the package has a description.
searchv2/rules.py:157
↓ 4 callersClassDownloadsRule
A specific rule that scores based on the number of PyPi downloads.
searchv2/rules.py:202
↓ 4 callersClassForkRule
A specific rule that scores based on the number of repository forks.
searchv2/rules.py:230
↓ 4 callersClassLastUpdatedRule
A specific rule that scores based on how recently the package was last updated.
searchv2/rules.py:258
↓ 4 callersClassPackageForm
package/forms.py:21
↓ 4 callersClassRecentReleaseRule
A specific rule that scores based on whether the last release is less than a year old.
searchv2/rules.py:304
↓ 4 callersClassUsageCountRule
A specific rule that scores based on the usage count of the package.
searchv2/rules.py:337
↓ 4 callersClassWatchersRule
A specific rule that scores based on the number of watchers of the package's repository.
searchv2/rules.py:363
↓ 3 callersClassForgejoHandler
package/repos/forgejo.py:100
↓ 3 callersClassForgejoMetadata
package/repos/forgejo.py:14
↓ 2 callersClassBaseHandler
package/repos/base_handler.py:11
↓ 2 callersClassBitbucketHandler
package/repos/bitbucket.py:15
↓ 2 callersClassFeatureForm
collects data for the feature - a ``ModelForm`` for :class:`grid.models.Feature`
grid/forms.py:36
↓ 2 callersClassGitHubHandler
package/repos/github.py:13
↓ 2 callersClassGitLabHandler
package/repos/gitlab.py:9
↓ 2 callersClassGridForm
collects data for the new grid - a django ``ModelForm`` for :class:`grid.models.Grid`
grid/forms.py:10
↓ 2 callersClassGridPackage
Grid package. This model describes packages listed on one side of the grids and explicitly defines the many-to-many relationship between g
grid/models.py:93
↓ 2 callersClassMockClient
VCR is currently not setup so instead of creating requests to live services use a mock to test basic functionality such as extracting particip
package/tests/test_repos_codeberg.py:8
↓ 2 callersClassPackage
package/models.py:66
↓ 2 callersClassPackageExample
package/models.py:540
↓ 2 callersClassPackageExampleForm
package/forms.py:52
↓ 2 callersClassRotatorManager
homepage/models.py:10
↓ 2 callersClassScoreRuleGroup
A group of rules, which checks a package by applying each rule in the group, and returns a normalized total score and a combined message from
searchv2/rules.py:62
↓ 1 callersClassAtomLatestPackagesFeed
Atom feed for the packages
feeds/feeds.py:34
↓ 1 callersClassContributorsJSONFile
Helper to interact with the JSON file.
scripts/update_contributors.py:59
↓ 1 callersClassDocumentationForm
package/forms.py:64
↓ 1 callersClassElementForm
collects data for a new grid element - a ``ModelForm`` for :class:`grid.models.Element`
grid/forms.py:24
↓ 1 callersClassFlaggedPackageForm
package/forms.py:46
↓ 1 callersClassForgejoClient
Client for interacting with Forgejo instances.
package/repos/forgejo.py:30
↓ 1 callersClassGrid
Grid object, inherits form :class:`package.models.BaseModel`. Attributes: * :attr:`~grid.models.Grid.title` - grid title * :attr:`~grid.model
grid/models.py:12
↓ 1 callersClassGridPackageFilterForm
Filter and sort form for the grid package list
grid/forms.py:59
↓ 1 callersClassGridPackageForm
collects data for a new package - a ``ModelForm`` for :class:`grid.models.GridPackage`
grid/forms.py:49
↓ 1 callersClassMockForgejoClient
package/tests/test_repos_forgejo.py:5
↓ 1 callersClassMockGitHubRepo
profiles/tests/test_models.py:4
↓ 1 callersClassPackageManager
package/managers.py:33
↓ 1 callersClassPackageQuerySet
package/managers.py:10
↓ 1 callersClassPackageTable
package/tables.py:11
↓ 1 callersClassPackageUpdaterException
package/management/commands/package_updater.py:18
↓ 1 callersClassParticipantURLNode
package/templatetags/package_tags.py:10
↓ 1 callersClassPostManager
blog/managers.py:17
↓ 1 callersClassPostQuerySet
blog/managers.py:6
↓ 1 callersClassProfile
profiles/models.py:10
↓ 1 callersClassRssLatestPackagesFeed
RSS Feed for the packages
feeds/feeds.py:10
↓ 1 callersClassSearchForm
Simple q based search form
searchv2/forms.py:4
↓ 1 callersClassSearchV2Serializer
apiv4/serializers.py:130
↓ 1 callersClassUnsupportedHandler
package/repos/unsupported.py:4
↓ 1 callersClassVersionManager
package/models.py:594
Class
static/js/svg-sparkline.js:27
ClassBaseData
apiv3/tests/data.py:10
ClassBaseModel
Base abstract base class to give creation and modified times
core/models.py:7
ClassBlogConfig
blog/apps.py:4
ClassBlogSitemap
blog/sitemaps.py:5
ClassCategory
package/models.py:48
ClassCategorySerializer
apiv4/serializers.py:148
ClassCategoryViewSet
apiv4/viewsets.py:49
ClassClassifier
classifiers/models.py:8
ClassClassifiersConfig
classifiers/apps.py:4
ClassClassifiertAdmin
classifiers/admin.py:7
ClassCommand
package/management/commands/calculate_score.py:10
ClassCommand
core/management/commands/init_scheduled_jobs.py:9
ClassCommand
core/management/commands/load_dev_data.py:9
ClassCommand
grid/management/commands/fix_grid_element.py:8
ClassCommit
package/models.py:567
ClassCommitAdmin
package/admin.py:21
ClassConfig
Config class for ScoreRule. Enables validation on assignment.
searchv2/rules.py:40
ClassDocumentationRule
A specific rule that checks for the presence of documentation in a package.
searchv2/rules.py:181
ClassDpotw
homepage/models.py:15
ClassDpotwAdmin
homepage/admin.py:7
ClassElement
The individual cells on the grid. The ``Element`` grid attributes are: * :attr:`grid_package` - foreign key to :class:`~grid.models.GridPacka
grid/models.py:155
ClassElementAdmin
grid/admin.py:26
ClassExtraField
profiles/models.py:147
ClassExtraFieldAdmin
profiles/admin.py:25
ClassExtraFieldForm
profiles/forms.py:8
ClassFavorite
favorites/models.py:8
ClassFavoriteAdmin
favorites/admin.py:6
ClassFavoritePackage
favorites/views.py:10
ClassFavoritePackageRule
A specific rule that checks if the package is favorite.
searchv2/rules.py:135
ClassFavoriteViewTest
favorites/tests/test_views.py:10
ClassFavoritesConfig
favorites/apps.py:4
ClassFeature
These are the features measured against a grid. ``Feature`` has the following attributes: * :attr:`grid` - the grid to which the feature is a
grid/models.py:123
ClassFeatureAdmin
grid/admin.py:32
ClassFlaggedPackage
package/models.py:521
ClassFlaggedPackageAdmin
package/admin.py:174
ClassFunctionalGridTest
grid/tests/test_views.py:16
ClassFunctionalPackageTest
package/tests/test_views.py:89
ClassFunctionalPackageTest
searchv2/tests/test_views.py:15
ClassGotw
homepage/models.py:39
ClassGotwAdmin
homepage/admin.py:14
ClassGridAdmin
grid/admin.py:13
ClassGridDetailAPIView
grid/views.py:412
ClassGridElementPermissionTest
grid/tests/test_views.py:504
ClassGridFeaturePermissionTest
grid/tests/test_views.py:457
ClassGridListAPIView
grid/views.py:407
ClassGridListView
grid/views.py:36
ClassGridPackageAdmin
grid/admin.py:38
ClassGridPackageInline
grid/admin.py:7
next →1–100 of 244, ranked by callers