driptorch


Namedriptorch JSON
Version 0.8.2 PyPI version JSON
download
home_pagehttps://github.com/silvxlabs/DripTorch
SummaryIgnition pattern simulator for prescribed firing techniques
upload_time2022-10-26 16:16:15
maintainer
docs_urlNone
authorSilvx Labs
requires_python
licenseMIT
keywords ignition pattern fire firing techniques prescribed burn
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![driptorch-logo](https://storage.googleapis.com/holtz-driptorch/gh-repo/img/logo.png)

Ignition pattern simulator for prescribed firing technqiues

## Installation

If you use [Conda](https://anaconda.org/silvxlabs/driptorch), create a new Python 3.10 enviornment and install DripTorch
```
conda create -n myenv python=3.10
conda activate myenv
conda install -c silvxlabs -c conda-forge driptorch
```

You can also install from [PyPI](https://pypi.org/project/driptorch/), however you might need to manually setup [pyproj](https://pyproj4.github.io/pyproj/stable/installation.html).

```
pip install driptorch
```

## Documentation

[Documentation and API Reference](https://silvxlabs.github.io/DripTorch/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/silvxlabs/DripTorch",
    "name": "driptorch",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ignition pattern,fire,firing techniques,prescribed burn",
    "author": "Silvx Labs",
    "author_email": "lucas@silvxlabs.com",
    "download_url": "https://files.pythonhosted.org/packages/da/4f/8cded5a53ff3824c0bef4f416d972689320f57c7591e3473b182d23a2c6a/driptorch-0.8.2.tar.gz",
    "platform": null,
    "description": "![driptorch-logo](https://storage.googleapis.com/holtz-driptorch/gh-repo/img/logo.png)\n\nIgnition pattern simulator for prescribed firing technqiues\n\n## Installation\n\nIf you use [Conda](https://anaconda.org/silvxlabs/driptorch), create a new Python 3.10 enviornment and install DripTorch\n```\nconda create -n myenv python=3.10\nconda activate myenv\nconda install -c silvxlabs -c conda-forge driptorch\n```\n\nYou can also install from [PyPI](https://pypi.org/project/driptorch/), however you might need to manually setup [pyproj](https://pyproj4.github.io/pyproj/stable/installation.html).\n\n```\npip install driptorch\n```\n\n## Documentation\n\n[Documentation and API Reference](https://silvxlabs.github.io/DripTorch/)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Ignition pattern simulator for prescribed firing techniques",
    "version": "0.8.2",
    "split_keywords": [
        "ignition pattern",
        "fire",
        "firing techniques",
        "prescribed burn"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "7fc81c186bbc2eb359a4b0e420260438",
                "sha256": "ee722214224458e5159cc2b8909dd3aa1bdc2c8726b01c3c07c0505e633bb737"
            },
            "downloads": -1,
            "filename": "driptorch-0.8.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7fc81c186bbc2eb359a4b0e420260438",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 31559,
            "upload_time": "2022-10-26T16:16:14",
            "upload_time_iso_8601": "2022-10-26T16:16:14.151606Z",
            "url": "https://files.pythonhosted.org/packages/f7/d5/2dfd8c39aa431d87742e3dcd87b0767350f591c25a3e023e35e554df47a6/driptorch-0.8.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "6aafca94dc27f9bc65054612ac8fed33",
                "sha256": "4ef533db1fa024db001f5c18a3071d6e1f78d6c13166cd6cdebca6e6b5a971cf"
            },
            "downloads": -1,
            "filename": "driptorch-0.8.2.tar.gz",
            "has_sig": false,
            "md5_digest": "6aafca94dc27f9bc65054612ac8fed33",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 23635,
            "upload_time": "2022-10-26T16:16:15",
            "upload_time_iso_8601": "2022-10-26T16:16:15.606750Z",
            "url": "https://files.pythonhosted.org/packages/da/4f/8cded5a53ff3824c0bef4f416d972689320f57c7591e3473b182d23a2c6a/driptorch-0.8.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-10-26 16:16:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "silvxlabs",
    "github_project": "DripTorch",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "driptorch"
}
        
Elapsed time: 0.01755s