pythonairplanepictures


Namepythonairplanepictures JSON
Version 2.0.0 PyPI version JSON
download
home_page
SummaryA module that gets images from airplane-pictures.net
upload_time2023-02-04 13:21:45
maintainer
docs_urlNone
authorGlltchyy
requires_python>=3.9
licenseMIT License Copyright (c) 2023 gllitchyy 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 airplane airplanes pictures downloader
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## PythonAirplanePictures
A python module that gets images from [airplane-pictures.net]

pip install pythonairplanepictures

Functions:
- getRandomImage(amountOfImages, download, printOutput) # Gets a random image
- getRandomPage(AmountOfPages, Download, PrintOutput) # Gets a random page
- getTopPages(AmountOfPages, Download, PrintOutput) # Gets the top pages

Python dependicies used:
- requests
- random
- os
- re

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pythonairplanepictures",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "airplane,airplanes,pictures,downloader",
    "author": "Glltchyy",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/99/4e/fd2e511d29970af2d0fb27dc5f082423937db67ec3d3dd45680cfba2682d/pythonairplanepictures-2.0.0.tar.gz",
    "platform": null,
    "description": "## PythonAirplanePictures\nA python module that gets images from [airplane-pictures.net]\n\npip install pythonairplanepictures\n\nFunctions:\n- getRandomImage(amountOfImages, download, printOutput) # Gets a random image\n- getRandomPage(AmountOfPages, Download, PrintOutput) # Gets a random page\n- getTopPages(AmountOfPages, Download, PrintOutput) # Gets the top pages\n\nPython dependicies used:\n- requests\n- random\n- os\n- re\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 gllitchyy  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": "A module that gets images from airplane-pictures.net",
    "version": "2.0.0",
    "split_keywords": [
        "airplane",
        "airplanes",
        "pictures",
        "downloader"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cfed6a9a541b3e4a405f0b16ebea3482bb1c819a5c2780f18ff6e779a41c5820",
                "md5": "7fe8a35164276f84cea92938dcfb7b55",
                "sha256": "8c3e3217639338d956048cf35d3104fdea090ec630afc9927cd0baa0e282cf71"
            },
            "downloads": -1,
            "filename": "pythonairplanepictures-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7fe8a35164276f84cea92938dcfb7b55",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4113,
            "upload_time": "2023-02-04T13:21:43",
            "upload_time_iso_8601": "2023-02-04T13:21:43.748125Z",
            "url": "https://files.pythonhosted.org/packages/cf/ed/6a9a541b3e4a405f0b16ebea3482bb1c819a5c2780f18ff6e779a41c5820/pythonairplanepictures-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "994efd2e511d29970af2d0fb27dc5f082423937db67ec3d3dd45680cfba2682d",
                "md5": "2366bf3322cd5c1dbe31879c59ba838e",
                "sha256": "b166b95d39f02bdaea8ce9c02748b5b3b7089e6616b00210fb4dd6a57deaf957"
            },
            "downloads": -1,
            "filename": "pythonairplanepictures-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2366bf3322cd5c1dbe31879c59ba838e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 2973,
            "upload_time": "2023-02-04T13:21:45",
            "upload_time_iso_8601": "2023-02-04T13:21:45.728294Z",
            "url": "https://files.pythonhosted.org/packages/99/4e/fd2e511d29970af2d0fb27dc5f082423937db67ec3d3dd45680cfba2682d/pythonairplanepictures-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-04 13:21:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pythonairplanepictures"
}
        
Elapsed time: 0.04738s