slim

[WIP] web framework provides instant restful api for sql table.

https://github.com/fy0/slim

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.4%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

[WIP] web framework provides instant restful api for sql table.

Basic Info
Statistics
  • Stars: 42
  • Watchers: 5
  • Forks: 13
  • Open Issues: 2
  • Releases: 0
Created about 9 years ago · Last pushed over 2 years ago
Metadata Files
Readme Changelog License Roadmap

readme.md

Python package PyPI version codecov Maintainability

A Web framework provides instant restful api for your database.

  • Based on ASGI.

  • Instant restful api for your database model.

  • Automatic api document (rendered by redoc).

  • Form validate by schematics

  • Access control supported

  • CLI to create project

  • Test friendly

SDK

Links

Contributors

Projects

  • Icarus A opensource forum project write with python3 and vue.js

Owner

  • Name: fy
  • Login: fy0
  • Kind: user
  • Location: China

Game Developer

GitHub Events

Total
Last Year

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 309
  • Total Committers: 7
  • Avg Commits per committer: 44.143
  • Development Distribution Score (DDS): 0.359
Top Committers
Name Email Commits
fy f****0@q****m 198
fy f****8@g****m 90
fh 8****0@q****m 14
leexuanhe 2****8@q****m 3
ubuntu 4****1@q****m 2
hlx70375 h****5@g****m 1
0xNone 4****1@q****m 1
Committer Domains (Top 20 + Academic)
qq.com: 5

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 1
  • Total pull requests: 19
  • Average time to close issues: N/A
  • Average time to close pull requests: 28 days
  • Total issue authors: 1
  • Total pull request authors: 5
  • Average comments per issue: 4.0
  • Average comments per pull request: 1.26
  • Merged pull requests: 12
  • Bot issues: 0
  • Bot pull requests: 1
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • 1980744819 (1)
Pull Request Authors
  • FH-C (10)
  • 0xn0ne (4)
  • hlx70375 (2)
  • dependabot[bot] (2)
  • leexuanhe (2)
Top Labels
Issue Labels
Pull Request Labels
dependencies (2) enhancement (1)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 465 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 48
  • Total versions: 124
  • Total maintainers: 1
pypi.org: slim

A Web framework provides instant restful api for your database.

  • Versions: 124
  • Dependent Packages: 0
  • Dependent Repositories: 48
  • Downloads: 465 Last month
  • Docker Downloads: 0
Rankings
Dependent repos count: 2.1%
Docker downloads count: 3.9%
Average: 7.6%
Downloads: 9.8%
Forks count: 9.9%
Stargazers count: 10.0%
Dependent packages count: 10.0%
Maintainers (1)
fy
Last synced: 11 months ago

Dependencies

setup.py pypi
  • aiofiles >=0.4.0,<0.6
  • click >=7.0,<8.0
  • dataclasses *
  • msgpack >=0.5.6,<2.0
  • multidict >=4.5,<5.0
  • python-multipart ==0.0.5
  • schematics >=2.1.0,<2.2.0
  • typing_extensions >=3.6.5
  • uvicorn >0.11.0,<0.12.0
  • yarl >=1.0,<1.5
slim_cli/template/requirements.txt pypi
  • aiohttp >=3
  • msgpack ==1.0.0
  • peewee ==3.13.1
  • slim ==SLIM_VERSION
.github/workflows/pythonpackage.yml actions
  • actions/checkout v1 composite
  • actions/setup-python v1 composite