araali


Namearaali JSON
Version 0.0.36 PyPI version JSON
download
home_page
SummaryAraali API
upload_time2023-03-14 17:24:55
maintainer
docs_urlNone
author
requires_python>=2.7
licenseMIT License Copyright (c) 2021 araalinetworks Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Araali API

This is a python library to expose access to Araali APIs

## Help
```
# setup a python3 virtualenv to run araali (one time)
cd ~/
python3 -m venv araaliapienv
source araaliapienv/bin/activate
pip install araali

# every other time (enter the environment you setup)
cd ~/
source araaliapienv/bin/activate
pip install --upgrade araali

# export your api token
export ARAALI_API_TOKEN="<your-token-here>"

# usage help - command line
python -m pydoc araali
python -m araali -h

# from your code
>>> import araali
>>> help(araali)
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "araali",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=2.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "\"Abhishek R. Singh\" <abhishek@araalinetworks.com>",
    "download_url": "https://files.pythonhosted.org/packages/5a/5b/978809375301cd5ffecda65cda7aedbad0cc1911944f522a3bde92ef4043/araali-0.0.36.tar.gz",
    "platform": null,
    "description": "# Araali API\n\nThis is a python library to expose access to Araali APIs\n\n## Help\n```\n# setup a python3 virtualenv to run araali (one time)\ncd ~/\npython3 -m venv araaliapienv\nsource araaliapienv/bin/activate\npip install araali\n\n# every other time (enter the environment you setup)\ncd ~/\nsource araaliapienv/bin/activate\npip install --upgrade araali\n\n# export your api token\nexport ARAALI_API_TOKEN=\"<your-token-here>\"\n\n# usage help - command line\npython -m pydoc araali\npython -m araali -h\n\n# from your code\n>>> import araali\n>>> help(araali)\n```\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2021 araalinetworks  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Araali API",
    "version": "0.0.36",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1d5e9c7eec09fee4e2e830c2838a0884ad34b6e730f7145b1e15906ef419e5e",
                "md5": "5f2bf16105136ee30d587f3468ff0a7f",
                "sha256": "56bcdfb1940633f774d33cafa1c5432e5ec66f0d742fd2b81cb97966ccfbc5cd"
            },
            "downloads": -1,
            "filename": "araali-0.0.36-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5f2bf16105136ee30d587f3468ff0a7f",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=2.7",
            "size": 102690,
            "upload_time": "2023-03-14T17:24:53",
            "upload_time_iso_8601": "2023-03-14T17:24:53.805518Z",
            "url": "https://files.pythonhosted.org/packages/c1/d5/e9c7eec09fee4e2e830c2838a0884ad34b6e730f7145b1e15906ef419e5e/araali-0.0.36-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a5b978809375301cd5ffecda65cda7aedbad0cc1911944f522a3bde92ef4043",
                "md5": "caf6528cf85a401ccb4363a56b6f057d",
                "sha256": "7d63fea8b8ecc295327470f754927fa5dc6b366cb1359e87cf0b2dc0d412d12d"
            },
            "downloads": -1,
            "filename": "araali-0.0.36.tar.gz",
            "has_sig": false,
            "md5_digest": "caf6528cf85a401ccb4363a56b6f057d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7",
            "size": 198698,
            "upload_time": "2023-03-14T17:24:55",
            "upload_time_iso_8601": "2023-03-14T17:24:55.570482Z",
            "url": "https://files.pythonhosted.org/packages/5a/5b/978809375301cd5ffecda65cda7aedbad0cc1911944f522a3bde92ef4043/araali-0.0.36.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-14 17:24:55",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "araali"
}
        
Elapsed time: 0.09035s