flask-restful
Simple framework for creating REST APIs
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
8 of 158 committers (5.1%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.6%) to scientific vocabulary
Keywords from Contributors
Repository
Simple framework for creating REST APIs
Basic Info
- Host: GitHub
- Owner: flask-restful
- License: bsd-3-clause
- Language: Python
- Default Branch: master
- Homepage: http://flask-restful.readthedocs.io
- Size: 1.06 MB
Statistics
- Stars: 6,915
- Watchers: 173
- Forks: 1,040
- Open Issues: 143
- Releases: 6
Metadata Files
README.md
Flask-RESTful
Flask-RESTful provides the building blocks for creating a great REST API.
User Guide
You'll find the user guide and all documentation here
Owner
- Name: flask-restful
- Login: flask-restful
- Kind: organization
- Repositories: 1
- Profile: https://github.com/flask-restful
GitHub Events
Total
- Issues event: 1
- Watch event: 121
- Issue comment event: 1
- Pull request event: 5
- Fork event: 19
Last Year
- Issues event: 1
- Watch event: 121
- Issue comment event: 1
- Pull request event: 5
- Fork event: 19
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Kevin Burke | k****n@t****m | 92 |
| Josh Friend | j****d@m****m | 79 |
| Doug Black | d****k@t****m | 48 |
| Josh Friend | j****h@f****m | 31 |
| Guillaume BINET | g****n@g****t | 16 |
| Ryan Horn | r****n@t****m | 12 |
| Andriy Yurchuk | a****k@m****t | 12 |
| Sam Kimbrel | s****l@t****m | 11 |
| Joshua C. Randall | j****l@a****u | 10 |
| Giorgio Salluzzo | g****o@g****m | 10 |
| Alex Morken | a****x@i****g | 9 |
| silasray | s****y@g****m | 8 |
| Yaniv Aknin | y****v@a****e | 8 |
| Frank Stratton | e****i@e****m | 7 |
| JuneHyeon Bae | d****t@g****m | 7 |
| Miguel Grinberg | m****0@g****m | 7 |
| ueg1990 | u****0@g****m | 7 |
| Catherine Devlin | c****n@g****v | 7 |
| lyschoening | l****s@l****e | 6 |
| Sven-Hendrik Haase | sh@l****m | 6 |
| Kevin Deldycke | k****n@d****m | 6 |
| Axel Haustant | n****e@g****m | 5 |
| Daniele Esposti | d****i@g****m | 5 |
| Heston Liebowitz | h****z@l****m | 4 |
| Michael Hwang | h****g@g****m | 4 |
| Kyle Conroy | k****y@g****m | 4 |
| David Baumgold | d****d@d****m | 4 |
| bret barker | b****t@a****t | 3 |
| Max Peterson | c****r@g****m | 3 |
| Gilles Dartiguelongue | g****e@e****g | 3 |
| and 128 more... | ||
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 83
- Total pull requests: 50
- Average time to close issues: about 1 year
- Average time to close pull requests: about 1 year
- Total issue authors: 80
- Total pull request authors: 45
- Average comments per issue: 3.98
- Average comments per pull request: 1.16
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 15 minutes
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ewanhamilton (2)
- joshfriend (2)
- bodgit (2)
- TawfikYasser (1)
- DiaoBoomSky (1)
- NT-19 (1)
- jakubczaplicki (1)
- mrchenxxx (1)
- BookerLoL (1)
- yangyuexiong (1)
- rosjat (1)
- bbartling (1)
- Dedoque (1)
- aaronk-cb (1)
- Jieszs (1)
Pull Request Authors
- MarkWine (3)
- DevPS-513 (2)
- a-detiste (2)
- dpep (2)
- wdlowry (2)
- arun-n-a (2)
- rebeccaalpert (2)
- SuperSandro2000 (2)
- cluser404 (2)
- codevoke (2)
- SoyUnAtum (2)
- menglutao (1)
- glanzz (1)
- ISDS18 (1)
- dougroyal (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 4
-
Total downloads:
- pypi 3,089,877 last-month
- Total docker downloads: 57,412,224
-
Total dependent packages: 125
(may contain duplicates) -
Total dependent repositories: 4,211
(may contain duplicates) - Total versions: 41
- Total maintainers: 8
pypi.org: flask-restful
Simple framework for creating REST APIs
- Homepage: https://www.github.com/flask-restful/flask-restful/
- Documentation: https://flask-restful.readthedocs.io/
- License: BSD
-
Latest release: 0.3.10
published about 3 years ago
Rankings
Maintainers (8)
proxy.golang.org: github.com/flask-restful/flask-restful
- Documentation: https://pkg.go.dev/github.com/flask-restful/flask-restful#section-documentation
- License: bsd-3-clause
-
Latest release: v0.3.9
published about 5 years ago
Rankings
conda-forge.org: flask-restful
- Homepage: https://www.github.com/flask-restful/flask-restful/
- License: BSD-3-Clause
-
Latest release: 0.3.9
published about 5 years ago
Rankings
anaconda.org: flask-restful
Flask-RESTful is an extension for Flask that adds support for quickly building REST APIs. It is a lightweight abstraction that works with your existing ORM/libraries. Flask-RESTful encourages best practices with minimal setup. If you are familiar with Flask, Flask-RESTful should be easy to pick up.
- Homepage: https://github.com/flask-restful/flask-restful/
- License: BSD-3-Clause
-
Latest release: 0.3.9
published over 3 years ago
Rankings
Dependencies
- blinker *
- mock >=0.8
- nose >=1.1.2
- nosexcover *