GithubHelp home page GithubHelp logo

metwork-framework / mfutil Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 1.0 141 KB

misc python functions and classes developed for the metwork framework (but useful in other contexts)

Home Page: http://metwork-framework.org/pub/misc/mfutil/doc

License: BSD 3-Clause "New" or "Revised" License

Python 99.54% Makefile 0.46%
autoreadme integration-level-3 github-actions

mfutil's Introduction

mfutil

Status (master branch)

GitHub CI Maintenance

mfutil

Misc python functions and classes developed for the metwork framework (but useful in other contexts)

Contributing guide

See CONTRIBUTING.md file.

Code of Conduct

See CODE_OF_CONDUCT.md file.

Sponsors

(If you are officially paid to work on MetWork Framework, please contact us to add your company logo here!)

logo

mfutil's People

Contributors

mergify[bot] avatar metworkbot avatar moas avatar thebaptiste avatar thefab avatar

Watchers

 avatar  avatar  avatar

Forkers

moas

mfutil's Issues

eval.py doesn't work with python2

Because functools.partialmethod doesn't exist in python2 and we can't use functools.partial on __init__ function (if we do so, test_eval.py returns the following error) :

s = SandboxedEval(names=variables)
TypeError: unbound method __init__() must be called with _Eval instance as first argument (got nothing instead)

The tests on eval.py in test_eval.py have been bypassed (remove the test on sys.version in this file if you have to work on the current issue)

plugins.list error MFUtilPluginBaseNotInitialized

If we don't start the module, plugins.list returns a stack trace finishing by "mfutil.plugins.MFUtilPluginBaseNotInitialized", is it possible to have a clearer message, indicating to start the service.
Thank you.

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.