mognet

Mognet is a fast, simple framework to build distributed applications using task queues.

https://github.com/ds4sd/project-mognet

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Mognet is a fast, simple framework to build distributed applications using task queues.

Basic Info
Statistics
  • Stars: 11
  • Watchers: 3
  • Forks: 4
  • Open Issues: 1
  • Releases: 5
Created about 4 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

Mognet

Mognet is a fast, simple framework to build distributed applications using task queues.

Installing

Mognet can be installed via pip, with:

pip install mognet

Getting Started and Documentation

We recommend having a look at the Documentation.

Contributing

Please read Contributing to Mognet for details.

References

If you use Mognet in your projects, please consider citing the following:

bib @software{Project Mognet, author = {DeepSearch Team}, month = {4}, title = {{Project Mognet}}, url = {https://github.com/DS4SD/project-mognet}, version = {main}, year = {2022} }

License

The Mognet codebase is under MIT license. For individual model usage, please refer to the model licenses found in the original packages.

Owner

  • Name: DeepSearch 4 (Scientific) Discovery
  • Login: DS4SD
  • Kind: organization
  • Email: deepsearch-core@zurich.ibm.com

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use Mognet, please consider citing as below."
authors:
  - family-names: Team
    given-names: DeepSearch
title: "Project Mognet"
version: 1.3.1
url: "https://github.com/DS4SD/project-mognet"
# doi: TBD
date-released: 2022-04-25

GitHub Events

Total
  • Watch event: 3
  • Fork event: 2
Last Year
  • Watch event: 3
  • Fork event: 2

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 10
  • Average time to close issues: N/A
  • Average time to close pull requests: 12 days
  • Total issue authors: 0
  • Total pull request authors: 4
  • Average comments per issue: 0
  • Average comments per pull request: 1.7
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
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
Pull Request Authors
  • SantanaTiago (4)
  • dolfim-ibm (3)
  • RedRoserade (2)
  • kdinkla (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 37 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 5
  • Total maintainers: 1
pypi.org: mognet

Mognet is a fast, simple framework to build distributed applications using task queues.

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 37 Last month
Rankings
Dependent packages count: 10.0%
Average: 18.2%
Downloads: 18.4%
Stargazers count: 18.5%
Dependent repos count: 21.7%
Forks count: 22.6%
Maintainers (1)
Last synced: 10 months ago

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
.github/workflows/docs.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
.github/workflows/pypi.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
.devcontainer/Dockerfile docker
  • mcr.microsoft.com/vscode/devcontainers/python 0-${VARIANT} build
demo/pyproject.toml pypi
  • black ^22.1.0 develop
  • pylint ^2.12.2 develop
  • pytest ^7.1.1 develop
  • pytest-asyncio ^0.18.2 develop
  • requests ^2.27.1 develop
  • aiobotocore ^2.2.0
  • fastapi ^0.75.0
  • mognet ^1.3.1
  • motor ^2.5.1
  • python ^3.8
  • python-multipart ^0.0.5
  • uvicorn ^0.17.6
demo/requirements.txt pypi
  • aio-pika ==6.8.2
  • aiobotocore ==2.2.0
  • aiohttp ==3.8.1
  • aioitertools ==0.10.0
  • aioredis ==2.0.1
  • aiormq ==3.3.1
  • aiorun ==2021.10.1
  • aiosignal ==1.2.0
  • anyio ==3.5.0
  • asgiref ==3.5.0
  • astroid ==2.9.3
  • async-timeout ==4.0.2
  • atomicwrites ==1.4.0
  • attrs ==21.4.0
  • black ==22.1.0
  • botocore ==1.24.21
  • certifi ==2021.10.8
  • charset-normalizer ==2.0.12
  • click ==8.0.4
  • colorama ==0.4.4
  • fastapi ==0.75.0
  • frozenlist ==1.3.0
  • future ==0.18.2
  • h11 ==0.13.0
  • hiredis ==2.0.0
  • httptools ==0.4.0
  • idna ==3.3
  • iniconfig ==1.1.1
  • isort ==5.10.1
  • jmespath ==1.0.0
  • lazy-object-proxy ==1.7.1
  • mccabe ==0.6.1
  • mognet ==1.3.2
  • motor ==2.5.1
  • multidict ==6.0.2
  • mypy-extensions ==0.4.3
  • packaging ==21.3
  • pamqp ==2.3.0
  • pathspec ==0.9.0
  • platformdirs ==2.5.1
  • pluggy ==1.0.0
  • py ==1.11.0
  • pydantic ==1.9.0
  • pylint ==2.12.2
  • pymongo ==3.12.3
  • pyparsing ==3.0.7
  • pytest ==7.1.1
  • pytest-asyncio ==0.18.2
  • python-dateutil ==2.8.2
  • python-dotenv ==0.19.2
  • python-multipart ==0.0.5
  • pyyaml ==6.0
  • requests ==2.27.1
  • six ==1.16.0
  • sniffio ==1.2.0
  • starlette ==0.17.1
  • tabulate ==0.8.9
  • toml ==0.10.2
  • tomli ==2.0.1
  • treelib ==1.6.1
  • typer ==0.4.0
  • typing-extensions ==4.1.1
  • urllib3 ==1.26.9
  • uvicorn ==0.17.6
  • uvloop ==0.16.0
  • watchgod ==0.8.1
  • websockets ==10.2
  • wrapt ==1.13.3
  • yarl ==1.7.2
poetry.lock pypi
  • aio-pika 6.8.2
  • aiormq 3.3.1
  • aiorun 2021.10.1
  • astroid 2.11.5
  • astunparse 1.6.3
  • async-timeout 4.0.2
  • atomicwrites 1.4.0
  • attrs 21.4.0
  • black 22.3.0
  • click 8.1.3
  • colorama 0.4.4
  • coverage 6.3.3
  • deprecated 1.2.13
  • dill 0.3.5.1
  • future 0.18.2
  • ghp-import 2.1.0
  • hiredis 2.0.0
  • idna 3.3
  • importlib-metadata 4.11.3
  • iniconfig 1.1.1
  • isort 5.10.1
  • jinja2 3.0.3
  • lazy-object-proxy 1.7.1
  • markdown 3.3.7
  • markupsafe 2.1.1
  • mccabe 0.7.0
  • mergedeep 1.3.4
  • mkdocs 1.3.0
  • mkdocs-autorefs 0.4.1
  • mkdocs-material 8.2.15
  • mkdocs-material-extensions 1.0.3
  • mkdocs-typer 0.0.2
  • mkdocstrings 0.18.1
  • mkdocstrings-python-legacy 0.2.2
  • multidict 6.0.2
  • mypy-extensions 0.4.3
  • packaging 21.3
  • pamqp 2.3.0
  • pathspec 0.9.0
  • platformdirs 2.5.2
  • pluggy 1.0.0
  • py 1.11.0
  • pydantic 1.9.1
  • pygments 2.12.0
  • pylint 2.13.9
  • pymdown-extensions 9.4
  • pyparsing 3.0.9
  • pytest 7.1.2
  • pytest-asyncio 0.18.3
  • pytest-cov 3.0.0
  • python-dateutil 2.8.2
  • pytkdocs 0.16.1
  • pyyaml 6.0
  • pyyaml-env-tag 0.1
  • redis 4.3.1
  • setuptools 68.2.2
  • six 1.16.0
  • tabulate 0.9.0
  • tomli 2.0.1
  • treelib 1.6.1
  • typer 0.4.1
  • typing-extensions 4.2.0
  • watchdog 2.1.8
  • wheel 0.41.2
  • wrapt 1.14.1
  • yarl 1.7.2
  • zipp 3.8.0
pyproject.toml pypi
  • Jinja2 <3.1.0 develop
  • black ^22.1.0 develop
  • mkdocs ^1.2.3 develop
  • mkdocs-material ^8.2.6 develop
  • mkdocs-typer ^0.0.2 develop
  • mkdocstrings ^0.18.1 develop
  • pylint ^2.12.2 develop
  • pytest ^7.0.1 develop
  • pytest-asyncio ^0.18.1 develop
  • pytest-cov ^3.0.0 develop
  • aio-pika ^6.8.0
  • aiorun ^2021.10.1
  • pydantic ^1.8.0
  • python ^3.8
  • redis ^4.2.2
  • tabulate ^0.9.0
  • treelib ^1.6.0
  • typer ^0.4.0
  • typing-extensions >=3.10.0.0