logseq-doctor


Namelogseq-doctor JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryLogseq Doctor: heal your Markdown files
upload_time2024-02-07 23:07:53
maintainerNone
docs_urlNone
authorW Augusto Andreoli <andreoli@sent.com>
requires_python>=3.9
licenseMIT
keywords knowledge-base knowledge-graph logseq logseq-plugin markdown
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ========
Overview
========

.. start-badges

.. list-table::
    :stub-columns: 1

    * - docs
      - |docs|
    * - tests
      - | |github-actions|
        | |codecov|
    * - package
      - | |version| |wheel| |supported-versions| |supported-implementations|
        | |commits-since|
.. |docs| image:: https://readthedocs.org/projects/logseq-doctor/badge/?style=flat
    :target: https://logseq-doctor.readthedocs.io/
    :alt: Documentation Status

.. |github-actions| image:: https://github.com/andreoliwa/logseq-doctor/actions/workflows/github-actions.yml/badge.svg
    :alt: GitHub Actions Build Status
    :target: https://github.com/andreoliwa/logseq-doctor/actions

.. |codecov| image:: https://codecov.io/gh/andreoliwa/logseq-doctor/branch/master/graphs/badge.svg?branch=master
    :alt: Coverage Status
    :target: https://codecov.io/github/andreoliwa/logseq-doctor

.. |version| image:: https://img.shields.io/pypi/v/logseq-doctor.svg
    :alt: PyPI Package latest release
    :target: https://pypi.org/project/logseq-doctor

.. |wheel| image:: https://img.shields.io/pypi/wheel/logseq-doctor.svg
    :alt: PyPI Wheel
    :target: https://pypi.org/project/logseq-doctor

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/logseq-doctor.svg
    :alt: Supported versions
    :target: https://pypi.org/project/logseq-doctor

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/logseq-doctor.svg
    :alt: Supported implementations
    :target: https://pypi.org/project/logseq-doctor

.. |commits-since| image:: https://img.shields.io/github/commits-since/andreoliwa/logseq-doctor/v0.3.0.svg
    :alt: Commits since latest release
    :target: https://github.com/andreoliwa/logseq-doctor/compare/v0.3.0...master



.. end-badges

Logseq Doctor: heal your flat old Markdown files before importing them.

**Note:** *this project is still alpha, so it's a bit rough on the edges (documentation and feature-wise).*

Installation
============

The recommended way is to install ``logseq-doctor`` globally with `pipx <https://github.com/pypa/pipx>`_::

    pipx install logseq-doctor

You can also install the development version with::

    pipx install git+https://github.com/andreoliwa/logseq-doctor

You will then have the ``lsd`` command available globally in your system.

Quick start
===========

Type ``lsd`` without arguments to check the current commands and options::

     Usage: lsd [OPTIONS] COMMAND [ARGS]...

     Logseq Doctor: heal your flat old Markdown files before importing them.

    ╭─ Options ────────────────────────────────────────────────────────────────────╮
    │ --install-completion          Install completion for the current shell.      │
    │ --show-completion             Show completion for the current shell, to copy │
    │                               it or customize the installation.              │
    │ --help                        Show this message and exit.                    │
    ╰──────────────────────────────────────────────────────────────────────────────╯
    ╭─ Commands ───────────────────────────────────────────────────────────────────╮
    │ outline  Convert flat Markdown to outline.                                   │
    │ tasks    List tasks in Logseq.                                               │
    │ tidy-up  Tidy up your Markdown files by removing empty bullets in any block. │
    ╰──────────────────────────────────────────────────────────────────────────────╯

Development
===========

