ed-domain-model


Nameed-domain-model JSON
Version 0.0.13 PyPI version JSON
download
home_pagehttps://github.com/ffekirnew/rmediator
SummaryEasyDrop domain model Package
upload_time2025-01-16 14:03:54
maintainerNone
docs_urlNone
authorFikernew Birhanu
requires_python>=3.6
licenseNone
keywords ed_domain_model pypi package
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Domain Model

## How to Use

### If you have `poetry` installed, 

Run the following command to install dependencies, create a virtual environment, and start the application:
```bash
poetry install
poetry shell
make run
```

### If you don't have `poetry` installed,

Run the following command to run the application inside a docker container:

```bash
make run.docker
```

## API Endpoints
- Open your browser and navigate to `http://localhost:8000/` to view the API documentation.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ffekirnew/rmediator",
    "name": "ed-domain-model",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "ed_domain_model, pypi, package",
    "author": "Fikernew Birhanu",
    "author_email": "fikernew.birhanu.waju@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "# Domain Model\n\n## How to Use\n\n### If you have `poetry` installed, \n\nRun the following command to install dependencies, create a virtual environment, and start the application:\n```bash\npoetry install\npoetry shell\nmake run\n```\n\n### If you don't have `poetry` installed,\n\nRun the following command to run the application inside a docker container:\n\n```bash\nmake run.docker\n```\n\n## API Endpoints\n- Open your browser and navigate to `http://localhost:8000/` to view the API documentation.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "EasyDrop domain model Package",
    "version": "0.0.13",
    "project_urls": {
        "Bug Reports": "https://github.com/easydropet/domain-model/issues",
        "Documentation": "https://github.com/easydropet/domain-model",
        "Homepage": "https://github.com/ffekirnew/rmediator",
        "Source Code": "https://github.com/easydropet/domain-model"
    },
    "split_keywords": [
        "ed_domain_model",
        " pypi",
        " package"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f91bd40d49d68a22f03ae69ab98bc06ec0e5055a983d652d271cc7224eeb07c5",
                "md5": "60ba32c387412f5d38c15bc3970e8d5f",
                "sha256": "ae9817f1316bd2772d65f94db903942d86f77de6f9d7eaf21ee56e589daacb0b"
            },
            "downloads": -1,
            "filename": "ed_domain_model-0.0.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "60ba32c387412f5d38c15bc3970e8d5f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 11572,
            "upload_time": "2025-01-16T14:03:54",
            "upload_time_iso_8601": "2025-01-16T14:03:54.460177Z",
            "url": "https://files.pythonhosted.org/packages/f9/1b/d40d49d68a22f03ae69ab98bc06ec0e5055a983d652d271cc7224eeb07c5/ed_domain_model-0.0.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-16 14:03:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ffekirnew",
    "github_project": "rmediator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "ed-domain-model"
}
        
Elapsed time: 0.43070s