Skip to content

added gREST to Flask (under RESTful API category)#890

Closed
mostafa wants to merge 1 commit intovinta:masterfrom
mostafa:master
Closed

added gREST to Flask (under RESTful API category)#890
mostafa wants to merge 1 commit intovinta:masterfrom
mostafa:master

Conversation

@mostafa
Copy link

@mostafa mostafa commented May 24, 2017

What is this Python project?

gREST (Graph-based REST API Framework) is a RESTful API development framework on top of Python, Flask, Neo4j and Neomodel. Its primary purpose is to ease development of RESTful APIs with little effort and miminum amount of code. It has built-in user input validation, relationship handling and multiple serialization options (JSON, XML & YAML).

What's the difference between this Python project and similar ones?

There are no similar projects built for this specific problem area.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.

@mostafa mostafa changed the title added gREST to Flask (under RESTful API category). added gREST to Flask (under RESTful API category) May 24, 2017
@kimthostrup
Copy link

👍

@mostafa
Copy link
Author

mostafa commented Apr 3, 2018

According to the Google BigQuery from the-psf database, this library has been downloaded more than 57000 times! Isn't it awesome?

SELECT
  COUNT(*) as download_count,
FROM
  TABLE_DATE_RANGE(
    [the-psf:pypi.downloads],
    DATE_ADD(CURRENT_TIMESTAMP(), -365, "day"),
    DATE_ADD(CURRENT_TIMESTAMP(), -1, "day")
  )
WHERE
  file.project = 'pygrest'

@vinta vinta force-pushed the master branch 2 times, most recently from 23abd09 to 40cd98b Compare June 6, 2019 19:55
@stale
Copy link

stale bot commented Oct 30, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 30, 2019
@stale stale bot closed this Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants