Giter Club home page Giter Club logo

backports.cached_property's People

Contributors

gerlero avatar kevinastone avatar mara004 avatar penguinolog avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

backports.cached_property's Issues

No runtime or distribution __version__ when installed from sdist

Thanks for this package!

In trying to package something that has this package as a dependency, I'd like to verify its (many) dependencies with pip check. If a dependency on backports.cached_property carries any version info, it fails here, as the METADATA file shipped has the fallback value of 0.0.0.

Would a PR be welcome that added a __version__?

If so, is there a preference in how to add it?

If there is no preference, I have an anecdotal experience: having had bad luck with other "elegant" approaches, the most stable form I have found is:

  • check in a dumb VERSION text file, shipped in the module source folder
  • at packaging time, read it from setup.cfg with the file: special key
  • at runtime, read with the old-but-not-busted pkgutil... even works inside a .zip

Thanks again!

Add support for Python 2.7

This package would be more useful to me if it also supported Python 2.7. What were the reasons not to support Python 2.7?

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.