Code Monkey home page Code Monkey logo

jawfish's People

Contributors

dimopouloselias avatar evan-sa avatar gingeleski avatar neolithera avatar soen-vanned avatar

Stargazers

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

Watchers

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

jawfish's Issues

Refactor as an exposed API

From issue #7 -

... it would be more useful in such a setup. It could be included in a devops pipeline. The UI could go to Electron from the current browser-based solution.

Parameter parsing

Looking at the Python source - there's some hurdle with the program getting information from the html form. Whereas if you manually pass the variables in, it's fine. I had written it so the form puts the variables into the URL, then the Python/Brython was hypothetically parsing the URL. However that doesn't appear to work.

Ultimately this generates a "targeting error" to the visual output in the web application.

Installation fails due to conflicting Werkzeug version

Hi, users are unable to run jawfish due to dependency conflict with Werkzeug package.
As shown in the following full dependency graph of jawfish, jawfish requires Werkzeug==0.11.11,while flask>=0.12.3 requires Werkzeug>=0.15.

According to pip’s “first found wins” installation strategy, Werkzeug==0.11.11 is the actually installed version. However, Werkzeug==0.11.11 does not satisfy Werkzeug>=0.15.

Dependency tree

jawfish-master
| +-flask(version range:>=0.12.3)
| | +-click(version range:>=5.1)
| | +-itsdangerous(version range:>=0.24)
| | +-jinja2(version range:>=2.10.1)
| | | +-markupsafe(version range:>=0.23)
| | +-werkzeug(version range:>=0.15)
| +-flask-sslify(version range:==0.1.5)
| | +-flask(version range:*)
| | | +-click(version range:>=5.1)
| | | +-itsdangerous(version range:>=0.24)
| | | +-jinja2(version range:>=2.10.1)
| | | | +-markupsafe(version range:>=0.23)
| | | +-werkzeug(version range:>=0.15)
| +-itsdangerous(version range:==0.24)
| +-jinja2(version range:>=2.10.1)
| | +-markupsafe(version range:>=0.23)
| +-markupsafe(version range:==0.23)
| +-werkzeug(version range:==0.11.11)
| +-wtforms(version range:==2.1)

Thanks for your help.
Best,
Neolith

Unable to run

python /jawfish/run.py 
Traceback (most recent call last):
  File "/jawfish/run.py", line 2, in <module>
    from jawfish import app
  File "/jawfish/jawfish/__init__.py", line 1, in <module>
    from flask import Flask
ImportError: No module named flask

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.