django-autotask


Namedjango-autotask JSON
Version 1.5.2 PyPI version JSON
download
home_pagehttps://github.com/KerkhoffTechnologies/django-autotask
SummaryDjango app for working with Autotask. Defines models (tickets, members, companies, etc.) and callbacks.
upload_time2023-09-11 22:05:43
maintainer
docs_urlNone
authorKerkhoff Technologies Inc.
requires_python
licenseMIT
keywords django autotask rest api python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ## django-autotask

Django app for working with Autotask. Defines models (tickets,
resources, accounts, etc.).

## Requirements

-  Python 3.5
-  Django 2.0

Other versions may work; we haven't tried.

## Installation

From source:

    git clone git@github.com:KerkhoffTechnologies/django-autotask.git
    cd django-autotask
    python setup.py install

## Usage

1. Add to INSTALLED_APPS

    ```
    INSTALLED_APPS = [
        ...
        'djautotask',
        ...
    ]
    ```


## Testing

```
pip install --upgrade -r requirements_test.txt
```

Try one of:

    ./runtests.py
    python setup.py test
    make test

## Contributing

- Fork this repo
- Make a branch
- Make your improvements

    Making migrations? Run:

    ```
    ./makemigrations.py
    ```

- Run the tests (see above)
- Make a pull request

## License

MIT

## Copyright

©2018 Kerkhoff Technologies Inc.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/KerkhoffTechnologies/django-autotask",
    "name": "django-autotask",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "django autotask rest api python",
    "author": "Kerkhoff Technologies Inc.",
    "author_email": "matt@kerkhofftech.ca",
    "download_url": "https://files.pythonhosted.org/packages/79/b1/631f48b1ef7050115c27abea8c68c8eb524d7a7b1bbbeb9eaecb3e314e54/django-autotask-1.5.2.tar.gz",
    "platform": null,
    "description": "## django-autotask\n\nDjango app for working with Autotask. Defines models (tickets,\nresources, accounts, etc.).\n\n## Requirements\n\n-  Python 3.5\n-  Django 2.0\n\nOther versions may work; we haven't tried.\n\n## Installation\n\nFrom source:\n\n    git clone git@github.com:KerkhoffTechnologies/django-autotask.git\n    cd django-autotask\n    python setup.py install\n\n## Usage\n\n1. Add to INSTALLED_APPS\n\n    ```\n    INSTALLED_APPS = [\n        ...\n        'djautotask',\n        ...\n    ]\n    ```\n\n\n## Testing\n\n```\npip install --upgrade -r requirements_test.txt\n```\n\nTry one of:\n\n    ./runtests.py\n    python setup.py test\n    make test\n\n## Contributing\n\n- Fork this repo\n- Make a branch\n- Make your improvements\n\n    Making migrations? Run:\n\n    ```\n    ./makemigrations.py\n    ```\n\n- Run the tests (see above)\n- Make a pull request\n\n## License\n\nMIT\n\n## Copyright\n\n\u00a92018 Kerkhoff Technologies Inc.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Django app for working with Autotask. Defines models (tickets, members, companies, etc.) and callbacks.",
    "version": "1.5.2",
    "project_urls": {
        "Homepage": "https://github.com/KerkhoffTechnologies/django-autotask"
    },
    "split_keywords": [
        "django",
        "autotask",
        "rest",
        "api",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79b1631f48b1ef7050115c27abea8c68c8eb524d7a7b1bbbeb9eaecb3e314e54",
                "md5": "e8c54859e607977362c3da0b0c0ab7ce",
                "sha256": "e30cba031f146378d2b3535c39b80c7b22b3a87372ff39a153cdb7baa6a9c67f"
            },
            "downloads": -1,
            "filename": "django-autotask-1.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e8c54859e607977362c3da0b0c0ab7ce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 185343,
            "upload_time": "2023-09-11T22:05:43",
            "upload_time_iso_8601": "2023-09-11T22:05:43.903800Z",
            "url": "https://files.pythonhosted.org/packages/79/b1/631f48b1ef7050115c27abea8c68c8eb524d7a7b1bbbeb9eaecb3e314e54/django-autotask-1.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-11 22:05:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "KerkhoffTechnologies",
    "github_project": "django-autotask",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "django-autotask"
}
        
Elapsed time: 0.11431s