{ "info": { "author": "CHAOSS", "author_email": "acs@bitergia.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 3", "Topic :: Software Development" ], "description": "# SirMordred [![Build Status](https://github.com/chaoss/grimoirelab-sirmordred/workflows/tests/badge.svg)](https://github.com/chaoss/grimoirelab-sirmordred/actions?query=workflow:tests+branch:master+event:push) [![Coverage Status](https://coveralls.io/repos/github/chaoss/grimoirelab-sirmordred/badge.svg?branch=master)](https://coveralls.io/github/chaoss/grimoirelab-sirmordred?branch=master)\n\nSirMordred is the tool used to coordinate the execution of the GrimoireLab platform, via two main configuration files, the `setup.cfg` and `projects.json`, which are summarized in their corresponding sections.\n\n## Contents\n\n* [Setup.cfg](#setupcfg-)\n* [Projects.json](#projectsjson-)\n* [Supported data sources](#supported-data-sources-)\n* [Micro Mordred](#micro-mordred-)\n* [Getting started](/Getting-Started.md#getting-started-)\n* [Troubleshooting](/Getting-Started.md#troubleshooting-)\n* [How to](/Getting-Started.md#how-to-)\n\n\n## Setup.cfg [↑](#contents)\n\nThe setup file holds the configuration to arrange all processes underlying GrimoireLab. It is composed of sections that allow defining the general settings such as which phases to activate (e.g., collection, enrichment) and where to store the logs, as well as the location and credentials for SortingHat and the ElasticSearch instances where the raw and enriched data is stored. Furthermore, it also includes backend sections to set up the parameters used by Perceval to access the software development tools (e.g., GitHub tokens, Gerrit username) and fetch their data.\n\nDashboards can be automatically uploaded via the `setup.cfg` if the phase `panels` is enabled. The `Data Status` and `Overview` dashboards will contain\nwidgets that summarize the information of the data sources declared in the `setup.cfg`. Note that the widgets are not updated when adding\nnew data sources, thus you need to manually delete the dashboards `Data Status` and `Overview` (under **Stack Management > Saved Objects** in Kibiter), and restart mordred again (making sure that the option `panels` is enabled).\n\n### [es_collection]\n\n * **url** (str: http://172.17.0.1:9200): Elasticsearch URL (**Required**)\n### [es_enrichment]\n\n * **autorefresh** (bool: True): Execute the autorefresh of identities\n * **autorefresh_interval** (int: 2): Time interval (days) to autorefresh identities\n * **url** (str: http://172.17.0.1:9200): Elasticsearch URL (**Required**)\n### [general]\n\n * **bulk_size** (int: 1000): Number of items to write in Elasticsearch using bulk operations\n * **debug** (bool: True): Debug mode (logging mainly) (**Required**)\n * **logs_dir** (str: logs): Directory with the logs of sirmordred (**Required**)\n * **min_update_delay** (int: 60): Short delay between tasks (collect, enrich ...)\n * **scroll_size** (int: 100): Number of items to read from Elasticsearch when scrolling\n * **short_name** (str: Short name): Short name of the project (**Required**)\n * **update** (bool: False): Execute the tasks in loop (**Required**)\n * **aliases_file** (str: ./aliases.json): JSON file to define aliases for raw and enriched indexes\n * **menu_file** (str: ./menu.yaml): YAML file to define the menus to be shown in Kibiter\n * **global_data_sources** (list: bugzilla, bugzillarest, confluence, discourse, gerrit, jenkins, jira): List of data sources collected globally, they are declared in the section 'unknown' of the projects.json\n * **retention_time** (int: None): the maximum number of minutes wrt the current date to retain the data\n * **update_hour** (int: None): The hour of the day the tasks will run ignoring `min_update_delay` (collect, enrich ...)\n### [panels]\n\n * **community** (bool: True): Include community section in dashboard\n * **kibiter_default_index** (str: git): Default index pattern for Kibiter\n * **kibiter_time_from** (str: now-90d): Default time interval for Kibiter\n * **kibiter_url** (str): Kibiter URL (**Required**)\n * **kibiter_version** (str: None): Kibiter version\n * **kafka** (bool: False): Include KIP section in dashboard\n * **github-comments** (bool: False): Enable GitHub comments menu. Note that if enabled, the github2:issue and github2:pull sections in the setup.cfg and projects.json should be declared\n * **github-events** (bool: False): Enable GitHub events menu. Note that if enabled, the github:event section in the setup.cfg and projects.json should be declared\n * **github-repos** (bool: False): Enable GitHub repo stats menu. Note that if enabled, the github:repo section in the setup.cfg and projects.json should be declared\n * **gitlab-issues** (bool: False): Enable GitLab issues menu. Note that if enabled, the gitlab:issue section in the setup.cfg and projects.json should be declared\n * **gitlab-merges** (bool: False): Enable GitLab merge requests menu. Note that if enabled, the gitlab:merge sections in the setup.cfg and projects.json should be declared\n * **mattermost** (bool: False): Enable Mattermost menu\n * **code-license** (bool: False): Enable code license menu. Note that if enabled, colic sections in the setup.cfg and projects.json should be declared\n * **code-complexity** (bool: False): Enable code complexity menu. Note that if enabled, cocom sections in the setup.cfg and projects.json should be declared\n * **strict** (bool: True): Enable strict panels loading\n * **contact** (str: None): Support repository URL\n### [phases]\n\n * **collection** (bool: True): Activate collection of items (**Required**)\n * **enrichment** (bool: True): Activate enrichment of items (**Required**)\n * **identities** (bool: True): Do the identities tasks (**Required**)\n * **panels** (bool: True): Load panels, create alias and other tasks related (**Required**)\n\n### [projects]\n\n * **projects_file** (str: projects.json): Projects file path with repositories to be collected grouped by projects\n * **projects_url** (str: None): Projects file URL, the projects_file is required to store the file locally\n### [sortinghat]\n\n * **affiliate** (bool: True): Affiliate identities to organizations (**Required**)\n * **autogender** (bool: False): Add gender to the profiles (executes autogender)\n * **autoprofile** (list: ['customer', 'git', 'github']): Order in which to get the identities information for filling the profile (**Required**)\n * **database** (str: sortinghat_db): Name of the Sortinghat database (**Required**)\n * **host** (str: mariadb): Host with the Sortinghat database (**Required**)\n * **identities_api_token** (str: None): API token for remote operation with GitHub and Gitlab\n * **identities_export_url** (str: None): URL in which to export the identities in Sortinghat\n * **identities_file** (list: []): File path with the identities to be loaded in Sortinghat\n * **identities_format** (str: sortinghat): Format of the identities data to be loaded\n * **load_orgs** (bool: False):\n * **matching** (list: ['email']): Algorithm for matching identities in Sortinghat (**Required**)\n * **orgs_file** (str: None): File path with the organizations to be loaded in Sortinghat\n * **password** (str: ): Password to access the Sortinghat database (**Required**)\n * **reset_on_load** (bool: False): Unmerge and remove affiliations for all identities on load\n * **sleep_for** (int: 3600): Delay between task identities executions (**Required**)\n * **strict_mapping** (bool: True): rigorous check of values in identities matching (i.e, well formed email addresses, non-overlapping enrollment periods)\n * **unaffiliated_group** (str: Unknown): Name of the organization for unaffiliated identities (**Required**)\n * **user** (str: root): User to access the Sortinghat database (**Required**)\n### [backend-name:tag] (tag is optional)\n\n* **collect** (bool: True): enable/disable collection phase\n* **raw_index** (str: None): Index name in which to store the raw items (**Required**)\n* **enriched_index** (str: None): Index name in which to store the enriched items (**Required**)\n* **studies** (list: []): List of studies to be executed\n* **anonymize** (bool: False): enable/disable anonymization of personal user information\n* **backend-param-1**: ..\n* **backend-param-2**: ..\n* **backend-param-n**: ..\n\nThe template of a backend section is shown above.\nFurther information about Perceval backends parameters are available at:\n\n* Params details: https://perceval.readthedocs.io/en/latest/perceval/perceval-backends.html\n* Examples: https://github.com/chaoss/grimoirelab-sirmordred/blob/master/tests/test_studies.cfg\n\nNote that some backend sections allow to specify specific enrichment options, which are listed below.\n\n### [jenkins]\n* **node_regex**: regular expression for extracting node name from `builtOn` field. This\n regular expression **must contain at least one group**. First group will be used to extract\n node name. More groups are allowed but not used to extract anything else.\n\n### [studies-name:tag] (tag is optional)\n\n* **study-param-1**: ..\n* **study-param-2**: ..\n* **study-param-n**: ..\n\nA template of a study section is shown above. A complete list of studies parameters is available at:\n\n* https://github.com/chaoss/grimoirelab-sirmordred/blob/master/tests/test_studies.cfg\n\n## Projects.json [↑](#contents)\n\nThe projects.json aims at describing the repositories grouped by a project that will be shown on the dashboards.\n\nThe project file enables the users to list the instances of the software development tools to analyse, such\nas local and remote Git repositories, the URLs of GitHub and GitLab issue trackers, and the name of Slack channels.\nFurthermore, it also allows the users to organize these instances into nested groups, which structure is reflected in\nthe visualization artifacts (i.e., documents and dashboards). Groups can be useful to represent projects within a single\ncompany, sub-projects within a large project such as Linux and Eclipse, or the organizations within a collaborative project.\n\n1. First level: project names\n2. Second level: data sources and metadata\n3. Third level: data source URLs\n\nThere are some filters, labels, and a special section:\n* Filter `--filter-no-collection=true`: This filter is used to show old enriched data within the dashboards from\nrepositories that don't exist anymore in upstream.\n* Filter `--filter-raw` and the section `unknown`: The data sources will only collected at the section `unknown`\nbut this allow to add the same source in different sections to enrich using the filter `--filter-raw`.\n* Label ` --labels=[example]`: The data source will have the label of `example` which can be used to create visualisations for specific sets of data\n* Section `unknown`: If the data source is only under this section it will be enriched as project `main`.\n\n```\n{\n \"Chaoss\": {\n \"gerrit\": [\n \"gerrit.chaoss.org --filter-raw=data.projects:CHAOSS\"\n ]\n \"git\": [\n \"https:/github.com/chaoss/grimoirelab-perceval\",\n \"https://:@github.com/chaoss/grimoirelab-sirmordred\"\n ],\n \"github\": [\n \"https:/github.com/chaoss/grimoirelab-perceval --filter-no-collection=true\",\n \"https:/github.com/chaoss/grimoirelab-sirmordred --labels=[example]\"\n ]\n },\n \"GrimoireLab\": {\n \"gerrit\": [\n \"gerrit.chaoss.org --filter-raw=data.projects:GrimoireLab\"\n ],\n \"meta\": {\n \"title\": \"GrimoireLab\",\n \"type\": \"Dev\",\n \"program\" : \"Bitergia\",\n \"state\": \"Operating\"\n },\n }\n \"unknown\": {\n \"gerrit\": [\n \"gerrit.chaoss.org\"\n ],\n \"confluence\": [\n \"https://wiki.chaoss.org\"\n ]\n}\n```\nIn the projects.json above:\n* The data included in the repo `gerrit.chaoss.org` will be collected entirely since the\nrepo is listed in the `unknown` section. However only the project `GrimoireLab` will be enriched as declared in the\n`GrimoireLab` section.\n* In the section `Chaoss` in the data source `github` the repository `grimoirelab-perceval` is not collected for\nraw index but it will enriched in the enriched index.\n* In the section `GrimoireLab` the metadata will showed in the enriched index as extra fields.\n* In the section `unknown` the data source `confluence` will be enriched as the project `main`.\n\n## Supported data sources [↑](#contents)\n\nThese are the data sources GrimoireLab supports: [askbot](#askbot-), [bugzilla](#bugzilla-), [bugzillarest](#bugzillarest-), [cocom](#cocom-), [colic](#colic-), [confluence](#confluence-), [crates](#crates-), [discourse](#discourse-), [dockerhub](#dockerhub-), [dockerdeps](#dockerdeps-), [dockersmells](#dockersmells-), [functest](#functest-), [gerrit](#gerrit-), [git](#git-), [github](#github-), [github2](#github2-), [gitlab](#gitlab-), [gitter](#gitter-), [google_hits](#google_hits-), [groupsio](#groupsio-), [hyperkitty](#hyperkitty-), [jenkins](#jenkins-), [jira](#jira-), [kitsune](#kitsune-), [mattermost](#mattermost-), [mbox](#mbox-), [mediawiki](#mediawiki-), [meetup](#meetup-), [mozillaclub](#mozillaclub-), [nntp](#nntp-), [pagure](#pagure-), [phabricator](#phabricator-), [pipermail](#pipermail-), [puppetforge](#puppetforge-), [redmine](#redmine-), [remo](#remo-), [rocketchat](#rocketchat-), [rss](#rss-), [slack](#slack-), [stackexchange](#stackexchange-), [supybot](#supybot-), [telegram](#telegram-), [twitter](#twitter-)\n\n#### askbot [↑](#supported-data-sources-)\nQuestions and answers from Askbot site\n- projects.json\n```\n{\n \"Chaoss\": {\n \"askbot\": [\n \"https://askbot.org/\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[askbot]\nraw_index = askbot_raw\nenriched_index = askbot_enriched\n```\n#### bugzilla [↑](#supported-data-sources-)\nBugs from Bugzilla\n\n- projects.json\n```\n{\n \"Chaoss\": {\n \"bugzilla\": [\n \"https://bugs.eclipse.org/bugs/\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[bugzilla]\nraw_index = bugzilla_raw\nenriched_index = bugzilla_enriched\nbackend-user = yyyy (optional)\nbackend-password = xxxx (optional)\nno-archive = true (suggested)\n```\n#### bugzillarest [↑](#supported-data-sources-)\nBugs from Bugzilla server (>=5.0) using its REST API\n\n- projects.json\n```\n{\n \"Chaoss\": {\n \"bugzillarest\": [\n \"https://bugzilla.mozilla.org\"\n ]\n }\n}\n```\n\n- setup.cfg\n```\n[bugzillarest]\nraw_index = bugzillarest_raw\nenriched_index = bugzillarest_enriched\nbackend-user = yyyy (optional)\nbackend-password = xxxx (optional)\nno-archive = true (suggested)\n```\n#### cocom [↑](#supported-data-sources-)\nCode complexity integration.\nSome graal dependencies like `cloc` might be required, https://github.com/chaoss/grimoirelab-graal#how-to-installcreate-the-executables\n\n- projects.json\n```\n{\n \"Chaoss\":{\n \"cocom\": [\n \"https://github.com/chaoss/grimoirelab-toolkit\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[cocom]\nraw_index = cocom_chaoss\nenriched_index = cocom_chaoss_enrich\ncategory = code_complexity_lizard_file\nstudies = [enrich_cocom_analysis]\nbranches = master\nworktree-path = /tmp/cocom/\n```\n#### colic [↑](#supported-data-sources-)\nCode license backend.\n- projects.json\n```\n{\n \"Chaoss\":{\n \"colic\": [\n \"https://github.com/chaoss/grimoirelab-toolkit\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[colic]\nraw_index = colic_chaoss\nenriched_index = colic_chaoss_enrich\ncategory = code_license_nomos\nstudies = [enrich_colic_analysis]\nexec-path = /usr/share/fossology/nomos/agent/nomossa\nbranches = master\nworktree-path = /tmp/colic\n```\n#### confluence [↑](#supported-data-sources-)\ncontents from Confluence\n\n- projects.json\n```\n{\n \"Chaoss\": {\n \"confluence\": [\n \"https://wiki.open-o.org/\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[confluence]\nraw_index = confluence_raw\nenriched_index = confluence_enriched\nno-archive = true (suggested)\n```\n#### crates [↑](#supported-data-sources-)\npackages from Crates.io\n\n- projects.json\n```\n{\n \"Chaoss\": {\n \"crates\": [\n \"\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[crates]\nraw_index = crates_raw\nenriched_index = crates_enriched\n```\n#### discourse [↑](#supported-data-sources-)\nTopics from Discourse\n- projects.json\n```\n{\n \"Chaoss\": {\n \"discourse\": [\n \"https://foro.mozilla-hispano.org/\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[discourse]\nraw_index = discourse_raw\nenriched_index = discourse_enriched\nno-archive = true (suggested)\n```\n#### dockerhub [↑](#supported-data-sources-)\nRepositories info from DockerHub\n- projects.json\n```\n{\n \"Chaoss\": {\n \"dockerhub\": [\n \"bitergia kibiter\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[dockerhub]\nraw_index = dockerhub_raw\nenriched_index = dockerhub_enriched\nno-archive = true (suggested)\n```\n#### dockerdeps [↑](#supported-data-sources-)\nDependencies extracted from Dockerfiles. Requires https://github.com/crossminer/crossJadolint\n- projects.json\n```\n{\n \"Chaoss\": {\n \"dockerdeps\": [\n \"https://github.com/chaoss/grimoirelab\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[dockerdeps]\nraw_index = dockerdeps_raw\nenriched_index = dockerdeps_enrich\ncategory = code_dependencies_jadolint\nexec-path = /jadolint.jar\nin-paths = [Dockerfile, Dockerfile-full, Dockerfile-secured, Dockerfile-factory, Dockerfile-installed]\n```\n#### dockersmells [↑](#supported-data-sources-)\nSmells extracted from Dockerfiles. Requires https://github.com/crossminer/crossJadolint\n- projects.json\n```\n{\n \"Chaoss\": {\n \"dockersmells\": [\n \"https://github.com/chaoss/grimoirelab\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[dockersmells]\nraw_index = dockersmells_raw\nenriched_index = dockersmells_enrich\ncategory = code_quality_jadolint\nexec-path = /jadolint.jar\nin-paths = [Dockerfile, Dockerfile-full, Dockerfile-secured, Dockerfile-factory, Dockerfile-installed]\n```\n#### functest [↑](#supported-data-sources-)\nTests from functest\n- projects.json\n```\n{\n \"Chaoss\": {\n \"functest\": [\n \"http://testresults.opnfv.org/test/\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[functest]\nraw_index = functest_raw\nenriched_index = functest_enriched\nno-archive = true (suggested)\n```\n#### gerrit [↑](#supported-data-sources-)\nReviews from Gerrit\n\nYou have to add your public key in the gerrit server.\n\n- projects.json\n```\n{\n \"Chaoss\": {\n \"gerrit\": [\n \"review.opendev.org\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[gerrit]\nraw_index = gerrit_raw\nenriched_index = gerrit_enriched\nuser = xxxx\nno-archive = true (suggested)\nblacklist-ids = [] (optional)\nmax-reviews = 500 (optional)\nstudies = [enrich_demography:gerrit, enrich_onion:gerrit, enrich_demography_contribution:gerrit] (optional)\n\n[enrich_demography:gerrit] (optional)\n\n[enrich_onion:gerrit] (optional)\nin_index = gerrit_enriched\nout_index = gerrit-onion_enriched\n\n[enrich_demography_contribution:gerrit] (optional)\ndate_field = grimoire_creation_date\nauthor_field = author_uuid\n```\n#### git [↑](#supported-data-sources-)\nCommits from Git\n\n**Note:** If you want to analyze private git repositories, make sure you pass the credentials directly in the URL.\n\n- projects.json\n```\n{\n \"Chaoss\": {\n \"git\": [\n \"https:/github.com/chaoss/grimoirelab-perceval\",\n \"https://:@github.com/chaoss/grimoirelab-sirmordred\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[git]\nraw_index = git_raw\nenriched_index = git_enriched\nlatest-items = true (suggested)\nstudies = [enrich_demography:git, enrich_git_branches:git, enrich_areas_of_code:git, enrich_onion:git, enrich_extra_data:git] (optional)\n\n[enrich_demography:git] (optional)\n\n[enrich_git_branches:git] (optional)\nrun_month_days = [1, 23] (optional)\n\n[enrich_areas_of_code:git] (optional)\nin_index = git_raw\nout_index = git-aoc_enriched\n\n[enrich_onion:git] (optional)\nin_index = git_enriched\nout_index = git-onion_enriched\n\n[enrich_extra_data:git]\njson_url = https://gist.githubusercontent.com/zhquan/bb48654bed8a835ab2ba9a149230b11a/raw/5eef38de508e0a99fa9772db8aef114042e82e47/bitergia-example.txt\n\n[enrich_forecast_activity]\nout_index = git_study_forecast\n```\n#### github [↑](#supported-data-sources-)\nIssues and PRs from GitHub\n\n##### issue\n- projects.json\n```\n{\n \"Chaoss\": {\n \"github:issue\": [\n \"https:/github.com/chaoss/grimoirelab-perceval\",\n \"https:/github.com/chaoss/grimoirelab-sirmordred\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[github:issue]\nraw_index = github_raw\nenriched_index = github_enriched\napi-token = xxxx\ncategory = issue\nsleep-for-rate = true\nno-archive = true (suggested)\nstudies = [enrich_onion:github,\n enrich_geolocation:user,\n enrich_geolocation:assignee,\n enrich_extra_data:github,\n enrich_backlog_analysis,\n enrich_demography:github] (optional)\n\n[enrich_onion:github] (optional)\nin_index_iss = github_issues_onion-src\nin_index_prs = github_prs_onion-src\nout_index_iss = github-issues-onion_enriched\nout_index_prs = github-prs-onion_enriched\n\n[enrich_geolocation:user] (optional)\nlocation_field = user_location\ngeolocation_field = user_geolocation\n\n[enrich_geolocation:assignee] (optional)\nlocation_field = assignee_location\ngeolocation_field = assignee_geolocation\n\n[enrich_extra_data:github]\njson_url = https://gist.githubusercontent.com/zhquan/bb48654bed8a835ab2ba9a149230b11a/raw/5eef38de508e0a99fa9772db8aef114042e82e47/bitergia-example.txt\n\n[enrich_backlog_analysis]\nout_index = github_enrich_backlog\ninterval_days = 7\nreduced_labels = [bug,enhancement]\nmap_label = [others, bugs, enhancements]\n\n[enrich_demography:github]\n```\n##### pull request\n- projects.json\n```\n{\n \"Chaoss\": {\n \"github:pull\": [\n \"https:/github.com/chaoss/grimoirelab-perceval\",\n \"https:/github.com/chaoss/grimoirelab-sirmordred\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[github:pull]\nraw_index = github-pull_raw\nenriched_index = github-pull_enriched\napi-token = xxxx\ncategory = pull_request\nsleep-for-rate = true\nno-archive = true (suggested)\nstudies = [enrich_geolocation:user,\n enrich_geolocation:assignee,\n enrich_extra_data:github,\n enrich_demography:github] (optional)\n\n[enrich_geolocation:user]\nlocation_field = user_location\ngeolocation_field = user_geolocation\n\n[enrich_geolocation:assignee]\nlocation_field = assignee_location\ngeolocation_field = assignee_geolocation\n\n[enrich_extra_data:github]\njson_url = https://gist.githubusercontent.com/zhquan/bb48654bed8a835ab2ba9a149230b11a/raw/5eef38de508e0a99fa9772db8aef114042e82e47/bitergia-example.txt\n\n[enrich_demography:github]\n```\n##### repo\nThe number of forks, stars, and subscribers in the repository.\n\n- projects.json\n```\n{\n \"Chaoss\": {\n \"github:repo\": [\n \"https:/github.com/chaoss/grimoirelab-perceval\",\n \"https:/github.com/chaoss/grimoirelab-sirmordred\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[github:repo]\nraw_index = github-repo_raw\nenriched_index = github-repo_enriched\napi-token = xxxx\ncategory = repository\nsleep-for-rate = true\nno-archive = true (suggested)\nstudies = [enrich_extra_data:github, enrich_demography:github]\n\n[enrich_extra_data:github]\njson_url = https://gist.githubusercontent.com/zhquan/bb48654bed8a835ab2ba9a149230b11a/raw/5eef38de508e0a99fa9772db8aef114042e82e47/bitergia-example.txt\n\n[enrich_demography:github]\n```\n#### githubql [↑](#supported-data-sources-)\nEvents from GitHub\n\nThe corresponding dashboards can be automatically uploaded by setting `github-events`\nto `true` in the `panels` section within the `setup.cfg`\n\n- projects.json\n```\n{\n \"Chaoss\": {\n \"githubql\": [\n \"https://github.com/chaoss/grimoirelab-toolkit\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[panels]\ngithub-events = true\n\n[githubql]\nraw_index = github_event_raw\nenriched_index = github_event_enriched\napi-token = xxxxx\nsleep-for-rate = true\nsleep-time = \"300\" (optional)\nno-archive = true (suggested)\nstudies = [enrich_duration_analysis:kanban, enrich_reference_analysis] (optional)\n\n[enrich_duration_analysis:kanban]\nstart_event_type = MovedColumnsInProjectEvent\nfltr_attr = board_name\ntarget_attr = board_column\nfltr_event_types = [MovedColumnsInProjectEvent, AddedToProjectEvent]\n\n[enrich_duration_analysis:label]\nstart_event_type = UnlabeledEvent\ntarget_attr = label\nfltr_attr = label\nfltr_event_types = [LabeledEvent]\n\n[enrich_reference_analysis] (optional)\n```\n\n#### github2 [↑](#supported-data-sources-)\nComments from GitHub\n\nThe corresponding dashboards can be automatically uploaded by setting `github-comments`\nto `true` in the `panels` section within the `setup.cfg`\n\n##### issue\n- projects.json\n```\n{\n \"Chaoss\": {\n \"github2:issue\": [\n \"https:/github.com/chaoss/grimoirelab-perceval\",\n \"https:/github.com/chaoss/grimoirelab-sirmordred\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[github2:issue]\napi-token = xxxx\nraw_index = github2-issues_raw\nenriched_index = github2-issues_enriched\nsleep-for-rate = true\ncategory = issue\nno-archive = true (suggested)\nstudies = [enrich_geolocation:user, enrich_geolocation:assignee, enrich_extra_data:github2, enrich_feelings] (optional)\n\n[enrich_geolocation:user] (optional)\nlocation_field = user_location\ngeolocation_field = user_geolocation\n\n[enrich_geolocation:assignee] (optional)\nlocation_field = assignee_location\ngeolocation_field = assignee_geolocation\n\n[enrich_extra_data:github2]\njson_url = https://gist.githubusercontent.com/zhquan/bb48654bed8a835ab2ba9a149230b11a/raw/5eef38de508e0a99fa9772db8aef114042e82e47/bitergia-example.txt\n\n[enrich_feelings]\nattributes = [title, body]\nnlp_rest_url = http://localhost:2901\n```\n##### pull request\n- projects.json\n```\n{\n \"Chaoss\": {\n \"github2:pull\": [\n \"https:/github.com/chaoss/grimoirelab-perceval\",\n \"https:/github.com/chaoss/grimoirelab-sirmordred\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[github2:pull]\napi-token = xxxx\nraw_index = github2-pull_raw\nenriched_index = github2-pull_enriched\nsleep-for-rate = true\ncategory = pull_request\nno-archive = true (suggested)\nstudies = [enrich_geolocation:user, enrich_geolocation:assignee, enrich_extra_data:git, enrich_feelings] (optional)\n\n[enrich_geolocation:user] (optional)\nlocation_field = user_location\ngeolocation_field = user_geolocation\n\n[enrich_geolocation:assignee] (optional)\nlocation_field = assignee_location\ngeolocation_field = assignee_geolocation\n\n[enrich_extra_data:github2]\njson_url = https://gist.githubusercontent.com/zhquan/bb48654bed8a835ab2ba9a149230b11a/raw/5eef38de508e0a99fa9772db8aef114042e82e47/bitergia-example.txt\n\n[enrich_feelings]\nattributes = [title, body]\nnlp_rest_url = http://localhost:2901\n```\n\n#### gitlab [↑](#supported-data-sources-)\nIssues and MRs from GitLab\n\nGitLab issues and merge requests need to be configured in two different sections.\nThe corresponding dashboards can be automatically uploaded by setting `gitlab-issue` and `gitlab-merge`\nto `true` in the `panels` section within the `setup.cfg`\n\nIf a given GitLab repository is under more than 1 level, all the slashes `/` starting from the second level have to be\nreplaced by `%2F`. For instance, for a repository with a structure similar to this one\n`https://gitlab.com/Molly/lab/first`.\n##### issue\n- projects.json\n```\n{\n \"Chaoss\": {\n \"gitlab:issue\": [\n \"https://gitlab.com/Molly/first\",\n \"https://gitlab.com/Molly/lab%2Fsecond\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[panels]\ngitlab-issues = true\n\n[gitlab:issue]\ncategory = issue\nraw_index = gitlab-issues_raw\nenriched_index = gitlab-issues_enriched\napi-token = xxxx\nsleep-for-rate = true\nno-archive = true (suggested)\nstudies = [enrich_onion:gitlab-issue] (optional)\n\n[enrich_onion:gitlab-issue] (optional)\nin_index = gitlab-issues_enriched\nout_index = gitlab-issues-onion_enriched\ndata_source = gitlab-issues\n```\n##### merge request\n- projects.json\n```\n{\n \"Chaoss\": {\n \"gitlab:merge\": [\n \"https://gitlab.com/Molly/first\",\n \"https://gitlab.com/Molly/lab%2Fsecond\"\n ],\n }\n}\n```\n- setup.cfg\n```\n[panels]\ngitlab-merges = true\n\n[gitlab:merge]\ncategory = merge_request\nraw_index = gitlab-mrs_raw\nenriched_index = gitlab-mrs_enriched\napi-token = xxxx\nsleep-for-rate = true\nno-archive = true (suggested)\nstudies = [enrich_onion:gitlab-merge] (optional)\n\n[enrich_onion:gitlab-merge] (optional)\nin_index = gitlab-mrs_enriched\nout_index = gitlab-mrs-onion_enriched\ndata_source = gitlab-merges\n\n```\n#### gitter [↑](#supported-data-sources-)\nMessages from gitter rooms\n\nYou have to join the rooms you want to mine.\n\n- projects.json\n```\n{\n \"Chaoss\": {\n \"gitter\": [\n \"https://gitter.im/jenkinsci/jenkins\",\n ]\n }\n}\n```\n- setup.cfg\n```\n[gitter]\nraw_index = gitter_raw\nenriched_index = gitter_enriched_raw\napi-token = xxxxx\nsleep-for-rate = true\nsleep-time = \"300\" (optional)\nno-archive = true (suggested)\n```\n\n#### google_hits [↑](#supported-data-sources-)\nNumber of hits for a set of keywords from Google\n- projects.json\n```\n{\n \"Chaoss\": {\n \"google_hits\": [\n \"bitergia grimoirelab\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[google_hits]\nraw_index = google_hits_raw\nenriched_index =google_hits_enriched\n```\n#### groupsio [↑](#supported-data-sources-)\nMessages from Groupsio\n\nTo know the lists you are subscribed to: https://gist.github.com/valeriocos/ad33a0b9b2d13a8336230c8c59df3c55\n\n- projects.json\n```\n{\n \"Chaoss\": {\n \"groupsio\": [\n \"group1\",\n \"group2\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[groupsio]\nraw_index = groupsio_raw\nenriched_index = groupsio_enriched\nemail = yyyy\npassword = xxxx\n```\n#### hyperkitty [↑](#supported-data-sources-)\nMessages from a HyperKitty\n- projects.json\n```\n{\n \"Chaoss\": {\n \"hyperkitty\": [\n \"https://lists.mailman3.org/archives/list/mailman-users@mailman3.org\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[hyperkitty]\nraw_index = hyperkitty_raw\nenriched_index = hyperkitty_enriched\n```\n#### jenkins [↑](#supported-data-sources-)\nBuilds from a Jenkins\n\n- projects.json\n```\n{\n \"Chaoss\": {\n \"jenkins\": [\n \"https://build.opnfv.org/ci\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[jenkins]\nraw_index = jenkins_raw\nenriched_index = jenkins_enriched\nno-archive = true (suggested)\n```\n#### jira [↑](#supported-data-sources-)\nIssues data from JIRA issue trackers\n\n- projects.json\n```\n{\n \"Chaoss\":{\n \"jira\": [\n \"https://jira.opnfv.org\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[jira]\nraw_index = jira_raw\nenriched_index = jira_enriched\nno-archive = true (suggested)\nbackend-user = yyyy (optional)\nbackend-password = xxxx (optional)\n```\n#### kitsune [↑](#supported-data-sources-)\nQuestions and answers from KitSune\n\n- projects.json\n```\n{\n \"Chaoss\": {\n \"kitsune\": [\n \"\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[kitsune]\nraw_index = kitsune_raw\nenriched_index = kitsune_enriched\n```\n\n#### mattermost [↑](#supported-data-sources-)\nMessages from Mattermost channels\n- projects.json\n```\n{\n \"Chaoss\": {\n \"mattermost\": [\n \"https://chat.openshift.io 8j366ft5affy3p36987pcugaoa\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[mattermost]\nraw_index = mattermost_raw\nenriched_index = mattermost_enriched\napi-token = xxxx\n```\n#### mbox [↑](#supported-data-sources-)\nMessages from MBox files\n\nFor mbox files, it is needed the name of the mailing list and the path where the mboxes can be found. In the example\nbelow, the name of the mailing list is set to \"mirageos-devel\".\n- projects.json\n```\n{\n \"Chaoss\": {\n \"mbox\": [\n \"mirageos-devel /home/bitergia/mbox/mirageos-devel/\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[mbox]\nraw_index = mbox_raw\nenriched_index = mbox_enriched\n```\n#### mediawiki [↑](#supported-data-sources-)\nPages and revisions from MediaWiki\n\n-projects.json\n```\n{\n \"Chaoss\": {\n \"mediawiki\": [\n \"https://www.mediawiki.org/w https://www.mediawiki.org/wiki\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[mediawiki]\nraw_index = mediawiki_raw\nenriched_index = mediawiki_enriched\nno-archive = true (suggested)\n```\n#### meetup [↑](#supported-data-sources-)\nEvents from Meetup groups\n\nFor meetup groups it is only needed the identifier of the meetup group\nand an API token: https://chaoss.github.io/grimoirelab-tutorial/gelk/meetup.html#gathering-meetup-groups-data\n- projects.json\n```\n{\n \"Chaoss\": {\n \"meetup\": [\n \"Alicante-Bitergia-Users-Group\",\n \"South-East-Bitergia-User-Group\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[meetup]\nraw_index = meetup_raw\nenriched_index = meetup_enriched\napi-token = xxxx\nsleep-for-rate = true\nsleep-time = \"300\" (optional)\nno-archive = true (suggested)\n\n```\n#### mozillaclub [↑](#supported-data-sources-)\nEvents from Mozillaclub\n- projects.json\n```\n{\n \"Chaoss\": {\n \"mozillaclub\": [\n \"https://spreadsheets.google.com/feeds/cells/1QHl2bjBhMslyFzR5XXPzMLdzzx7oeSKTbgR5PM8qp64/ohaibtm/public/values?alt=json\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[mozillaclub]\nraw_index = mozillaclub_raw\nenriched_index = mozillaclub_enriched\n```\n#### nntp [↑](#supported-data-sources-)\nArticles from NNTP newsgroups\n\nThe way to setup netnews is adding the server and the news channel to be monitored. In the example below,\nthe `news.myproject.org` is the server name.\n- projects.json\n```\n{\n \"Chaoss\": {\n \"nntp\": [\n \"news.myproject.org mozilla.dev.tech.crypto.checkins\",\n \"news.myproject.org mozilla.dev.tech.electrolysis\",\n \"news.myproject.org mozilla.dev.tech.gfx\",\n \"news.myproject.org mozilla.dev.tech.java\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[nntp]\nraw_index = nntp_raw\nenriched_index = nntp_enriched\n```\n#### pagure [↑](#supported-data-sources-)\nIssues from Pagure repositories\n\n- projects.json\n```\n{\n \"Chaoss\": {\n \"pagure\": [\n \"https://pagure.io/Test-group/Project-example-namespace\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[pagure]\nraw_index = pagure_raw\nenriched_index = pagure_enriched\napi-token = xxxx\nsleep-for-rate = true\nsleep-time = \"300\" (optional)\nno-archive = true (suggested)\n```\n#### phabricator [↑](#supported-data-sources-)\nTasks from Phabricator\n\n- projects.json\n```\n{\n \"Chaoss\": {\n \"phabricator\": [\n \"https://phabricator.wikimedia.org\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[phabricator]\nraw_index = phabricator_raw\nenriched_index = phabricator_enriched\napi-token = xxxx\nno-archive = true (suggested)\n```\n#### pipermail [↑](#supported-data-sources-)\nMessages from Pipermail\n\n- projects.json\n```\n{\n \"Chaoss\": {\n \"pipermail\": [\n \"https://lists.linuxfoundation.org/pipermail/grimoirelab-discussions/\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[pipermail]\nraw_index = pipermail_raw\nenriched_index = pipermail_enriched\n```\n#### puppetforge [↑](#supported-data-sources-)\nModules and their releases from Puppet's forge\n\n- projects.json\n```\n{\n \"Chaoss\": {\n \"puppetforge\": [\n \"\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[puppetforge]\nraw_index = puppetforge_raw\nenriched_index = puppetforge_enriched\n```\n#### redmine [↑](#supported-data-sources-)\nIssues from Redmine\n- project.json\n```\n{\n \"Chaoss\": {\n \"redmine\": [\n \"http://tracker.ceph.com/\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[redmine]\nraw_index = redmine_raw\nenriched_index = redmine_enriched\napi-token = XXXXX\n```\n#### remo [↑](#supported-data-sources-)\nEvents, people and activities from ReMo\n- project.json\n```\n{\n \"Chaoss\": {\n \"remo\": [\n \"https://reps.mozilla.org\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[remo]\nraw_index = remo_raw\nenriched_index = remo_enriched\n```\n#### rocketchat [↑](#supported-data-sources-)\nMessages from Rocketchat channels\n- projects.json\n```\n{\n \"Chaoss\": {\n \"rocketchat\": [\n \"https://open.rocket.chat general\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[rocketchat]\nraw_index = rocketchat_raw\nenriched_index = rocketchat_enriched\napi-token = xxxx\nsleep-for-rate = true\nuser-id = xxxx\nno-archive = true (suggested)\n```\n#### rss [↑](#supported-data-sources-)\nEntries from RSS feeds\n\n- project.json\n```\n{\n \"Chaoss\": {\n \"remo\": [\n \"https://reps.mozilla.org\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[rss]\nraw_index = rss_raw\nenriched_index = rss_enriched\n```\n#### slack [↑](#supported-data-sources-)\nMessages from Slack channels\n\nThe information needed to monitor slack channels is the channel id.\n- projects.json\n```\n{\n \"Chaoss\": {\n \"slack\": [\n \"A195YQBLL\",\n \"A495YQBM2\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[slack]\nraw_index = slack_raw\nenriched_index = slack_enriched\napi-token = xxxx\nno-archive = true (suggested)\n```\n#### stackexchange [↑](#supported-data-sources-)\nQuestions, answers and comments from StackExchange\n\n- projects.json\n```\n{\n \"Chaoss\": {\n \"stackexchange\": [\n \"http://stackoverflow.com/questions/tagged/chef\",\n \"http://stackoverflow.com/questions/tagged/chefcookbook\",\n \"http://stackoverflow.com/questions/tagged/ohai\",\n \"http://stackoverflow.com/questions/tagged/test-kitchen\",\n \"http://stackoverflow.com/questions/tagged/knife\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[stackexchange]\nraw_index = stackexchange_raw\nenriched_index = stackexchange_enriched\napi-token = xxxx\nno-archive = true (suggested)\n```\n#### supybot [↑](#supported-data-sources-)\nMessages from Supybot log files\n\nFor supybot files, it is needed the name of the IRC channel and the path where the logs can be found. In the example\nbelow, the name of the channel is set to \"irc://irc.freenode.net/atomic\".\n- projects.json\n```\n{\n \"Chaoss\": {\n \"supybot\": [\n \"irc://irc.freenode.net/atomic /home/bitergia/irc/percevalbot/logs/ChannelLogger/freenode/#atomic\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[supybot]\nraw_index = supybot_raw\nenriched_index = supybot_enriched\n```\n\n#### telegram [↑](#supported-data-sources-)\nMessages from Telegram\n\nYou need to have an API token: https://github.com/chaoss/grimoirelab-perceval#telegram\n\n- projects.json\n```\n{\n \"Chaoss\": {\n \"telegram\": [\n \"Mozilla_analytics\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[telegram]\nraw_index = telegram_raw\nenriched_index = telegram_enriched\napi-token = XXXXX\n```\n#### twitter [↑](#supported-data-sources-)\nMessages from Twitter\n\nYou need to provide a [search query](https://developer.twitter.com/en/docs/tweets/search/guides/build-standard-query) and an API token (which requires to create an [app](https://developer.twitter.com/en/docs/basics/apps/overview)). The script at https://gist.github.com/valeriocos/7d4d28f72f53fbce49f1512ba77ef5f6 helps obtaining a token.\n\n- projects.json\n```\n{\n \"Chaoss\": {\n \"twitter\": [\n \"bitergia\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[twitter]\nraw_index = twitter_raw\nenriched_index = twitter_enriched\napi-token = XXXX\n```\n\n#### weblate [↑](#supported-data-sources-)\nChanges from Weblate\n\nYou need to have an API token: The token can be obtained after registering to a weblate\ninstance (e.g., https://translations.documentfoundation.org/), via the page /accounts/profile/#api\n\n- projects.json\n```\n{\n \"Chaoss\": {\n \"weblate\": [\n \"https://translations.documentfoundation.org\"\n ]\n }\n}\n```\n- setup.cfg\n```\n[weblate]\nraw_index = weblate_raw\nenriched_index = weblate_enriched\napi-token = XXXX\nno-archive = true (suggested)\nsleep-for-rate = true (suggested)\nstudies = [enrich_demography:weblate] (optional)\n\n[enrich_demography:weblate] (optional)\n```\n\n## Micro Mordred [↑](#contents)\n\nMicro Mordred is a simplified version of Mordred which omits the use of its scheduler. Thus, Micro Mordred allows running single Mordred tasks (e.g., raw collection, enrichment) per execution.\n\nMicro Mordred is located in the [sirmordred/utils](https://github.com/chaoss/grimoirelab-sirmordred/tree/master/sirmordred/utils/micro.py) folder of this same repository. It can be executed via command line, its parameters are summarized below:\n```\n--debug: execute Micro Mordred in debug mode\n\n--raw: activate raw task\n\n--enrich: activate enrich task\n\n--identities: activate merge identities task\n\n--panels: activate panels task\n\n--cfg: path of the configuration file\n\n--backends: list of cfg sections where the active tasks will be executed\n\n--logs-dir: single parameter denoting the path of folder in which logs are to be stored\n```\n\nExamples of possible executions are shown below:\n```\ncd .../grimoirelab-sirmordred/sirmordred/utils/\nmicro.py --raw --enrich --cfg ./setup.cfg --backends git # execute the Raw and Enrich tasks for the Git cfg section\nmicro.py --panels # execute the Panels task to load the Sigils panels to Kibiter\nmicro.py --raw --enrich --debug --cfg ./setup.cfg --backends groupsio --logs-dir logs # execute the raw and enriched tasks for the groupsio cfg section with debug mode on and logs being saved in the folder logs in the same directory as micro.py\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/chaoss/grimoirelab-sirmordred", "keywords": "development repositories analytics git github bugzilla jira jenkins", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "sirmordred", "package_url": "https://pypi.org/project/sirmordred/", "platform": null, "project_url": "https://pypi.org/project/sirmordred/", "project_urls": { "Homepage": "https://github.com/chaoss/grimoirelab-sirmordred" }, "release_url": "https://pypi.org/project/sirmordred/0.2.44/", "requires_dist": [ "grimoire-elk (>=0.32)", "kidash (>=0.4.13)", "grimoirelab-panels (>=0.0.7)", "sortinghat (>=0.7)", "elasticsearch (==6.3.1)", "elasticsearch-dsl (==6.3.1)", "file-read-backwards (==2.0.0)", "colorlog (==4.1.0)" ], "requires_python": "", "summary": "Drive GrimoireLab tools to produce a dashboard", "version": "0.2.44", "yanked": false, "yanked_reason": null }, "last_serial": 13218986, "releases": { "0.1.41": [ { "comment_text": "", "digests": { "md5": "dd7d40635b37e674c4c5656105fcaece", "sha256": "56795f6cc69acd8431ad4ddd2460681e2b3dd980fdd9829d5ff0448bcefc03c6" }, "downloads": -1, "filename": "sirmordred-0.1.41-py3-none-any.whl", "has_sig": false, "md5_digest": "dd7d40635b37e674c4c5656105fcaece", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 51857, "upload_time": "2018-08-24T11:12:00", "upload_time_iso_8601": "2018-08-24T11:12:00.749031Z", "url": "https://files.pythonhosted.org/packages/a2/5d/5e8fc81633170752a3629791447faa85866b13f6abac8b7a6ea0d1530127/sirmordred-0.1.41-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9678303505fce978501e40b2a23cf460", "sha256": "e35a8b33b74117f9565e106a671d585d49da4c7353969a6226449df878fe73f7" }, "downloads": -1, "filename": "sirmordred-0.1.41.tar.gz", "has_sig": false, "md5_digest": "9678303505fce978501e40b2a23cf460", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38772, "upload_time": "2018-08-24T11:11:47", "upload_time_iso_8601": "2018-08-24T11:11:47.729400Z", "url": "https://files.pythonhosted.org/packages/1b/8b/79d4f52966458ecb02088908c8ac527d333dee4e960371083f2891719344/sirmordred-0.1.41.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.43": [ { "comment_text": "", "digests": { "md5": "bb05988971e48bc70b6bbd44379fe459", "sha256": "a31c8ebcfba467cee378a69100d61d6028c579ab4f1456d1dda25c2b88d5fc3e" }, "downloads": -1, "filename": "sirmordred-0.1.43-py3-none-any.whl", "has_sig": false, "md5_digest": "bb05988971e48bc70b6bbd44379fe459", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 52067, "upload_time": "2018-09-11T09:47:18", "upload_time_iso_8601": "2018-09-11T09:47:18.185744Z", "url": "https://files.pythonhosted.org/packages/b1/e5/a35db1cf8b233fae0f45fc6816f3028ce6813dd76729c06a94aee51dfdd4/sirmordred-0.1.43-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a7e6959efcf71276f64128d29ec5d715", "sha256": "c8f8bb8938254fda0c0eb5c7ac722e4954dd28a883e918ed3c6426661b863ee8" }, "downloads": -1, "filename": "sirmordred-0.1.43.tar.gz", "has_sig": false, "md5_digest": "a7e6959efcf71276f64128d29ec5d715", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39589, "upload_time": "2018-09-11T09:46:58", "upload_time_iso_8601": "2018-09-11T09:46:58.689029Z", "url": "https://files.pythonhosted.org/packages/de/41/5e5fa404fc4a85a56ad80206d283f8724eb2619247ebd05dcea3bb06225e/sirmordred-0.1.43.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.45": [ { "comment_text": "", "digests": { "md5": "11f43e4debb44090edce63ea763ff12d", "sha256": "15c87f03da393d53e3060978fd72e88ac9f9626993e0f1b32532fa7b2c70ed2c" }, "downloads": -1, "filename": "sirmordred-0.1.45-py3-none-any.whl", "has_sig": false, "md5_digest": "11f43e4debb44090edce63ea763ff12d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 64561, "upload_time": "2018-10-05T09:20:02", "upload_time_iso_8601": "2018-10-05T09:20:02.626652Z", "url": "https://files.pythonhosted.org/packages/eb/dd/f2e73a96489955a9055534d20f8cee6ba07cf4e69a514a6f822bcf207fb9/sirmordred-0.1.45-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "875cd56f0c4718d6116e8d0bfa043fac", "sha256": "436d1ff5f1efc7756a062928ce4dfc09db131aec4159c075341986b244d49fec" }, "downloads": -1, "filename": "sirmordred-0.1.45.tar.gz", "has_sig": false, "md5_digest": "875cd56f0c4718d6116e8d0bfa043fac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39834, "upload_time": "2018-10-05T09:19:48", "upload_time_iso_8601": "2018-10-05T09:19:48.392835Z", "url": "https://files.pythonhosted.org/packages/a4/06/123130cfa910c15e030b6c498c6c905211071b606243770279d9fbda7c5e/sirmordred-0.1.45.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.46": [ { "comment_text": "", "digests": { "md5": "b1d7c993c2cbf9b452e60304d2c64537", "sha256": "c97095cf368c09975de6c42cbbcf7c902d80722a3ab584a08567688919736a8e" }, "downloads": -1, "filename": "sirmordred-0.1.46-py3-none-any.whl", "has_sig": false, "md5_digest": "b1d7c993c2cbf9b452e60304d2c64537", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 65362, "upload_time": "2018-10-19T15:40:23", "upload_time_iso_8601": "2018-10-19T15:40:23.388693Z", "url": "https://files.pythonhosted.org/packages/33/12/6015de6c4e4835b4b439db6b37b666c24cb73e4cdb988c35cd09fd26828c/sirmordred-0.1.46-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f476af12290d12b8677125d29ee50fc2", "sha256": "110bebd02087f430aace6bd088877c8e1680206a6fa07c781048418689ef9b17" }, "downloads": -1, "filename": "sirmordred-0.1.46.tar.gz", "has_sig": false, "md5_digest": "f476af12290d12b8677125d29ee50fc2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40705, "upload_time": "2018-10-19T15:40:32", "upload_time_iso_8601": "2018-10-19T15:40:32.893491Z", "url": "https://files.pythonhosted.org/packages/6d/3a/82790db0841f59b64c7764ca7e8b19f4d32c8e150a6c3ed0fe2468e4f6c2/sirmordred-0.1.46.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.47": [ { "comment_text": "", "digests": { "md5": "c68307125890e725a3c368f3288385fb", "sha256": "6c939ebd15706b62dcb7d9570edc47fa1e14a0ef0ae2a37bd80eccc3a4416b0d" }, "downloads": -1, "filename": "sirmordred-0.1.47-py3-none-any.whl", "has_sig": false, "md5_digest": "c68307125890e725a3c368f3288385fb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 65645, "upload_time": "2018-11-09T20:40:09", "upload_time_iso_8601": "2018-11-09T20:40:09.100502Z", "url": "https://files.pythonhosted.org/packages/31/65/72eda1bb76eb377470b4ec2763862d8398e3ff61e2d0f382fb0e447c2322/sirmordred-0.1.47-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dad2fb0a00ad06e352ee7f9c147c382a", "sha256": "f06872bac6defbd630617ac5b9fb0a6a77a0bd13af9a05f443e9d9901c82e613" }, "downloads": -1, "filename": "sirmordred-0.1.47.tar.gz", "has_sig": false, "md5_digest": "dad2fb0a00ad06e352ee7f9c147c382a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40924, "upload_time": "2018-11-09T20:40:04", "upload_time_iso_8601": "2018-11-09T20:40:04.666250Z", "url": "https://files.pythonhosted.org/packages/fc/0d/79110f585f2cd69948bbfeb1e1985c9883e9e1f19bb9c494e8d634583632/sirmordred-0.1.47.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.12": [ { "comment_text": "", "digests": { "md5": "54c15949c7039a9b53aca0c472f5a577", "sha256": "92f01bd1fb5d0b9c4860003207b20c48f2648ed0af1a070abeb7e81c77c55155" }, "downloads": -1, "filename": "sirmordred-0.2.12-py3-none-any.whl", "has_sig": false, "md5_digest": "54c15949c7039a9b53aca0c472f5a577", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 67634, "upload_time": "2019-03-28T17:25:46", "upload_time_iso_8601": "2019-03-28T17:25:46.122889Z", "url": "https://files.pythonhosted.org/packages/23/76/a8235d2a334acf5bc2446140e890a39e774eb97f58fbf68b4f7304a132b5/sirmordred-0.2.12-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b0a0f2c57acba911afc9a9cedaf1a1a2", "sha256": "46c8399a403ed843bc37210284d7be19e783cd173ca4100304d2a2e97ea3bd4f" }, "downloads": -1, "filename": "sirmordred-0.2.12.tar.gz", "has_sig": false, "md5_digest": "b0a0f2c57acba911afc9a9cedaf1a1a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43204, "upload_time": "2019-03-28T17:25:43", "upload_time_iso_8601": "2019-03-28T17:25:43.044608Z", "url": "https://files.pythonhosted.org/packages/68/a2/01eb602922a82dc7e11e4f922003aa3454c2bb63338ef0ebe30b79905330/sirmordred-0.2.12.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.17": [ { "comment_text": "", "digests": { "md5": "ed6b625411159a8fe4ef608682b3ec68", "sha256": "78066fa1c45b5bba9aa2c107e26bb3798ebb500b2eb945397112b972c7a5f193" }, "downloads": -1, "filename": "sirmordred-0.2.17-py3-none-any.whl", "has_sig": false, "md5_digest": "ed6b625411159a8fe4ef608682b3ec68", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 118603, "upload_time": "2019-06-05T16:50:27", "upload_time_iso_8601": "2019-06-05T16:50:27.244275Z", "url": "https://files.pythonhosted.org/packages/00/75/7eeaaddeeef0279ef85de79b9f87304f5a90124f59d2f578233490e3458e/sirmordred-0.2.17-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e8f864601277523082b74436c339de14", "sha256": "8dcba6763abf5ecd49fc0fbd6c907a8317e930a6e163700488c298cce29d20b1" }, "downloads": -1, "filename": "sirmordred-0.2.17.tar.gz", "has_sig": false, "md5_digest": "e8f864601277523082b74436c339de14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46638, "upload_time": "2019-06-05T16:50:29", "upload_time_iso_8601": "2019-06-05T16:50:29.533819Z", "url": "https://files.pythonhosted.org/packages/a2/98/362a21712c1b7c16a046c3d456eefe83d438fee67ec5ee07205c98ec875b/sirmordred-0.2.17.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "d89dfe88cb4fda617ee1f131560c5a7b", "sha256": "7a648b17015e3fe7adc98941ced7e3feb6248e961d9cf4868e23b2c8923dc481" }, "downloads": -1, "filename": "sirmordred-0.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "d89dfe88cb4fda617ee1f131560c5a7b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 64907, "upload_time": "2018-11-21T22:33:15", "upload_time_iso_8601": "2018-11-21T22:33:15.081775Z", "url": "https://files.pythonhosted.org/packages/63/90/06ac9b70faa12b3db3d98e125b58f321736eccff65190ab1beb2e71632be/sirmordred-0.2.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "944699338595b76e354c6aff458b3aba", "sha256": "dd731681bc6009899d58db3e52e48a5e1e502411fc64d7dca45ba674ea0c5c62" }, "downloads": -1, "filename": "sirmordred-0.2.2.tar.gz", "has_sig": false, "md5_digest": "944699338595b76e354c6aff458b3aba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40155, "upload_time": "2018-11-21T22:33:18", "upload_time_iso_8601": "2018-11-21T22:33:18.928085Z", "url": "https://files.pythonhosted.org/packages/60/df/a48b50bfbc79cf6f6bfb75219635c75119464c34b2dd96219ad53de6600d/sirmordred-0.2.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.20": [ { "comment_text": "", "digests": { "md5": "8caf170f188aa6616b42c3238463164e", "sha256": "3988cc43d50ae0a068c58a684af9a3443a2b5d3dc768085cc91b6e0e3cb94a77" }, "downloads": -1, "filename": "sirmordred-0.2.20-py3-none-any.whl", "has_sig": false, "md5_digest": "8caf170f188aa6616b42c3238463164e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 68447, "upload_time": "2019-07-09T10:34:36", "upload_time_iso_8601": "2019-07-09T10:34:36.193135Z", "url": "https://files.pythonhosted.org/packages/de/54/d083c88c76a3c91c7bf84374eddb85c4d84737585aa6980fce500ef67b63/sirmordred-0.2.20-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "340284369d8c1447f37d53f6de81b429", "sha256": "4f01c9e395c065dc7bf4f6770b084a7a5ca4c755d511301018fd37684e3242fe" }, "downloads": -1, "filename": "sirmordred-0.2.20.tar.gz", "has_sig": false, "md5_digest": "340284369d8c1447f37d53f6de81b429", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44003, "upload_time": "2019-07-09T10:34:32", "upload_time_iso_8601": "2019-07-09T10:34:32.593568Z", "url": "https://files.pythonhosted.org/packages/b7/5a/2abc1aefca15aefe3014657805e70b3b3384fd94b9fc23b7a17ceb28831c/sirmordred-0.2.20.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.24": [ { "comment_text": "", "digests": { "md5": "df54bbd7bf81b2ac65fe75a5a0944c7c", "sha256": "e13dfe80caef8ba6b2494a44428a211503473d8db4f91aba25dd69bc3fa32b23" }, "downloads": -1, "filename": "sirmordred-0.2.24-py3-none-any.whl", "has_sig": false, "md5_digest": "df54bbd7bf81b2ac65fe75a5a0944c7c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 72105, "upload_time": "2019-10-01T21:29:38", "upload_time_iso_8601": "2019-10-01T21:29:38.134304Z", "url": "https://files.pythonhosted.org/packages/3e/7b/1e1b7f1cd1f626610e197f164d3e346d977fdfca589ca04a00ca510a746e/sirmordred-0.2.24-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "3f9b6b898ee243c3e1760803f8dfecbc", "sha256": "da8bc17d745d6a83041b079a6fe6d2bfecf7cbd614924478e96a0339bc949a67" }, "downloads": -1, "filename": "sirmordred-0.2.24.tar.gz", "has_sig": false, "md5_digest": "3f9b6b898ee243c3e1760803f8dfecbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50151, "upload_time": "2019-10-01T21:29:02", "upload_time_iso_8601": "2019-10-01T21:29:02.072758Z", "url": "https://files.pythonhosted.org/packages/b6/86/496567a3469ec305a3fdc58c38d9a950edf29a137f3d34303c53defd85c2/sirmordred-0.2.24.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.25": [ { "comment_text": "", "digests": { "md5": "acb2b3f914ab4e634e8762162538bd3c", "sha256": "9739fb74725fb97f71f9a75bed216231eb7bc3b8e1a91def07661ea32e0fa47b" }, "downloads": -1, "filename": "sirmordred-0.2.25-py3-none-any.whl", "has_sig": false, "md5_digest": "acb2b3f914ab4e634e8762162538bd3c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 68199, "upload_time": "2019-10-29T11:18:39", "upload_time_iso_8601": "2019-10-29T11:18:39.679900Z", "url": "https://files.pythonhosted.org/packages/dc/01/9d1a212eaa2a8e6bb99e54526fa8b2e2ef51580b6aa88dd34ceba111e339/sirmordred-0.2.25-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1dcfad21cc941bb18fccd120e5944409", "sha256": "ca957f6775f4e5058f4eb1242a20add2b8197c25ab8bb6d2c64224921e8ecef5" }, "downloads": -1, "filename": "sirmordred-0.2.25.tar.gz", "has_sig": false, "md5_digest": "1dcfad21cc941bb18fccd120e5944409", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47232, "upload_time": "2019-10-29T11:18:24", "upload_time_iso_8601": "2019-10-29T11:18:24.995719Z", "url": "https://files.pythonhosted.org/packages/f9/89/00c9a67a4593c87df35f389fd3aee35b6b5003a16bd98e09fffac08bd795/sirmordred-0.2.25.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.37": [ { "comment_text": "", "digests": { "md5": "015bd18eecace77aad1b29f26bffa4a2", "sha256": "85c0b77e51c324a1ce19aa252965a44893fe7a36de2045b9c0a7439348cc5b4f" }, "downloads": -1, "filename": "sirmordred-0.2.37-py3-none-any.whl", "has_sig": false, "md5_digest": "015bd18eecace77aad1b29f26bffa4a2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 69680, "upload_time": "2020-12-09T13:22:11", "upload_time_iso_8601": "2020-12-09T13:22:11.552739Z", "url": "https://files.pythonhosted.org/packages/59/3f/b69c43869d3038d1679bc7b4e9d53187713df7c460a33191000c2890ad74/sirmordred-0.2.37-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5d6a90cb8a37ed793e64c4561173be6c", "sha256": "e21c58f3432e7f6c671887557ca5fb54569435eb7ef373a1e8c1ff17a8c86f59" }, "downloads": -1, "filename": "sirmordred-0.2.37.tar.gz", "has_sig": false, "md5_digest": "5d6a90cb8a37ed793e64c4561173be6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 62776, "upload_time": "2020-12-09T13:22:13", "upload_time_iso_8601": "2020-12-09T13:22:13.552071Z", "url": "https://files.pythonhosted.org/packages/ae/87/fe686904d4dae92b029ac140753b16814035f5d3dd974dadebf7962abd33/sirmordred-0.2.37.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.38": [ { "comment_text": "", "digests": { "md5": "fcc6077fb50b9586515f416e94adf52a", "sha256": "3b2910b7764334b23c0c4d845e257f5c21293e468f66b300c381071b2020d49a" }, "downloads": -1, "filename": "sirmordred-0.2.38-py3-none-any.whl", "has_sig": false, "md5_digest": "fcc6077fb50b9586515f416e94adf52a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 69776, "upload_time": "2021-06-09T15:42:24", "upload_time_iso_8601": "2021-06-09T15:42:24.046562Z", "url": "https://files.pythonhosted.org/packages/7e/4e/04e505dcd001bf99a276d7d6ca234180e48a60dd1d8794ee33ded1eebce2/sirmordred-0.2.38-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2f53357d6379d50ca6d24e792e692adb", "sha256": "76497652b15448fc5aa924f4dfcb8e664668d9ee5a8c70788c2e7815155efdf7" }, "downloads": -1, "filename": "sirmordred-0.2.38.tar.gz", "has_sig": false, "md5_digest": "2f53357d6379d50ca6d24e792e692adb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74053, "upload_time": "2021-06-09T15:42:38", "upload_time_iso_8601": "2021-06-09T15:42:38.215038Z", "url": "https://files.pythonhosted.org/packages/09/7f/ee629b4d65eb2265c1281b437447b0405a4f513482783c1f41b93b8bc5fe/sirmordred-0.2.38.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.39": [ { "comment_text": "", "digests": { "md5": "a8e4398f98b8ff15d4ef60c02bda6215", "sha256": "67ee2eeade44f4dafb4cac68e045ba9060ebedab78e9e64c2199796dd28c8ac1" }, "downloads": -1, "filename": "sirmordred-0.2.39-py3-none-any.whl", "has_sig": false, "md5_digest": "a8e4398f98b8ff15d4ef60c02bda6215", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 70129, "upload_time": "2021-08-23T17:23:47", "upload_time_iso_8601": "2021-08-23T17:23:47.295621Z", "url": "https://files.pythonhosted.org/packages/01/43/9fb401a55d17e3c9cd844955616f573ffaab42eb57e12345d10b760c9157/sirmordred-0.2.39-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "552baee4b07eaff8c17006266ae162fd", "sha256": "e9e60d8dafb18f3f2cc7d31699c587fb6f64f7b43817d8735b2b5322af9d8034" }, "downloads": -1, "filename": "sirmordred-0.2.39.tar.gz", "has_sig": false, "md5_digest": "552baee4b07eaff8c17006266ae162fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74368, "upload_time": "2021-08-23T17:23:55", "upload_time_iso_8601": "2021-08-23T17:23:55.530966Z", "url": "https://files.pythonhosted.org/packages/89/57/a1ba01bede4d6607f5b364183d949dfae3673b279719b5642c49fe4024d4/sirmordred-0.2.39.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.40": [ { "comment_text": "", "digests": { "md5": "c33f50f2b8b966c1e217ace0e99bd112", "sha256": "60bac4c091cc0dab1a42e4c0c07156e29aee072c39dbb9971172fa8423e8435b" }, "downloads": -1, "filename": "sirmordred-0.2.40-py3-none-any.whl", "has_sig": false, "md5_digest": "c33f50f2b8b966c1e217ace0e99bd112", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 72001, "upload_time": "2021-09-07T17:46:46", "upload_time_iso_8601": "2021-09-07T17:46:46.546045Z", "url": "https://files.pythonhosted.org/packages/4e/54/a19b5be961a68b538cfbeb6c5b384e852b6f3b2699d9682720ba79059146/sirmordred-0.2.40-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b4c8aecd175f02a6faf6759500dab233", "sha256": "ca0abababfe8333f8a49b19847f41cdf4dc9e54bde182987dfc34b8203f0dcc4" }, "downloads": -1, "filename": "sirmordred-0.2.40.tar.gz", "has_sig": false, "md5_digest": "b4c8aecd175f02a6faf6759500dab233", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76759, "upload_time": "2021-09-07T17:46:48", "upload_time_iso_8601": "2021-09-07T17:46:48.508563Z", "url": "https://files.pythonhosted.org/packages/f0/6f/698c44f979ea331cbfc325faf8dcfbb09b9d8db7dcf3d29c0601821a06a2/sirmordred-0.2.40.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.41": [ { "comment_text": "", "digests": { "md5": "0ccc7ad33d442b2c7e0c62c154903860", "sha256": "cbe3b9de30c1fda7bd07a951987f1f082482ac03ca7f0c90b9f2ab484cc9603a" }, "downloads": -1, "filename": "sirmordred-0.2.41-py3-none-any.whl", "has_sig": false, "md5_digest": "0ccc7ad33d442b2c7e0c62c154903860", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 72108, "upload_time": "2021-10-25T19:22:33", "upload_time_iso_8601": "2021-10-25T19:22:33.840131Z", "url": "https://files.pythonhosted.org/packages/ab/39/f091388d44ad362ff03309c0f2a161779b17d53a53c12331be618e6cda4a/sirmordred-0.2.41-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "51fe59383c9fee85859ae9ae71c694cb", "sha256": "bf1923343afc70d9a54e7e751af609d5b573355f1e07b86d83dcabff43ca2996" }, "downloads": -1, "filename": "sirmordred-0.2.41.tar.gz", "has_sig": false, "md5_digest": "51fe59383c9fee85859ae9ae71c694cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77708, "upload_time": "2021-10-25T19:22:44", "upload_time_iso_8601": "2021-10-25T19:22:44.326903Z", "url": "https://files.pythonhosted.org/packages/a7/73/da1600b5486d99dd725e1dbd7745090bb5f849e9b09a3de74a74c63991e7/sirmordred-0.2.41.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.42": [ { "comment_text": "", "digests": { "md5": "11d522ebbc86f71ec1d87665407c15e9", "sha256": "ea3b068c52dfcb75cf9b5e8faa9e668eab273c81cce04ebff9d7117af7b0f187" }, "downloads": -1, "filename": "sirmordred-0.2.42-py3-none-any.whl", "has_sig": false, "md5_digest": "11d522ebbc86f71ec1d87665407c15e9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 72357, "upload_time": "2021-11-05T19:14:23", "upload_time_iso_8601": "2021-11-05T19:14:23.020855Z", "url": "https://files.pythonhosted.org/packages/58/b6/d81333054d86af7c0e9314cc44197ff8839a7316fa8eef339c15c3932ac6/sirmordred-0.2.42-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "94808c0c5a54dac7fe40ee13623f5f41", "sha256": "f36aded42c9b7c429e39c01f23aa0e96537c359bc371d1c13a575edfc8295a42" }, "downloads": -1, "filename": "sirmordred-0.2.42.tar.gz", "has_sig": false, "md5_digest": "94808c0c5a54dac7fe40ee13623f5f41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78100, "upload_time": "2021-11-05T19:14:30", "upload_time_iso_8601": "2021-11-05T19:14:30.642157Z", "url": "https://files.pythonhosted.org/packages/1e/95/8c751103d623964907377f06d13cb39b7896f727d5344f68371f107a5b27/sirmordred-0.2.42.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.43": [ { "comment_text": "", "digests": { "md5": "7bbf478c490883abfeed7843327dce10", "sha256": "72757068571d8f1d2cda2ffd700cd272386c93d65ab201cfb6d0f1f26c1c7f6d" }, "downloads": -1, "filename": "sirmordred-0.2.43-py3-none-any.whl", "has_sig": false, "md5_digest": "7bbf478c490883abfeed7843327dce10", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 72360, "upload_time": "2022-01-13T13:05:53", "upload_time_iso_8601": "2022-01-13T13:05:53.457296Z", "url": "https://files.pythonhosted.org/packages/99/69/88bfc647e27816ec38bcd563e6238edb3f35f9d7d2b80059c5b3e77fffd3/sirmordred-0.2.43-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dceb9290d38d2c9c41ea81f6671bf543", "sha256": "dfca2759176cd0e54a18546df0935872f2596c168e2567f7641adf7933f68c09" }, "downloads": -1, "filename": "sirmordred-0.2.43.tar.gz", "has_sig": false, "md5_digest": "dceb9290d38d2c9c41ea81f6671bf543", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78106, "upload_time": "2022-01-13T13:06:00", "upload_time_iso_8601": "2022-01-13T13:06:00.400165Z", "url": "https://files.pythonhosted.org/packages/03/c8/32a19845d06be2f11b19dd611dd5a2aee9480801ff6ea404f0b43cf1b8c7/sirmordred-0.2.43.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.44": [ { "comment_text": "", "digests": { "md5": "27e6c14f4cca515b1927fb0d8aabb39d", "sha256": "d2ad9e965e88dbba68a496a960d4cf965398c4d0983819ab0a9bb4c45d791211" }, "downloads": -1, "filename": "sirmordred-0.2.44-py3-none-any.whl", "has_sig": false, "md5_digest": "27e6c14f4cca515b1927fb0d8aabb39d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 75440, "upload_time": "2022-03-18T17:06:10", "upload_time_iso_8601": "2022-03-18T17:06:10.604966Z", "url": "https://files.pythonhosted.org/packages/05/ea/fb53a88a76fb99c565fb4989493aace44a27c00130d441cfc796ed56e1b3/sirmordred-0.2.44-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9d855a72a1324f217328791d0586a25d", "sha256": "37031d5c78b3e19795ed158da38f6b4cdb19a9f56ae61f38a208b11ed2bbe071" }, "downloads": -1, "filename": "sirmordred-0.2.44.tar.gz", "has_sig": false, "md5_digest": "9d855a72a1324f217328791d0586a25d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78990, "upload_time": "2022-03-18T17:06:28", "upload_time_iso_8601": "2022-03-18T17:06:28.792778Z", "url": "https://files.pythonhosted.org/packages/81/c8/15df0d5d64407e7d350da8fa91b1a615643d3246ac5775730e03afaf9a9a/sirmordred-0.2.44.tar.gz", "yanked": false, "yanked_reason": null } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "41f470e47a9d37e2a5bff163fb04a1b4", "sha256": "07286df6b3888888248d423dc2c25190ba05442727def2130817eeef616fd6f5" }, "downloads": -1, "filename": "sirmordred-0.2.5-py3-none-any.whl", "has_sig": false, "md5_digest": "41f470e47a9d37e2a5bff163fb04a1b4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 65219, "upload_time": "2019-01-15T08:20:36", "upload_time_iso_8601": "2019-01-15T08:20:36.808135Z", "url": "https://files.pythonhosted.org/packages/9e/30/62fc2ef6b0ddbac7fa7e4666e5ab09c09671f1799fee5b8f957e1cd23b62/sirmordred-0.2.5-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9894ab52674ad19ed9d10d4453879829", "sha256": "5761287895b37ed6167fea24b04477ed7e4c21beb2c1bfa888d5f49f1dd90072" }, "downloads": -1, "filename": "sirmordred-0.2.5.tar.gz", "has_sig": false, "md5_digest": "9894ab52674ad19ed9d10d4453879829", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40468, "upload_time": "2019-01-15T08:21:14", "upload_time_iso_8601": "2019-01-15T08:21:14.684629Z", "url": "https://files.pythonhosted.org/packages/51/6d/6f52a8837196633a91ba914230f6b3076ed462cedf4849618a7f96d30328/sirmordred-0.2.5.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "27e6c14f4cca515b1927fb0d8aabb39d", "sha256": "d2ad9e965e88dbba68a496a960d4cf965398c4d0983819ab0a9bb4c45d791211" }, "downloads": -1, "filename": "sirmordred-0.2.44-py3-none-any.whl", "has_sig": false, "md5_digest": "27e6c14f4cca515b1927fb0d8aabb39d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 75440, "upload_time": "2022-03-18T17:06:10", "upload_time_iso_8601": "2022-03-18T17:06:10.604966Z", "url": "https://files.pythonhosted.org/packages/05/ea/fb53a88a76fb99c565fb4989493aace44a27c00130d441cfc796ed56e1b3/sirmordred-0.2.44-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9d855a72a1324f217328791d0586a25d", "sha256": "37031d5c78b3e19795ed158da38f6b4cdb19a9f56ae61f38a208b11ed2bbe071" }, "downloads": -1, "filename": "sirmordred-0.2.44.tar.gz", "has_sig": false, "md5_digest": "9d855a72a1324f217328791d0586a25d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78990, "upload_time": "2022-03-18T17:06:28", "upload_time_iso_8601": "2022-03-18T17:06:28.792778Z", "url": "https://files.pythonhosted.org/packages/81/c8/15df0d5d64407e7d350da8fa91b1a615643d3246ac5775730e03afaf9a9a/sirmordred-0.2.44.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }