An open API service for producing an overview of a list of open source projects.

https://github.com/ormar-orm/ormar

alembic async-orm databases fastapi orm pydantic python-orm sqlalchemy

Score: 24.48788285071482

Last synced: about 4 hours ago
JSON representation

Repository metadata:

python async orm with fastapi in mind and pydantic validation


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: about 12 hours ago

Total Commits: 1,346
Total Committers: 45
Avg Commits per committer: 29.911
Development Distribution Score (DDS): 0.51

Commits in past year: 115
Committers in past year: 6
Avg Commits per committer in past year: 19.167
Development Distribution Score (DDS) in past year: 0.183

Name Email Commits
collerek c****k@g****m 659
dependabot[bot] 4****] 578
huangsong h****g@l****m 30
johnthagen j****n 6
EspenAlbert a****n@g****m 6
Sepehr Bazyar b****r@g****m 5
Mojix Coder m****r@g****m 5
Pavel w****0@l****u 4
haydeec1 E****l@j****u 4
xiechen x****n@j****m 3
Micheal Gendy m****l@s****h 2
Abdeldjalil-H d****3@g****m 2
Maxim Srour m****m@g****m 2
Boemjay b****r@l****e 2
Joshua Kifer j****a@m****m 2
Peter DeVita m****3@y****m 2
Sondre Lillebø Gundersen s****g@l****o 2
Timothée Mazzucotelli p****y@p****e 2
smorokin 3****n 2
sysy 1****l 2
Camillo c****b@g****m 2
Roan Song (SPAN) r****g@s****m 1
Chaoying 3****z 1
程序猿过家家 8****8 1
wesleylima w****a@g****m 1
peerchemist d****8@g****m 1
jannyware-inc j****e@g****m 1
inktrap i****p 1
es3n1n m****e@e****n 1
erichaydel e****l@g****m 1
and 15 more...

Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 1
Total pull requests: 11
Average time to close issues: N/A
Average time to close pull requests: about 10 hours
Total issue authors: 1
Total pull request authors: 3
Average comments per issue: 2.0
Average comments per pull request: 1.45
Merged pull request: 2
Bot issues: 0
Bot pull requests: 7

Past year issues: 1
Past year pull requests: 11
Past year average time to close issues: N/A
Past year average time to close pull requests: about 10 hours
Past year issue authors: 1
Past year pull request authors: 3
Past year average comments per issue: 2.0
Past year average comments per pull request: 1.45
Past year merged pull request: 2
Past year bot issues: 0
Past year bot pull requests: 7

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/ormar-orm/ormar

Top Issue Authors

  • MaximSrour (1)

Top Pull Request Authors

  • dependabot[bot] (7)
  • collerek (3)
  • MaximSrour (1)

Top Issue Labels

  • enhancement (1)

Top Pull Request Labels

  • dependencies (7)
  • python (6)
  • github_actions (1)

Package metadata

pypi.org: ormar

An async ORM with fastapi in mind and pydantic validation.


Dependencies

poetry.lock pypi
  • 117 dependencies
pyproject.toml pypi
  • codecov ^2.1.12 develop
  • dataclasses >=0.6.0,<0.8 || >0.8,<1.0.0 develop
  • fastapi >=0.70.1,<0.79 develop
  • flake8 ^3.9.2 develop
  • flake8-bandit ^3.0.0 develop
  • flake8-black ^0.3.3 develop
  • flake8-bugbear ^22.7.1 develop
  • flake8-builtins ^1.5.3 develop
  • flake8-cognitive-complexity ^0.1.0 develop
  • flake8-expression-complexity ^0.0.11 develop
  • flake8-functions ^0.0.7 develop
  • flake8-import-order ^0.18.1 develop
  • flake8-variables-names ^0.0.5 develop
  • mkdocs ^1.2.3 develop
  • mkdocs-gen-files ^0.3.5 develop
  • mkdocs-literate-nav ^0.4.1 develop
  • mkdocs-material >=8.1.2,<8.4 develop
  • mkdocs-material-extensions ^1.0.3 develop
  • mkdocs-section-index ^0.3.4 develop
  • mkdocstrings ==0.19.0 develop
  • mypy ^0.961 develop
  • pre-commit ^2.20.0 develop
  • pytest ^7.1.2 develop
  • pytest-asyncio ^0.18.3 develop
  • pytest-cov ^3.0.0 develop
  • types-PyMySQL ^1.0.19 develop
  • types-aiofiles ^0.8.9 develop
  • types-cryptography ^3.3.21 develop
  • types-enum34 ^1.1.1 develop
  • types-ipaddress ^1.0.1 develop
  • types-orjson ^3.6.1 develop
  • types-pkg-resources ^0.1.3 develop
  • types-requests ^2.27.31 develop
  • types-toml ^0.10.7 develop
  • types-ujson ^5.3.0 develop
  • yappi ^1.3.5 develop
  • PyMySQL >=0.9,<=0.9.3
  • SQLAlchemy >=1.3.18,<1.4.40
  • aiomysql >=0.0.21,<0.0.23
  • aiopg ^1.3.3
  • aiosqlite ^0.17.0
  • asyncpg >=0.24,<0.27
  • cryptography >=35,<38
  • databases >=0.3.2,!=0.5.0,!=0.5.1,!=0.5.2,!=0.5.3,<0.6.1
  • importlib-metadata >=3.1
  • mysqlclient ^2.1.0
  • orjson >=3.6.4
  • psycopg2-binary ^2.9.1
  • pydantic >=1.6.1,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<=1.9.1
  • python ^3.7.0
  • typing-extensions >=3.7,<=5.0
.github/workflows/type-check.yml actions
  • actions/checkout v6 composite
  • actions/setup-python v6 composite
  • snok/install-poetry v1.4 composite
.github/workflows/test_docs.yml actions
  • actions/checkout v6 composite
  • actions/setup-python v6 composite
  • snok/install-poetry v1.4 composite
.github/workflows/lint.yml actions
  • actions/checkout v6 composite
  • actions/setup-python v6 composite
  • snok/install-poetry v1.4 composite
.github/workflows/auto-merge-dependabot.yml actions
  • dependabot/fetch-metadata v1.6.0 composite
  • hmarr/auto-approve-action v3.2.1 composite
.github/workflows/deploy-docs.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/python-publish.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • snok/install-poetry v1.3 composite
.github/workflows/test-package.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • codecov/codecov-action v3.1.4 composite
  • paambaati/codeclimate-action v5.0.0 composite
  • mysql 5.7 docker
  • postgres 10.8 docker
scripts/docker-compose.yml docker
  • mysql 5.7
  • postgres 10.8
.github/workflows/benchmark.yml actions
  • CodSpeedHQ/action v2 composite
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • snok/install-poetry v1.3.3 composite