Code Monkey home page Code Monkey logo

fuzzy_types's People

Contributors

havok2063 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

hathawsh bradday4

fuzzy_types's Issues

improve custom override of fuzzy mapper and choices attributes

Currently the mapper attribute is set to default return str(item) and the choices property only iterates over string entries. This fails for lists of objects where you want to fuzzy match on a string attribute of the object. This should be improved so mapper can be more easily customized, without also overriding choices.

Support for function callback

I've been using the fuzzy_types repo for the last month and I'm really loving it. One thing I've noticed though is that I need to log instances when the fuzzy match is less than 100. I've implemented this by monkey patching the __getitem__ method of FuzzyBaseDict to log to the console for now.

I think it would be great if the user could pass a callable to any of the FuzzyTypes and that callable would have a standard signature .Then the user could execute any arbitrary code (e.g the logger) when a perfect match isn't found. I forked the repo and got a barebones version of this working rather quickly for FuzzyDict. I'd be happy to polish it up and submit a P.R if you like.

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.