Coder Social home page Coder Social logo

Comments (1)

jaraco avatar jaraco commented on June 21, 2024 1

Hi Lada-Gagina. I'm happy to answer questions. I do only check Github intermittently, so that's why there's sometimes a delay.

Although there are some cases where pkg_resources loads the version from the filename, there are other places where it loads the version from the metadata.

There are some cases where a version number isn't available or accurate in the metadata file, so importlib metadata attempts to rely on the metadata as the canonical source for all metadata, including version. Another reason for not relying on the filename is that the Python import system offers extensible interfaces for package providers such that the packages and their metadata can exist without a file system at all, where the metadata could be stored in a database for example.

If I had to guess, I expect the reason that pkg_resources relied on the version in the filename was for efficiency - if one can assume the version is in the filename, it can save many stat and read operations to extract the version from the metadata. Unfortunately, that's just not a reliable source of truth, so it's no longer used.

I hope that answers the question. I'll close this for now, but feel free to follow-up if needed.

from importlib_metadata.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.