atlassible


Nameatlassible JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://joeldodson.github.io/atlassible
Summarypython package to (kind of ) encapsulate the Atlassian REST APIs
upload_time2024-06-19 20:36:44
maintainerBlindGumption
docs_urlNone
authorJoel Dodson
requires_python<4.0,>=3.10
licenseMIT
keywords atlassian rest api cli command line sdk accessibility a11y web development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # atlassible 

trying to make Atlassian services easier on blind people

## Required  Environment variables 

``` python 
atl_user = os.getenv("ATLASSIAN_USER", "ATLASSIAN_USER is missing")
atl_token = os.getenv("ATLASSIAN_API_TOKEN", "ATLASSIAN_API_TOKEN is missing")
atl_base_url = os.getenv("ATLASSIAN_BASE_URL", "ATLASSIAN_BASE_URL is missing")
atl_api_url = os.getenv("ATLASSIAN_API_URL", "ATLASSIAN_API_URL is missing")
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://joeldodson.github.io/atlassible",
    "name": "atlassible",
    "maintainer": "BlindGumption",
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": "blindgumption@gmail.com",
    "keywords": "Atlassian, REST API, CLI, Command line, SDK, accessibility, a11y, web development",
    "author": "Joel Dodson",
    "author_email": "joeldodson@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3e/01/bf4c536ce9e335c45e3497d01a35a8784445f3460690442ebce0da73f167/atlassible-0.1.1.tar.gz",
    "platform": null,
    "description": "# atlassible \n\ntrying to make Atlassian services easier on blind people\n\n## Required  Environment variables \n\n``` python \natl_user = os.getenv(\"ATLASSIAN_USER\", \"ATLASSIAN_USER is missing\")\natl_token = os.getenv(\"ATLASSIAN_API_TOKEN\", \"ATLASSIAN_API_TOKEN is missing\")\natl_base_url = os.getenv(\"ATLASSIAN_BASE_URL\", \"ATLASSIAN_BASE_URL is missing\")\natl_api_url = os.getenv(\"ATLASSIAN_API_URL\", \"ATLASSIAN_API_URL is missing\")\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "python  package to (kind of ) encapsulate the Atlassian REST APIs",
    "version": "0.1.1",
    "project_urls": {
        "Documentation": "https://joeldodson.github.io/atlassible",
        "Homepage": "https://joeldodson.github.io/atlassible",
        "Repository": "https://github.com/joeldodson/atlassible"
    },
    "split_keywords": [
        "atlassian",
        " rest api",
        " cli",
        " command line",
        " sdk",
        " accessibility",
        " a11y",
        " web development"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fefdd5f903ddc4d6189e3db0d9d7757ec0442e6230e1f5ebfa3634536418cc28",
                "md5": "87dd931f646d3f698865cdf0f58b8838",
                "sha256": "2f34f54970133cf975e12d799533fd2ba72590b76315a601913f0192f39d1758"
            },
            "downloads": -1,
            "filename": "atlassible-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "87dd931f646d3f698865cdf0f58b8838",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 6048,
            "upload_time": "2024-06-19T20:36:42",
            "upload_time_iso_8601": "2024-06-19T20:36:42.507751Z",
            "url": "https://files.pythonhosted.org/packages/fe/fd/d5f903ddc4d6189e3db0d9d7757ec0442e6230e1f5ebfa3634536418cc28/atlassible-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e01bf4c536ce9e335c45e3497d01a35a8784445f3460690442ebce0da73f167",
                "md5": "e6e8cf217d2878888fbd3e8dda000cce",
                "sha256": "8213f9c2a253c7a23f032353df0767d7dfcee849e61a9cb98780e713a2d18d24"
            },
            "downloads": -1,
            "filename": "atlassible-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e6e8cf217d2878888fbd3e8dda000cce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 5034,
            "upload_time": "2024-06-19T20:36:44",
            "upload_time_iso_8601": "2024-06-19T20:36:44.185611Z",
            "url": "https://files.pythonhosted.org/packages/3e/01/bf4c536ce9e335c45e3497d01a35a8784445f3460690442ebce0da73f167/atlassible-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-19 20:36:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "joeldodson",
    "github_project": "atlassible",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "atlassible"
}
        
Elapsed time: 0.27741s