Code Monkey home page Code Monkey logo

Comments (13)

getcake avatar getcake commented on June 10, 2024 2

yup totally alive here, new release is in the works.

from flask-googlemaps.

bglogic avatar bglogic commented on June 10, 2024

Please note that the latest release is wrongly tagged 4.1.1.2, I think @Riverfount meant 0.4.1.2 instead.

from flask-googlemaps.

bglogic avatar bglogic commented on June 10, 2024

That must be wrong. The author and maintainers (@rochacbruno, @Riverfount, and @getcake) all have recent online activities (GitHub, Twitter, etc.).

from flask-googlemaps.

austinworks avatar austinworks commented on June 10, 2024

There's now a deprecation warning for from flask import Markup, it would be great to put out an update that resolves this.

from flask-googlemaps.

KashaMalaga avatar KashaMalaga commented on June 10, 2024

Coming here because same happened after Flask moved into 3.0 this dependencie its broken :(
There's now a deprecation warning for from flask import Markup, it would be great to put out an update that resolves this.

from flask-googlemaps.

KashaMalaga avatar KashaMalaga commented on June 10, 2024

To survive for a while just use markupsafe and remove it from flask
\Lib\site-packages\flask_googlemaps_init_.py

from flask import Blueprint, g, render_template
from markupsafe import Markup

from flask-googlemaps.

rochacbruno avatar rochacbruno commented on June 10, 2024

If there is a PR that can meke it work with all versions of flask I am happy to merge and release.

try:
   from flask import Markup
except ImportError:
   from markupsafe import Markup

from flask-googlemaps.

KashaMalaga avatar KashaMalaga commented on June 10, 2024

Here you have it @rochacbruno
flask_googlemaps @ git+https://github.com/KashaMalaga/Flask3-GoogleMaps.git@master

from flask-googlemaps.

dmtzs avatar dmtzs commented on June 10, 2024

Hi @getcake , the release still in progress? @Riverfount

from flask-googlemaps.

agent-squirrel avatar agent-squirrel commented on June 10, 2024

Hi @getcake , the release still in progress? @Riverfount

Looks like abondonware.

from flask-googlemaps.

Riverfount avatar Riverfount commented on June 10, 2024

Hi @getcake , the release still in progress? @Riverfount

Looks like abondonware.

I pass the maintenance e @getcake, because I don't have time to work in this project!

from flask-googlemaps.

agent-squirrel avatar agent-squirrel commented on June 10, 2024

Hi @getcake , the release still in progress? @Riverfount

Looks like abondonware.

I pass the maintenance e @getcake, because I don't have time to work in this project!

That's fine. There still hasn't been a push in years so it is technically abondonware regardless of who "maintains" it. In it's current state the project is broken on any recent version of Flask.

I'm not throwing shade, just stating facts.

from flask-googlemaps.

rochacbruno avatar rochacbruno commented on June 10, 2024

is there any volunteer to become co-maintainer? we can give access to the repo and pypi

from flask-googlemaps.

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.