sd-download


Namesd-download JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://bitbucket.org/robin-radar-systems/sd-api-download-pip-package.git
SummaryPackage to download files to the Robin Radar API
upload_time2023-01-18 17:59:50
maintainer
docs_urlNone
authorRobin Radar Systems
requires_python
licenseMIT
keywords python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Package to download files to the Robin Radar API

# new version notifcation -> force user to update

# check version of package API and compare to version of package installed on user's machine

# if version of package API is greater than version of package installed on user's machine, then force user to update

# if version of package API is less than or equal to version of package installed on user's machine, then continue

## How to run the upload script?

If you have a pip package that you have installed, you should be able to run the main script from the command line using the python -m command.

The basic format for running a script from a pip package using the python -m command is as follows:

python -m <package_name>.<module_name>

Where package_name is the name of the package and module_name is the name of the module that contains the script you want to run.

For example, if the package you installed is called "mypackage" and the script you want to run is called "main.py", you would run the following command:

python -m mypackage.main

The above command assume that the package has been properly installed and the python path include this package path.

Another way to do this would be to add the package to your environment variable and run the main script directly.

export PYTHONPATH=$PYTHONPATH:/path/to/mypackage

python /path/to/mypackage/main.py

It's important to note that the exact command you'll need to run will depend on the specific package and its file structure, so you may need to adjust the command accordingly.

If you are not sure about the package_name or module_name you can use pip to check it by typing in the shell:

pip show <package_name>

It will show you the package details including the path where it is located.



            

Raw data

            {
    "_id": null,
    "home_page": "https://bitbucket.org/robin-radar-systems/sd-api-download-pip-package.git",
    "name": "sd-download",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python",
    "author": "Robin Radar Systems",
    "author_email": "tivadar.kamondy@robinradar.com",
    "download_url": "https://files.pythonhosted.org/packages/0d/dc/abf8efc71c8cd85a2c42c5b583bdfbe9000c3f37f14857e4c10ea897799c/sd_download-0.1.4.tar.gz",
    "platform": null,
    "description": "# Package to download files to the Robin Radar API\n\n# new version notifcation -> force user to update\n\n# check version of package API and compare to version of package installed on user's machine\n\n# if version of package API is greater than version of package installed on user's machine, then force user to update\n\n# if version of package API is less than or equal to version of package installed on user's machine, then continue\n\n## How to run the upload script?\n\nIf you have a pip package that you have installed, you should be able to run the main script from the command line using the python -m command.\n\nThe basic format for running a script from a pip package using the python -m command is as follows:\n\npython -m <package_name>.<module_name>\n\nWhere package_name is the name of the package and module_name is the name of the module that contains the script you want to run.\n\nFor example, if the package you installed is called \"mypackage\" and the script you want to run is called \"main.py\", you would run the following command:\n\npython -m mypackage.main\n\nThe above command assume that the package has been properly installed and the python path include this package path.\n\nAnother way to do this would be to add the package to your environment variable and run the main script directly.\n\nexport PYTHONPATH=$PYTHONPATH:/path/to/mypackage\n\npython /path/to/mypackage/main.py\n\nIt's important to note that the exact command you'll need to run will depend on the specific package and its file structure, so you may need to adjust the command accordingly.\n\nIf you are not sure about the package_name or module_name you can use pip to check it by typing in the shell:\n\npip show <package_name>\n\nIt will show you the package details including the path where it is located.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Package to download files to the Robin Radar API",
    "version": "0.1.4",
    "split_keywords": [
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b27eef191836a67808ead6f4ed54c193f4acc43b6181f8386a0e99b37367356",
                "md5": "12204c7af17a9debffdb940d19fb5b4b",
                "sha256": "5cb43786c3f9a9b914029881dc8a9c82e5a85075fcd2703fa774e1a141638d6d"
            },
            "downloads": -1,
            "filename": "sd_download-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "12204c7af17a9debffdb940d19fb5b4b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6245,
            "upload_time": "2023-01-18T17:59:49",
            "upload_time_iso_8601": "2023-01-18T17:59:49.491175Z",
            "url": "https://files.pythonhosted.org/packages/8b/27/eef191836a67808ead6f4ed54c193f4acc43b6181f8386a0e99b37367356/sd_download-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ddcabf8efc71c8cd85a2c42c5b583bdfbe9000c3f37f14857e4c10ea897799c",
                "md5": "95ea13fb2ba85af20fa164c2d1150cf9",
                "sha256": "12e8803b8c62ef0bd8799a97e0d8159d1fd19ba6b7c146ea2bd9dd12b349903e"
            },
            "downloads": -1,
            "filename": "sd_download-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "95ea13fb2ba85af20fa164c2d1150cf9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4160,
            "upload_time": "2023-01-18T17:59:50",
            "upload_time_iso_8601": "2023-01-18T17:59:50.451483Z",
            "url": "https://files.pythonhosted.org/packages/0d/dc/abf8efc71c8cd85a2c42c5b583bdfbe9000c3f37f14857e4c10ea897799c/sd_download-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-18 17:59:50",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "bitbucket_user": "robin-radar-systems",
    "bitbucket_project": "sd-api-download-pip-package.git",
    "lcname": "sd-download"
}
        
Elapsed time: 0.03006s