getajob


Namegetajob JSON
Version 0.8.1 PyPI version JSON
download
home_page
Summary
upload_time2023-10-14 11:08:07
maintainer
docs_urlNone
authorYour Name
requires_python>=3.11,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # shared
Stores All Business Logic for the Angies Job Board Backend



Patterns of this repository


You'll see some common file names in each of the contexts in this repo

The contexts may be embedded into each other if they are expected to be stored as children
For instance, you'll find the Resume context under a user because it is a direct relationship

BUT, you'll find the Application context at the "Parent" level because it is a 
shared entity between a user and a company/job.


Each context will have files matching this pattern, some may have all of these and 
others may only have a portion of these files depending on what is needed

models
enumerations
search
repository
unit_of_work
async_service

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "getajob",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Your Name",
    "author_email": "you@example.com",
    "download_url": "https://files.pythonhosted.org/packages/b7/81/5a4a94783bd3d5e0674968ed27d6415d54c86fa5c80f039ee6db1779631f/getajob-0.8.1.tar.gz",
    "platform": null,
    "description": "# shared\nStores All Business Logic for the Angies Job Board Backend\n\n\n\nPatterns of this repository\n\n\nYou'll see some common file names in each of the contexts in this repo\n\nThe contexts may be embedded into each other if they are expected to be stored as children\nFor instance, you'll find the Resume context under a user because it is a direct relationship\n\nBUT, you'll find the Application context at the \"Parent\" level because it is a \nshared entity between a user and a company/job.\n\n\nEach context will have files matching this pattern, some may have all of these and \nothers may only have a portion of these files depending on what is needed\n\nmodels\nenumerations\nsearch\nrepository\nunit_of_work\nasync_service\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "0.8.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d87d07a141540c6ebc5456775424eefdd3592f7f84d99907caa03f645d29de0",
                "md5": "8ae00c15699c65d02c44bebb019a67a0",
                "sha256": "3c7443df3d6367e37d9edc3e626cee324df8e8efe4adfd03451aa85084a1443f"
            },
            "downloads": -1,
            "filename": "getajob-0.8.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8ae00c15699c65d02c44bebb019a67a0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 1226092,
            "upload_time": "2023-10-14T11:07:59",
            "upload_time_iso_8601": "2023-10-14T11:07:59.472641Z",
            "url": "https://files.pythonhosted.org/packages/8d/87/d07a141540c6ebc5456775424eefdd3592f7f84d99907caa03f645d29de0/getajob-0.8.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7815a4a94783bd3d5e0674968ed27d6415d54c86fa5c80f039ee6db1779631f",
                "md5": "521dc443c50f814d12cfb291fcd3c5bd",
                "sha256": "1e0d8af1c41adeea758052ca50e145b2250f32bdf99593732499fa250ca6b461"
            },
            "downloads": -1,
            "filename": "getajob-0.8.1.tar.gz",
            "has_sig": false,
            "md5_digest": "521dc443c50f814d12cfb291fcd3c5bd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 1153400,
            "upload_time": "2023-10-14T11:08:07",
            "upload_time_iso_8601": "2023-10-14T11:08:07.440365Z",
            "url": "https://files.pythonhosted.org/packages/b7/81/5a4a94783bd3d5e0674968ed27d6415d54c86fa5c80f039ee6db1779631f/getajob-0.8.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-14 11:08:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "getajob"
}
        
Elapsed time: 0.66721s