To run all the tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "logseq-doctor",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "knowledge-base,knowledge-graph,logseq,logseq-plugin,markdown",
    "author": "W Augusto Andreoli <andreoli@sent.com>",
    "author_email": "\"W. Augusto Andreoli\" <andreoliwa@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/77/09/b26c2295b727fa1d44844f2598814da6629c5e2437f90e712445bc53b046/logseq_doctor-0.3.0.tar.gz",
    "platform": null,
    "description": "========\nOverview\n========\n\n.. start-badges\n\n.. list-table::\n    :stub-columns: 1\n\n    * - docs\n      - |docs|\n    * - tests\n      - | |github-actions|\n        | |codecov|\n    * - package\n      - | |version| |wheel| |supported-versions| |supported-implementations|\n        | |commits-since|\n.. |docs| image:: https://readthedocs.org/projects/logseq-doctor/badge/?style=flat\n    :target: https://logseq-doctor.readthedocs.io/\n    :alt: Documentation Status\n\n.. |github-actions| image:: https://github.com/andreoliwa/logseq-doctor/actions/workflows/github-actions.yml/badge.svg\n    :alt: GitHub Actions Build Status\n    :target: https://github.com/andreoliwa/logseq-doctor/actions\n\n.. |codecov| image:: https://codecov.io/gh/andreoliwa/logseq-doctor/branch/master/graphs/badge.svg?branch=master\n    :alt: Coverage Status\n    :target: https://codecov.io/github/andreoliwa/logseq-doctor\n\n.. |version| image:: https://img.shields.io/pypi/v/logseq-doctor.svg\n    :alt: PyPI Package latest release\n    :target: https://pypi.org/project/logseq-doctor\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/logseq-doctor.svg\n    :alt: PyPI Wheel\n    :target: https://pypi.org/project/logseq-doctor\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/logseq-doctor.svg\n    :alt: Supported versions\n    :target: https://pypi.org/project/logseq-doctor\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/logseq-doctor.svg\n    :alt: Supported implementations\n    :target: https://pypi.org/project/logseq-doctor\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/andreoliwa/logseq-doctor/v0.3.0.svg\n    :alt: Commits since latest release\n    :target: https://github.com/andreoliwa/logseq-doctor/compare/v0.3.0...master\n\n\n\n.. end-badges\n\nLogseq Doctor: heal your flat old Markdown files before importing them.\n\n**Note:** *this project is still alpha, so it's a bit rough on the edges (documentation and feature-wise).*\n\nInstallation\n============\n\nThe recommended way is to install ``logseq-doctor`` globally with `pipx <https://github.com/pypa/pipx>`_::\n\n    pipx install logseq-doctor\n\nYou can also install the development version with::\n\n    pipx install git+https://github.com/andreoliwa/logseq-doctor\n\nYou will then have the ``lsd`` command available globally in your system.\n\nQuick start\n===========\n\nType ``lsd`` without arguments to check the current commands and options::\n\n     Usage: lsd [OPTIONS] COMMAND [ARGS]...\n\n     Logseq Doctor: heal your flat old Markdown files before importing them.\n\n    \u256d\u2500 Options \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256e\n    \u2502 --install-completion          Install completion for the current shell.      \u2502\n    \u2502 --show-completion             Show completion for the current shell, to copy \u2502\n    \u2502                               it or customize the installation.              \u2502\n    \u2502 --help                        Show this message and exit.                    \u2502\n    \u2570\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256f\n    \u256d\u2500 Commands \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256e\n    \u2502 outline  Convert flat Markdown to outline.                                   \u2502\n    \u2502 tasks    List tasks in Logseq.                                               \u2502\n    \u2502 tidy-up  Tidy up your Markdown files by removing empty bullets in any block. \u2502\n    \u2570\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u256f\n\nDevelopment\n===========\n\nTo run all the tests run::\n\n    tox\n\nNote, to combine the coverage data from all the tox environments run:\n\n.. list-table::\n    :widths: 10 90\n    :stub-columns: 1\n\n    - - Windows\n      - ::\n\n            set PYTEST_ADDOPTS=--cov-append\n            tox\n\n    - - Other\n      - ::\n\n            PYTEST_ADDOPTS=--cov-append tox\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Logseq Doctor: heal your Markdown files",
    "version": "0.3.0",
    "project_urls": {
        "Changelog": "https://logseq-doctor.readthedocs.io/en/latest/changelog.html",
        "Documentation": "https://logseq-doctor.readthedocs.io/",
        "Issue Tracker": "https://github.com/andreoliwa/logseq-doctor/issues",
        "Source Code": "https://github.com/andreoliwa/logseq-doctor"
    },
    "split_keywords": [
        "knowledge-base",
        "knowledge-graph",
        "logseq",
        "logseq-plugin",
        "markdown"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8f268ec462af6c790c7c2d080e532af78224a55913b5b0aec72581d9aa0f930d",
                "md5": "5b8ae1c0f597299df15d4de2c4a5acb0",
                "sha256": "fc101702b8b84bc9b9ffd5894790a445cd76e5685b955a32f5354c0b3a079068"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5b8ae1c0f597299df15d4de2c4a5acb0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 917427,
            "upload_time": "2024-02-07T23:06:30",
            "upload_time_iso_8601": "2024-02-07T23:06:30.784600Z",
            "url": "https://files.pythonhosted.org/packages/8f/26/8ec462af6c790c7c2d080e532af78224a55913b5b0aec72581d9aa0f930d/logseq_doctor-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dd5e53b8e4e79400ca504ef36f3fb58275f74cd19d7c706adeef3d3651aefd14",
                "md5": "cff50b01041fa20d5fbb59476d322034",
                "sha256": "a17cfaeec0d7df11265a8bf87954b70ffac465c21c13560f4f2393abfb06aaeb"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "cff50b01041fa20d5fbb59476d322034",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 876206,
            "upload_time": "2024-02-07T23:06:32",
            "upload_time_iso_8601": "2024-02-07T23:06:32.398552Z",
            "url": "https://files.pythonhosted.org/packages/dd/5e/53b8e4e79400ca504ef36f3fb58275f74cd19d7c706adeef3d3651aefd14/logseq_doctor-0.3.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7e1d9765ad3d817b89e9b14f9a9e3fe72869259b391a5cfbabdc9b0aa690bec1",
                "md5": "fc5024b8a8a63b1f17b7122bdad3799b",
                "sha256": "0d0529cc8f1af84db076a5eaacee26abb67b1f26453178f435042a7eefc109fa"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fc5024b8a8a63b1f17b7122bdad3799b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2000284,
            "upload_time": "2024-02-07T23:06:34",
            "upload_time_iso_8601": "2024-02-07T23:06:34.189653Z",
            "url": "https://files.pythonhosted.org/packages/7e/1d/9765ad3d817b89e9b14f9a9e3fe72869259b391a5cfbabdc9b0aa690bec1/logseq_doctor-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bc017f3c29732ddc81464d0b2cb1b7c800cc65d9a24d981e26849cd88ca0f1f5",
                "md5": "52b1eddcfee9cdbe1cd1a946982132fe",
                "sha256": "6fcddf2b73c6c644f764e8b326d8db51a04cb7aadad3435e299af1a834d8597a"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "52b1eddcfee9cdbe1cd1a946982132fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2123019,
            "upload_time": "2024-02-07T23:06:35",
            "upload_time_iso_8601": "2024-02-07T23:06:35.687485Z",
            "url": "https://files.pythonhosted.org/packages/bc/01/7f3c29732ddc81464d0b2cb1b7c800cc65d9a24d981e26849cd88ca0f1f5/logseq_doctor-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b52610bf32bad922df985feb946880d554790923d4fb03f28f9b12a8e24211a5",
                "md5": "350e1ca2998e04f4c288f64f944f03dd",
                "sha256": "a36482e3d1b2ec99a6ed8df19ca19d432d015b764d9bc94aee0e0678bff3fc13"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "350e1ca2998e04f4c288f64f944f03dd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2046498,
            "upload_time": "2024-02-07T23:06:37",
            "upload_time_iso_8601": "2024-02-07T23:06:37.274867Z",
            "url": "https://files.pythonhosted.org/packages/b5/26/10bf32bad922df985feb946880d554790923d4fb03f28f9b12a8e24211a5/logseq_doctor-0.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9f1523b70516b082562e65d29cf937ec8bb24c964b4d1d6bcd8e1bfcd10a83cd",
                "md5": "d4506fce0a27f5875564915247a68f36",
                "sha256": "93ed2a2b7f566bd0ece8ba93b3b4513158643a4d85c79c79dfc81308a808cc8e"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "d4506fce0a27f5875564915247a68f36",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2123758,
            "upload_time": "2024-02-07T23:06:38",
            "upload_time_iso_8601": "2024-02-07T23:06:38.801677Z",
            "url": "https://files.pythonhosted.org/packages/9f/15/23b70516b082562e65d29cf937ec8bb24c964b4d1d6bcd8e1bfcd10a83cd/logseq_doctor-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "be3b2cf744ce6c272360018c458ca177b039fd00f924c2810381864803ee0362",
                "md5": "ad3084dd41fa220463d078de01dde36f",
                "sha256": "258834ab97da9ea49495439433c25f7f4e3bc722d2fb67ba40691a31b457d5a7"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "ad3084dd41fa220463d078de01dde36f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2041977,
            "upload_time": "2024-02-07T23:06:40",
            "upload_time_iso_8601": "2024-02-07T23:06:40.251243Z",
            "url": "https://files.pythonhosted.org/packages/be/3b/2cf744ce6c272360018c458ca177b039fd00f924c2810381864803ee0362/logseq_doctor-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "55f00bec7cf0bea3c79e79b098d16c71e7eacf04c430011e628919069f918796",
                "md5": "d132a4265b9fb045af05614b50d787b6",
                "sha256": "6cae7a44f9e41fab68a404a9ca4d4fee4ad9b57a32440d0c0c74b668597f7f84"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d132a4265b9fb045af05614b50d787b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2017281,
            "upload_time": "2024-02-07T23:06:42",
            "upload_time_iso_8601": "2024-02-07T23:06:42.263321Z",
            "url": "https://files.pythonhosted.org/packages/55/f0/0bec7cf0bea3c79e79b098d16c71e7eacf04c430011e628919069f918796/logseq_doctor-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b780068dfad344aed482a24d342ccc141e27f5791b8fb780d54a4957e4dc8b38",
                "md5": "0723e52c32eb1ffe86af405e40af9604",
                "sha256": "a416b5ca783bfc6b89cf7af0d2d185fe07f9096de4923efbbbeb89ffd5fcf92f"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "0723e52c32eb1ffe86af405e40af9604",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 678876,
            "upload_time": "2024-02-07T23:06:44",
            "upload_time_iso_8601": "2024-02-07T23:06:44.422476Z",
            "url": "https://files.pythonhosted.org/packages/b7/80/068dfad344aed482a24d342ccc141e27f5791b8fb780d54a4957e4dc8b38/logseq_doctor-0.3.0-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "05fddf8b54285ab8added7b5430dd17960a17e58c633da538449e17cbaa6abe1",
                "md5": "51a5ed20eaa8d6ccf81976bce1296d95",
                "sha256": "ccc274a0d2b78a50eb9b9519120def344bd6e55b89ec9359b3d24c89f0b4e037"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "51a5ed20eaa8d6ccf81976bce1296d95",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 738197,
            "upload_time": "2024-02-07T23:06:46",
            "upload_time_iso_8601": "2024-02-07T23:06:46.497277Z",
            "url": "https://files.pythonhosted.org/packages/05/fd/df8b54285ab8added7b5430dd17960a17e58c633da538449e17cbaa6abe1/logseq_doctor-0.3.0-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5d760cbe923746d83eaa129e95dc5ad11b95be7b260b00c08ab370abe94303f6",
                "md5": "a9f283d301bc37631fbee91ee5e4db12",
                "sha256": "bc403dabfcbd6f1bd1915ad6a5cdc19612c91d9778fb3c7c0203034367a8243f"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a9f283d301bc37631fbee91ee5e4db12",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 917423,
            "upload_time": "2024-02-07T23:06:48",
            "upload_time_iso_8601": "2024-02-07T23:06:48.374214Z",
            "url": "https://files.pythonhosted.org/packages/5d/76/0cbe923746d83eaa129e95dc5ad11b95be7b260b00c08ab370abe94303f6/logseq_doctor-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "64b22deff5d6fca96f460a29583bc840d57871235517490dd2ddbbbc5c1b2040",
                "md5": "e9bff65da99ac6c23758052aa030ceb1",
                "sha256": "2e7bfb547c9158f6143325aac125e58542052d87244a75f3da2d036eda17c911"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e9bff65da99ac6c23758052aa030ceb1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 876204,
            "upload_time": "2024-02-07T23:06:50",
            "upload_time_iso_8601": "2024-02-07T23:06:50.246853Z",
            "url": "https://files.pythonhosted.org/packages/64/b2/2deff5d6fca96f460a29583bc840d57871235517490dd2ddbbbc5c1b2040/logseq_doctor-0.3.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6eab646311d0cfe0607508a24884c033e2d997eb7f443749b134c0e913767796",
                "md5": "d30554438fd16e49c58fe0f098a1d9b7",
                "sha256": "2a72b5887274fdb2dcd54352ae79db3ce8f2b2371b80bd76cd794676c774ceeb"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d30554438fd16e49c58fe0f098a1d9b7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2000211,
            "upload_time": "2024-02-07T23:06:52",
            "upload_time_iso_8601": "2024-02-07T23:06:52.373538Z",
            "url": "https://files.pythonhosted.org/packages/6e/ab/646311d0cfe0607508a24884c033e2d997eb7f443749b134c0e913767796/logseq_doctor-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ad144368d94ae382de5f02309662bcda46580be185e80aa5691a3ce033ae8e86",
                "md5": "06c2677c9a18a469a921f277cb758b0a",
                "sha256": "39a20c3fb287ac51655dc8246ef02d6961921c40ac6c295f478b44b751484587"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "06c2677c9a18a469a921f277cb758b0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2123105,
            "upload_time": "2024-02-07T23:06:53",
            "upload_time_iso_8601": "2024-02-07T23:06:53.823948Z",
            "url": "https://files.pythonhosted.org/packages/ad/14/4368d94ae382de5f02309662bcda46580be185e80aa5691a3ce033ae8e86/logseq_doctor-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "be1a38efe4b0a6262b5bd4a6ec8f3a6710c3cc62ca23f0de212331d394209375",
                "md5": "4de6b4da1d5a0ca5c7edba7ff4d5087a",
                "sha256": "2b937313ff9d52ead49bc2f13772217adf72452b7f5491a0453c261244a63807"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "4de6b4da1d5a0ca5c7edba7ff4d5087a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2046574,
            "upload_time": "2024-02-07T23:06:55",
            "upload_time_iso_8601": "2024-02-07T23:06:55.467330Z",
            "url": "https://files.pythonhosted.org/packages/be/1a/38efe4b0a6262b5bd4a6ec8f3a6710c3cc62ca23f0de212331d394209375/logseq_doctor-0.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "727ba08fd389756d480a48c9b193bd89729821c40ac3dcf59b0f342cd5796706",
                "md5": "fc68c9cf314cb8d2c88f6a86219d25a6",
                "sha256": "07b9f95125b235def6835da22aeedd3081789dbedd6e38d5fff5b67350e3b572"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "fc68c9cf314cb8d2c88f6a86219d25a6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2123804,
            "upload_time": "2024-02-07T23:06:56",
            "upload_time_iso_8601": "2024-02-07T23:06:56.891458Z",
            "url": "https://files.pythonhosted.org/packages/72/7b/a08fd389756d480a48c9b193bd89729821c40ac3dcf59b0f342cd5796706/logseq_doctor-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "879e299d21fc74888923621198c4bfd52ae84f66bbd7fdea5b6d877e193113a3",
                "md5": "b672791c664ff93a60aa05db85b61e47",
                "sha256": "caf21960ba1049758779bf439f7aa083ca538f05ceaca13e3af7272874714e4a"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "b672791c664ff93a60aa05db85b61e47",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2042144,
            "upload_time": "2024-02-07T23:06:58",
            "upload_time_iso_8601": "2024-02-07T23:06:58.336402Z",
            "url": "https://files.pythonhosted.org/packages/87/9e/299d21fc74888923621198c4bfd52ae84f66bbd7fdea5b6d877e193113a3/logseq_doctor-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "52eb7cb2a343abec6fc6a7b958250d3feb5728ae39b329d92e4a145d54a1a811",
                "md5": "c939cfc06fb42711a205949c1296d358",
                "sha256": "f441f6161dba61a36da68aa092e6e013986cb02f36664c63e18d0d04cf5baae4"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "c939cfc06fb42711a205949c1296d358",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 678906,
            "upload_time": "2024-02-07T23:06:59",
            "upload_time_iso_8601": "2024-02-07T23:06:59.920911Z",
            "url": "https://files.pythonhosted.org/packages/52/eb/7cb2a343abec6fc6a7b958250d3feb5728ae39b329d92e4a145d54a1a811/logseq_doctor-0.3.0-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ec04e778c75c2d707c669d58fea671d5c254bc19560f30e8b54580426c26bc1e",
                "md5": "d19a74e577a61a7729887ac0d0a55b33",
                "sha256": "ebaa9c3f9caf759148d4a648b3ca68398414537e7c9d847ec1f95cb2c04c1424"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d19a74e577a61a7729887ac0d0a55b33",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 738200,
            "upload_time": "2024-02-07T23:07:02",
            "upload_time_iso_8601": "2024-02-07T23:07:02.068665Z",
            "url": "https://files.pythonhosted.org/packages/ec/04/e778c75c2d707c669d58fea671d5c254bc19560f30e8b54580426c26bc1e/logseq_doctor-0.3.0-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "afe00b6f3ba0790c59e7bc306569006ffe217bff906b421dd1d7a6f2d76185af",
                "md5": "f42e55ab0045ef4d32e550ab449dd2f4",
                "sha256": "13ed617d74e76134d21bcafe389a31b74ae91c59e904d1816c472717509ccb70"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f42e55ab0045ef4d32e550ab449dd2f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 917166,
            "upload_time": "2024-02-07T23:07:03",
            "upload_time_iso_8601": "2024-02-07T23:07:03.666036Z",
            "url": "https://files.pythonhosted.org/packages/af/e0/0b6f3ba0790c59e7bc306569006ffe217bff906b421dd1d7a6f2d76185af/logseq_doctor-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c5025e7e0251cd611fce0288e4e4173ba3eb4eeda2a8cee49cf19f360e99f831",
                "md5": "3148dc39397726d6db3c579095683d5d",
                "sha256": "70305a0db0e2d1274bef7dd0fcd0076da4cc0bbc8eed84538627c585d75ec2a7"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "3148dc39397726d6db3c579095683d5d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 876467,
            "upload_time": "2024-02-07T23:07:05",
            "upload_time_iso_8601": "2024-02-07T23:07:05.603657Z",
            "url": "https://files.pythonhosted.org/packages/c5/02/5e7e0251cd611fce0288e4e4173ba3eb4eeda2a8cee49cf19f360e99f831/logseq_doctor-0.3.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "869696dbf61d09e4c0f93081122b38089cee65a05bc802245152bff0b5aeb430",
                "md5": "205231edabbf6c8812db994eece741ad",
                "sha256": "f01f0311aa029a9aeda57af784af58db2d1dc5e198988125a1e5b983678e491c"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "205231edabbf6c8812db994eece741ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2000702,
            "upload_time": "2024-02-07T23:07:07",
            "upload_time_iso_8601": "2024-02-07T23:07:07.101683Z",
            "url": "https://files.pythonhosted.org/packages/86/96/96dbf61d09e4c0f93081122b38089cee65a05bc802245152bff0b5aeb430/logseq_doctor-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aec0c1df451c5cd6da93acc47c713f2a9aca6c4b44b1ae076bf5bef05676876e",
                "md5": "f595529c9fe0f6f68f230a616f17a86c",
                "sha256": "ab68a9c1eabc2a382184fbfe02a9b646ebdeb4c19b926332ae47fe44b6bd5d5a"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "f595529c9fe0f6f68f230a616f17a86c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2121404,
            "upload_time": "2024-02-07T23:07:08",
            "upload_time_iso_8601": "2024-02-07T23:07:08.699569Z",
            "url": "https://files.pythonhosted.org/packages/ae/c0/c1df451c5cd6da93acc47c713f2a9aca6c4b44b1ae076bf5bef05676876e/logseq_doctor-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8229a6dadbe4c25e98bc1a0e4c50ba0e228ebb7179b692080a9d8aad130c6f02",
                "md5": "7a6c8ab908aff498c5e4f9c0b40b521f",
                "sha256": "dcc2ec1b045c32b2f4a360d27c25889fe49650d4d1f2ac1fa8ec354f53dc2379"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "7a6c8ab908aff498c5e4f9c0b40b521f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2045792,
            "upload_time": "2024-02-07T23:07:10",
            "upload_time_iso_8601": "2024-02-07T23:07:10.278122Z",
            "url": "https://files.pythonhosted.org/packages/82/29/a6dadbe4c25e98bc1a0e4c50ba0e228ebb7179b692080a9d8aad130c6f02/logseq_doctor-0.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5ce72d61b3443a6910146fc0eedcc413ead7adc2f55da6bbbd48609a80193685",
                "md5": "dceb666df335b41b469d618218a7bf18",
                "sha256": "1a564c27fe9e1548e467e9ed7b31524a42b26ac1ccf2eaa24b3418e4e6ac3934"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "dceb666df335b41b469d618218a7bf18",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2140500,
            "upload_time": "2024-02-07T23:07:12",
            "upload_time_iso_8601": "2024-02-07T23:07:12.264765Z",
            "url": "https://files.pythonhosted.org/packages/5c/e7/2d61b3443a6910146fc0eedcc413ead7adc2f55da6bbbd48609a80193685/logseq_doctor-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3eb0165fd5d826718d64afb593874ffeb48672f1ba75fef08e8ffadc11ffd170",
                "md5": "5c3723663070658ccd091aebc1568df3",
                "sha256": "cb0976fc2743fc5bd05a106e79036433bd145ed7607893103d4adcbc5fd5f63f"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "5c3723663070658ccd091aebc1568df3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2028210,
            "upload_time": "2024-02-07T23:07:13",
            "upload_time_iso_8601": "2024-02-07T23:07:13.703470Z",
            "url": "https://files.pythonhosted.org/packages/3e/b0/165fd5d826718d64afb593874ffeb48672f1ba75fef08e8ffadc11ffd170/logseq_doctor-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "884bda6748fd9968396beadbf0e2c9a7cad6526efed501de0b508223d5278b29",
                "md5": "ab82d3fb75885d9d323efc9baa6b6966",
                "sha256": "7f3fc2f9ad354410a13ed1c5c9f5116e4163586f6b29edf3b4bfbe0da4c52281"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "ab82d3fb75885d9d323efc9baa6b6966",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 679033,
            "upload_time": "2024-02-07T23:07:15",
            "upload_time_iso_8601": "2024-02-07T23:07:15.131614Z",
            "url": "https://files.pythonhosted.org/packages/88/4b/da6748fd9968396beadbf0e2c9a7cad6526efed501de0b508223d5278b29/logseq_doctor-0.3.0-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "de06c566d8e5274e23277dd365a5c0e5299e17e47147e115f018302ee994d91e",
                "md5": "ddab8723b5e91f53ba437f03abd4b2cc",
                "sha256": "59da805bd3db092f2f8bae5e20d378f4ca37c94d414de3f5535556331e3897ed"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ddab8723b5e91f53ba437f03abd4b2cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 739067,
            "upload_time": "2024-02-07T23:07:16",
            "upload_time_iso_8601": "2024-02-07T23:07:16.431317Z",
            "url": "https://files.pythonhosted.org/packages/de/06/c566d8e5274e23277dd365a5c0e5299e17e47147e115f018302ee994d91e/logseq_doctor-0.3.0-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "28cdf205e04dbf155d57e6968e83c3b0f0b3d4f18c4d4c5a9af901ad6291c7fc",
                "md5": "a58f277f3861e0c4e3325a977a3c55c4",
                "sha256": "5312a8a2bae57d7b6aff4ce68b42bfe2869938abc09273a135d13c7f6a08c410"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a58f277f3861e0c4e3325a977a3c55c4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2000701,
            "upload_time": "2024-02-07T23:07:18",
            "upload_time_iso_8601": "2024-02-07T23:07:18.007496Z",
            "url": "https://files.pythonhosted.org/packages/28/cd/f205e04dbf155d57e6968e83c3b0f0b3d4f18c4d4c5a9af901ad6291c7fc/logseq_doctor-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "82dd8976f1baa06ec3a5e6fb39b823d78033bca3189c8db16522cee2a5c20d48",
                "md5": "ba5dd31b9cc62b5565dd721856618bf4",
                "sha256": "ecadbeb936ab9725150c9510f8e08ca7b624ffe385aac735cc9c427ddaf35d20"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "ba5dd31b9cc62b5565dd721856618bf4",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2121404,
            "upload_time": "2024-02-07T23:07:19",
            "upload_time_iso_8601": "2024-02-07T23:07:19.488682Z",
            "url": "https://files.pythonhosted.org/packages/82/dd/8976f1baa06ec3a5e6fb39b823d78033bca3189c8db16522cee2a5c20d48/logseq_doctor-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5328dab23347487fe81429e9d8a89cda047554d51e56f2aa9477fe5422b2f98f",
                "md5": "2f921c11d89abc116907895907727b05",
                "sha256": "1632922ab0be3be37f327fa3f20568c2791944bfb047975cb051293d6544c82f"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "2f921c11d89abc116907895907727b05",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2045793,
            "upload_time": "2024-02-07T23:07:20",
            "upload_time_iso_8601": "2024-02-07T23:07:20.968544Z",
            "url": "https://files.pythonhosted.org/packages/53/28/dab23347487fe81429e9d8a89cda047554d51e56f2aa9477fe5422b2f98f/logseq_doctor-0.3.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e90da8b2cb69b4d8496da9b35fa4a8d6444646693b38c63089e3fa45e29f1823",
                "md5": "ac7c94d55e785000f736800e3b0b0cd2",
                "sha256": "e300541cb1b2c579ee8747951957c47f205a3a97026ed8e39f519e6a32b2000e"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "ac7c94d55e785000f736800e3b0b0cd2",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2140501,
            "upload_time": "2024-02-07T23:07:22",
            "upload_time_iso_8601": "2024-02-07T23:07:22.387327Z",
            "url": "https://files.pythonhosted.org/packages/e9/0d/a8b2cb69b4d8496da9b35fa4a8d6444646693b38c63089e3fa45e29f1823/logseq_doctor-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a6cbd3ac1fb31994caa73e5df0dbdd01d0e3fd7607b5a5a05b29d9f20f9a22a1",
                "md5": "b79a1a6868ee8d470b41c0594d8cbe6a",
                "sha256": "0327d8aa536215f943324f8e234d71db769a83b2b28c69a6a5fd70bb42fe5e8f"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "b79a1a6868ee8d470b41c0594d8cbe6a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 2028209,
            "upload_time": "2024-02-07T23:07:24",
            "upload_time_iso_8601": "2024-02-07T23:07:24.026379Z",
            "url": "https://files.pythonhosted.org/packages/a6/cb/d3ac1fb31994caa73e5df0dbdd01d0e3fd7607b5a5a05b29d9f20f9a22a1/logseq_doctor-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "947b50b522ddd0ecb39d97868e2d75588c170c19a7875c08b5356befed706293",
                "md5": "578f91b6d6be78e65653821388632d9f",
                "sha256": "8687801262be468641a394a9218566c0c2c301d3cda5dbf85b0a2c4e8f30e81a"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "578f91b6d6be78e65653821388632d9f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1999936,
            "upload_time": "2024-02-07T23:07:26",
            "upload_time_iso_8601": "2024-02-07T23:07:26.104429Z",
            "url": "https://files.pythonhosted.org/packages/94/7b/50b522ddd0ecb39d97868e2d75588c170c19a7875c08b5356befed706293/logseq_doctor-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7912f32cb92ce59710d298c82f4ccf73fb83eb759e40ca9cdf86ad880045f470",
                "md5": "49a70a344aa2d9dd0dc5fe198a36aab8",
                "sha256": "8d24149ce63e846dfca0286f796509f868e8fad78969fd9be8d9371d24aafeaf"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "49a70a344aa2d9dd0dc5fe198a36aab8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2122822,
            "upload_time": "2024-02-07T23:07:27",
            "upload_time_iso_8601": "2024-02-07T23:07:27.634558Z",
            "url": "https://files.pythonhosted.org/packages/79/12/f32cb92ce59710d298c82f4ccf73fb83eb759e40ca9cdf86ad880045f470/logseq_doctor-0.3.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "41541497f871bce81ca9d1b179e6daa81b30a33a1b0f3ce231ca08b3a6a9d489",
                "md5": "ffa581beedfdefc15d167e2168135ac5",
                "sha256": "848def77007420533f48ca01cc4b25f0c64bbd47b470f7c29105876887acb0a8"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ffa581beedfdefc15d167e2168135ac5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2046255,
            "upload_time": "2024-02-07T23:07:29",
            "upload_time_iso_8601": "2024-02-07T23:07:29.254094Z",
            "url": "https://files.pythonhosted.org/packages/41/54/1497f871bce81ca9d1b179e6daa81b30a33a1b0f3ce231ca08b3a6a9d489/logseq_doctor-0.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6f1e22adc6e504b671cd92876425da3886938075129218c0f6b20c28bc8690e8",
                "md5": "cd4d6207d0dacb32e3f3e9523e57d964",
                "sha256": "fe0ef17c8c322b4b1ee8f9b3021dbad3db2f384ae593f966f15707cf68d7aa2c"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "cd4d6207d0dacb32e3f3e9523e57d964",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2140973,
            "upload_time": "2024-02-07T23:07:31",
            "upload_time_iso_8601": "2024-02-07T23:07:31.273999Z",
            "url": "https://files.pythonhosted.org/packages/6f/1e/22adc6e504b671cd92876425da3886938075129218c0f6b20c28bc8690e8/logseq_doctor-0.3.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2f63ec8dcfe2984b42b412053b7b54d8112a8273591cf66ce4b3dbce488d754a",
                "md5": "8dcfd1baa57891a4ea6d89be9f606310",
                "sha256": "d6aee23c080ad6068ed9c3030a5f2f602dc6375fea6a3ff3c7336dd9287747d9"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "8dcfd1baa57891a4ea6d89be9f606310",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2042240,
            "upload_time": "2024-02-07T23:07:32",
            "upload_time_iso_8601": "2024-02-07T23:07:32.880819Z",
            "url": "https://files.pythonhosted.org/packages/2f/63/ec8dcfe2984b42b412053b7b54d8112a8273591cf66ce4b3dbce488d754a/logseq_doctor-0.3.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "daf32625c6241da361af8f2b70ae1490c032bbb797134de310f938a85093832f",
                "md5": "718cb1418ea572ad03bb01c102441d8c",
                "sha256": "3acea1c08fe032a52428b581509088c060fed87d9e4c1bef4ac5f1dfbbc0886e"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "718cb1418ea572ad03bb01c102441d8c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 678927,
            "upload_time": "2024-02-07T23:07:35",
            "upload_time_iso_8601": "2024-02-07T23:07:35.011552Z",
            "url": "https://files.pythonhosted.org/packages/da/f3/2625c6241da361af8f2b70ae1490c032bbb797134de310f938a85093832f/logseq_doctor-0.3.0-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bfd198f0b5cf04be40c6f3e6b5d0458c0c3a7e77b7e97d8a74ce03462dd43bff",
                "md5": "4ed30a1794a4e67d14d071d04220b94c",
                "sha256": "82b28ce6e7c4089ca03bc464eddecf87d6c4a1207861c808cba12fe6978f70ec"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4ed30a1794a4e67d14d071d04220b94c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 738181,
            "upload_time": "2024-02-07T23:07:36",
            "upload_time_iso_8601": "2024-02-07T23:07:36.291975Z",
            "url": "https://files.pythonhosted.org/packages/bf/d1/98f0b5cf04be40c6f3e6b5d0458c0c3a7e77b7e97d8a74ce03462dd43bff/logseq_doctor-0.3.0-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "948fe6808c04696aa3fd52efcce809554f203a8a5b91aaf00c9a83df616daa8e",
                "md5": "32dd5de251b8827ed3a85608b3c89316",
                "sha256": "762e60893c6fbb25ebe5abecfbfa18cba140e78d7eb8483ca847f40825d70acc"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "32dd5de251b8827ed3a85608b3c89316",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 1999352,
            "upload_time": "2024-02-07T23:07:37",
            "upload_time_iso_8601": "2024-02-07T23:07:37.685226Z",
            "url": "https://files.pythonhosted.org/packages/94/8f/e6808c04696aa3fd52efcce809554f203a8a5b91aaf00c9a83df616daa8e/logseq_doctor-0.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a0ea92350c2303caba0fb8d4c43e9af333904633f072266b3f5acaaefb1e7e88",
                "md5": "cf3971eb70f20548513ae447c42c3cb3",
                "sha256": "0ca8acd97839f5ca10b49a6381fb9610ad1d45df280d5e0ef2483f4baea312e8"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "cf3971eb70f20548513ae447c42c3cb3",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 2121006,
            "upload_time": "2024-02-07T23:07:39",
            "upload_time_iso_8601": "2024-02-07T23:07:39.142142Z",
            "url": "https://files.pythonhosted.org/packages/a0/ea/92350c2303caba0fb8d4c43e9af333904633f072266b3f5acaaefb1e7e88/logseq_doctor-0.3.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2b656158e624eb542f85de45fa7664e4d30884475a502a6397b097e4b9b81e5a",
                "md5": "c513ed3330b058b9b6625d09b192b51e",
                "sha256": "1c6f00c2a9d0754fc65923403b39018d31f007883efed276fe09e12be6474a64"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "c513ed3330b058b9b6625d09b192b51e",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 2045000,
            "upload_time": "2024-02-07T23:07:40",
            "upload_time_iso_8601": "2024-02-07T23:07:40.789789Z",
            "url": "https://files.pythonhosted.org/packages/2b/65/6158e624eb542f85de45fa7664e4d30884475a502a6397b097e4b9b81e5a/logseq_doctor-0.3.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2140af88b56fb2defc99526cc81c0df617c2696751266d2c9a700f0e9fa5bdba",
                "md5": "1d20587c59b931f4ba667624b8e1eef0",
                "sha256": "8f18562c37a576e1ab010272c0c9a6fe8e73d84c021311b5465e499462c008ca"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "1d20587c59b931f4ba667624b8e1eef0",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 2140219,
            "upload_time": "2024-02-07T23:07:42",
            "upload_time_iso_8601": "2024-02-07T23:07:42.222089Z",
            "url": "https://files.pythonhosted.org/packages/21/40/af88b56fb2defc99526cc81c0df617c2696751266d2c9a700f0e9fa5bdba/logseq_doctor-0.3.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "81d0744e7c40e20181078380b9297a1670672deda60c81765dd4671fde02299b",
                "md5": "476c5f294b9f56eb562dc3d963c81be6",
                "sha256": "1c723b8d56da4b506b25b32d7161f002c0a4a006773c37bff0d3e153ee8bd972"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "476c5f294b9f56eb562dc3d963c81be6",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.9",
            "size": 2041388,
            "upload_time": "2024-02-07T23:07:44",
            "upload_time_iso_8601": "2024-02-07T23:07:44.313680Z",
            "url": "https://files.pythonhosted.org/packages/81/d0/744e7c40e20181078380b9297a1670672deda60c81765dd4671fde02299b/logseq_doctor-0.3.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b96cb039f85f8987aeb2b6c5f0f809ff5d20c4e955e36a5ad329e431349e8733",
                "md5": "dba78526a718bd62ca78c64b13a00e91",
                "sha256": "a23fbb4857b9ea506302cc00494c659caf282aaf8c601d404c190a7f485d2612"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "dba78526a718bd62ca78c64b13a00e91",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 1999336,
            "upload_time": "2024-02-07T23:07:46",
            "upload_time_iso_8601": "2024-02-07T23:07:46.473549Z",
            "url": "https://files.pythonhosted.org/packages/b9/6c/b039f85f8987aeb2b6c5f0f809ff5d20c4e955e36a5ad329e431349e8733/logseq_doctor-0.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b7d646ba1c2f23ca21d6da5e9ebcea37171f507bd257dc120d0ae9fb14b61bb1",
                "md5": "790f871d468c8a5bb5b8cf1ee09ee8c9",
                "sha256": "c6c297b3cbff549b63983bb48c34a2b352d42881d56c6bfca089fa6440bd16a9"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "790f871d468c8a5bb5b8cf1ee09ee8c9",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 2120950,
            "upload_time": "2024-02-07T23:07:48",
            "upload_time_iso_8601": "2024-02-07T23:07:48.069673Z",
            "url": "https://files.pythonhosted.org/packages/b7/d6/46ba1c2f23ca21d6da5e9ebcea37171f507bd257dc120d0ae9fb14b61bb1/logseq_doctor-0.3.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ce5633f47b583869a7178f70733c64975496ac12ccb22b0be5bd78b939c44961",
                "md5": "268c054e34fb2623ce40721c85ebab0d",
                "sha256": "1276db3c4644daa88a4eaaecf4a8ddaeaa464d8d14dc2fbdc396c94f350de250"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "268c054e34fb2623ce40721c85ebab0d",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 2044930,
            "upload_time": "2024-02-07T23:07:49",
            "upload_time_iso_8601": "2024-02-07T23:07:49.617906Z",
            "url": "https://files.pythonhosted.org/packages/ce/56/33f47b583869a7178f70733c64975496ac12ccb22b0be5bd78b939c44961/logseq_doctor-0.3.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d628edfd7e352579dbd59d1e15e1dfe15f85e7bcf786c17edd99c7a61df456d1",
                "md5": "c9a3a0da4b4edf7786a78d3eda755997",
                "sha256": "18f139cbbf4928c6824c7816ba1df62e5edc2859378ae2da9c22282cbcb5baf1"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "c9a3a0da4b4edf7786a78d3eda755997",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 2140110,
            "upload_time": "2024-02-07T23:07:51",
            "upload_time_iso_8601": "2024-02-07T23:07:51.202837Z",
            "url": "https://files.pythonhosted.org/packages/d6/28/edfd7e352579dbd59d1e15e1dfe15f85e7bcf786c17edd99c7a61df456d1/logseq_doctor-0.3.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dbf785948bb524ce260a4a632257d372e24be79e444e995099796ddad6283a89",
                "md5": "8be19d3f48448a88bbaced2ba052846f",
                "sha256": "387d964b16b5eaad87168360ddfbf58cd0386fe8be897d4653fb4fdb41956284"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "8be19d3f48448a88bbaced2ba052846f",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 2041427,
            "upload_time": "2024-02-07T23:07:52",
            "upload_time_iso_8601": "2024-02-07T23:07:52.603463Z",
            "url": "https://files.pythonhosted.org/packages/db/f7/85948bb524ce260a4a632257d372e24be79e444e995099796ddad6283a89/logseq_doctor-0.3.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7709b26c2295b727fa1d44844f2598814da6629c5e2437f90e712445bc53b046",
                "md5": "5e26acc73613656cd3ec67de5ff70a0f",
                "sha256": "3b46f8aa28c6162f3f6efc4f65a64a027f5b2b210d4a1772b5f5a7f77cd473f3"
            },
            "downloads": -1,
            "filename": "logseq_doctor-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5e26acc73613656cd3ec67de5ff70a0f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 20748,
            "upload_time": "2024-02-07T23:07:53",
            "upload_time_iso_8601": "2024-02-07T23:07:53.922115Z",
            "url": "https://files.pythonhosted.org/packages/77/09/b26c2295b727fa1d44844f2598814da6629c5e2437f90e712445bc53b046/logseq_doctor-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-07 23:07:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "andreoliwa",
    "github_project": "logseq-doctor",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "logseq-doctor"
}
        
Elapsed time: 0.18717s