my-wasde-package


Namemy-wasde-package JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryA client for downloading and querying WASDE CSV data
upload_time2025-02-17 20:11:29
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT
keywords wasde usda csv client
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # My WASDE Package

A client for downloading and querying USDA [WASDE](https://www.usda.gov/oce/commodity-markets/wasde) (World Agricultural Supply and Demand Estimates) CSV data.

## Overview

This package automates the process of:
1. Checking for the latest monthly WASDE report data (published as CSV).
2. Downloading and appending new data to your existing local `Wasde.csv`.
3. Providing a `WasdeCSVClient` class for easy querying and light transformations (like pivoting attributes or computing “Use” and “STU”).

## Features
- Auto-download updated CSV from USDA website.
- Append new months to your local dataset.
- Query by commodity, region, or multiple regions at once.
- Convenient partitioning of estimates (e.g., current year vs. last year vs. two years ago).
- Compute custom fields like “Use” and “STU.”

## Installation

If you’ve published this package to PyPI, install with:

```bash
pip install my-wasde-package

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "my-wasde-package",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "WASDE, USDA, csv, client",
    "author": null,
    "author_email": "Your Name <you@example.com>",
    "download_url": "https://files.pythonhosted.org/packages/a5/6c/89a69948ebb0765b71f53675307c2fc4c2d28a41712c23a03e05efa20eb1/my_wasde_package-0.1.1.tar.gz",
    "platform": null,
    "description": "# My WASDE Package\n\nA client for downloading and querying USDA [WASDE](https://www.usda.gov/oce/commodity-markets/wasde) (World Agricultural Supply and Demand Estimates) CSV data.\n\n## Overview\n\nThis package automates the process of:\n1. Checking for the latest monthly WASDE report data (published as CSV).\n2. Downloading and appending new data to your existing local `Wasde.csv`.\n3. Providing a `WasdeCSVClient` class for easy querying and light transformations (like pivoting attributes or computing \u201cUse\u201d and \u201cSTU\u201d).\n\n## Features\n- Auto-download updated CSV from USDA website.\n- Append new months to your local dataset.\n- Query by commodity, region, or multiple regions at once.\n- Convenient partitioning of estimates (e.g., current year vs. last year vs. two years ago).\n- Compute custom fields like \u201cUse\u201d and \u201cSTU.\u201d\n\n## Installation\n\nIf you\u2019ve published this package to PyPI, install with:\n\n```bash\npip install my-wasde-package\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A client for downloading and querying WASDE CSV data",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [
        "wasde",
        " usda",
        " csv",
        " client"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7fe54d641ec46e0ae41e8e9c86e0add83f79e7e96cf14aed92884c448d49cd83",
                "md5": "845a18ca34db5dd69cc2bbe95b2f7c6a",
                "sha256": "82c5de14ea3aa866ad376e03e16ab496456722cbc2f427d9f70a5202812ea79d"
            },
            "downloads": -1,
            "filename": "my_wasde_package-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "845a18ca34db5dd69cc2bbe95b2f7c6a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4825,
            "upload_time": "2025-02-17T20:11:27",
            "upload_time_iso_8601": "2025-02-17T20:11:27.778818Z",
            "url": "https://files.pythonhosted.org/packages/7f/e5/4d641ec46e0ae41e8e9c86e0add83f79e7e96cf14aed92884c448d49cd83/my_wasde_package-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a56c89a69948ebb0765b71f53675307c2fc4c2d28a41712c23a03e05efa20eb1",
                "md5": "66e608be7ed7d2b8dc5b23a38e60fa93",
                "sha256": "96cba737c01547d69ceac51d2aeb6f38197b8cd4ec29f845e14853ee3e7fd44f"
            },
            "downloads": -1,
            "filename": "my_wasde_package-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "66e608be7ed7d2b8dc5b23a38e60fa93",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4634,
            "upload_time": "2025-02-17T20:11:29",
            "upload_time_iso_8601": "2025-02-17T20:11:29.014858Z",
            "url": "https://files.pythonhosted.org/packages/a5/6c/89a69948ebb0765b71f53675307c2fc4c2d28a41712c23a03e05efa20eb1/my_wasde_package-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-17 20:11:29",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "my-wasde-package"
}
        
Elapsed time: 0.38776s