Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Do yanked and deleted packages are considered in this db? #10

@unsatisfying

Description

@unsatisfying

Since some packages are yanked and deleted by maintainers, this part of packages would deleted from db or stay forever?
For example, a package named "airflow-sbf-utils", it has a row in this db like:
airflow-sbf-utils: { py3: { 0.1.1: { airflow_sbf_utils-0.1.1-py3-none-any.whl: { requires_dist: [ "python-decouple", "pymssql", "google-cloud-storage", "SQLAlchemy" ], requires_python: ">=3.9" } }, 0.1.2: { airflow_sbf_utils-0.1.2-py3-none-any.whl: "0.1.1@airflow_sbf_utils-0.1.1-py3-none-any.whl" }, 0.1.3: { airflow_sbf_utils-0.1.3-py3-none-any.whl: "0.1.1@airflow_sbf_utils-0.1.1-py3-none-any.whl" }, 0.1.4: { airflow_sbf_utils-0.1.4-py3-none-any.whl: "0.1.1@airflow_sbf_utils-0.1.1-py3-none-any.whl" }, 0.1.5: { airflow_sbf_utils-0.1.5-py3-none-any.whl: "0.1.1@airflow_sbf_utils-0.1.1-py3-none-any.whl" } } },

However, I find this package metadata through API from pypi like this: https://pypi.org/pypi/airflow_sbf_utils/json, it returns not found.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions