nmaquifertool


Namenmaquifertool JSON
Version 0.0.6 PyPI version JSON
download
home_page
SummaryPython tool for interacting with NM_Aquifer database
upload_time2023-06-06 19:41:36
maintainer
docs_urlNone
author
requires_python>=3.7
licenseBSD-3-Clause
keywords water data aquifer database
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NMAquiferTool


# Example usage
## Upload a Water Levels xlsx file

```shell
nmat upload waterlevels --file water_levels.xlsx
```

by default the application will run in "dry-run" mode, i.e. data will not be added to database. 
To add data to database, use the `--commit` flag:

```shell
nmat upload waterlevels --commit --file water_levels.xlsx
```

You can add verbose output with the `--verbose` flag:

```shell
nmat upload waterlevels --commit --verbose --file water_levels.xlsx
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "nmaquifertool",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "water data,aquifer,database",
    "author": "",
    "author_email": "Jake Ross <jake.ross@nmt.edu>",
    "download_url": "https://files.pythonhosted.org/packages/ee/3c/68ffefe81044d9b1fc7bf6c3d12a35dc9ff64d3693288e9e3d8d5cd365c3/nmaquifertool-0.0.6.tar.gz",
    "platform": null,
    "description": "# NMAquiferTool\n\n\n# Example usage\n## Upload a Water Levels xlsx file\n\n```shell\nnmat upload waterlevels --file water_levels.xlsx\n```\n\nby default the application will run in \"dry-run\" mode, i.e. data will not be added to database. \nTo add data to database, use the `--commit` flag:\n\n```shell\nnmat upload waterlevels --commit --file water_levels.xlsx\n```\n\nYou can add verbose output with the `--verbose` flag:\n\n```shell\nnmat upload waterlevels --commit --verbose --file water_levels.xlsx\n```\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Python tool for interacting with NM_Aquifer database",
    "version": "0.0.6",
    "project_urls": null,
    "split_keywords": [
        "water data",
        "aquifer",
        "database"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "868d36cd527ee9b8b4eb5f080ed264cbd82a33402292db30667e1b75efd806cb",
                "md5": "0ebb61aae5c46c8bfac1a2b15a43c4e0",
                "sha256": "0203a84f4c4c503d1e1419f6d7fb9ce34b54e18df9e755075d7ebbc1b7905f14"
            },
            "downloads": -1,
            "filename": "nmaquifertool-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0ebb61aae5c46c8bfac1a2b15a43c4e0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 769440,
            "upload_time": "2023-06-06T19:41:34",
            "upload_time_iso_8601": "2023-06-06T19:41:34.363459Z",
            "url": "https://files.pythonhosted.org/packages/86/8d/36cd527ee9b8b4eb5f080ed264cbd82a33402292db30667e1b75efd806cb/nmaquifertool-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee3c68ffefe81044d9b1fc7bf6c3d12a35dc9ff64d3693288e9e3d8d5cd365c3",
                "md5": "d9d92b46584ff00e219a68d8fac964d3",
                "sha256": "d6f33dc8c4aca7eb816fbf388b6ec2d7688a2f584edef507e0955a6afa7573f9"
            },
            "downloads": -1,
            "filename": "nmaquifertool-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "d9d92b46584ff00e219a68d8fac964d3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 769933,
            "upload_time": "2023-06-06T19:41:36",
            "upload_time_iso_8601": "2023-06-06T19:41:36.280883Z",
            "url": "https://files.pythonhosted.org/packages/ee/3c/68ffefe81044d9b1fc7bf6c3d12a35dc9ff64d3693288e9e3d8d5cd365c3/nmaquifertool-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-06 19:41:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nmaquifertool"
}
        
Elapsed time: 0.07591s