dls-toolkit


Namedls-toolkit JSON
Version 0.1.5 PyPI version JSON
download
home_page
SummaryA set of my common tools.
upload_time2024-02-11 20:26:32
maintainer
docs_urlNone
authorDustin Sampson
requires_python>=3.10,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DLS Toolkit

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

## Description

A set of my common tools.


## Installation

`pip install dls-toolkit`

## Environment Variables

```

# Google Cloud

GOOGLE_APPLICATION_CREDENTIALS - Path to the Google Cloud Service Account JSON file.
    Needs access to:
        - Google Drive

# AWS

AWS_ACCESS_KEY_ID - AWS Access Key
AWS_SECRET_ACCESS_KEY - AWS Secret Access Key
AWS_REGION - AWS Region
    Needs access to:
        - Billing

```

## License

This project is licensed under the [MIT License](LICENSE).

## Contact

- [GitHub](https://github.com/your-username)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "dls-toolkit",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Dustin Sampson",
    "author_email": "dustin@sparkgeo.com",
    "download_url": "https://files.pythonhosted.org/packages/10/a3/ff11f8289895a9c84a47963867da11ac7f6cd1790a1e34218e19f0bdb5a7/dls_toolkit-0.1.5.tar.gz",
    "platform": null,
    "description": "# DLS Toolkit\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\n## Description\n\nA set of my common tools.\n\n\n## Installation\n\n`pip install dls-toolkit`\n\n## Environment Variables\n\n```\n\n# Google Cloud\n\nGOOGLE_APPLICATION_CREDENTIALS - Path to the Google Cloud Service Account JSON file.\n    Needs access to:\n        - Google Drive\n\n# AWS\n\nAWS_ACCESS_KEY_ID - AWS Access Key\nAWS_SECRET_ACCESS_KEY - AWS Secret Access Key\nAWS_REGION - AWS Region\n    Needs access to:\n        - Billing\n\n```\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Contact\n\n- [GitHub](https://github.com/your-username)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A set of my common tools.",
    "version": "0.1.5",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24172ac855ed499cdebbed6db7b50898d9ddea1805c66f0eee168ca10948d89a",
                "md5": "b278ec7c7e8e6f898affbf9e85972669",
                "sha256": "ca6325a88e0c6ccbb4456bd6897b55f4610d60d8d7ea95302b6cda1037e08e64"
            },
            "downloads": -1,
            "filename": "dls_toolkit-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b278ec7c7e8e6f898affbf9e85972669",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 5934,
            "upload_time": "2024-02-11T20:26:31",
            "upload_time_iso_8601": "2024-02-11T20:26:31.397426Z",
            "url": "https://files.pythonhosted.org/packages/24/17/2ac855ed499cdebbed6db7b50898d9ddea1805c66f0eee168ca10948d89a/dls_toolkit-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10a3ff11f8289895a9c84a47963867da11ac7f6cd1790a1e34218e19f0bdb5a7",
                "md5": "1aa879d3b065f0eb1ec4bd00a3458c48",
                "sha256": "6782e9daeed5a4a7877d0d40ca7dcd536cc258be0f7909324f762b049dd6a23c"
            },
            "downloads": -1,
            "filename": "dls_toolkit-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "1aa879d3b065f0eb1ec4bd00a3458c48",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 4617,
            "upload_time": "2024-02-11T20:26:32",
            "upload_time_iso_8601": "2024-02-11T20:26:32.469399Z",
            "url": "https://files.pythonhosted.org/packages/10/a3/ff11f8289895a9c84a47963867da11ac7f6cd1790a1e34218e19f0bdb5a7/dls_toolkit-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-11 20:26:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dls-toolkit"
}
        
Elapsed time: 0.23340s