aftpy


Nameaftpy JSON
Version 2.0.2 PyPI version JSON
download
home_pageNone
SummaryPython package to Read, Visualize and download AFTmap data.
upload_time2024-08-21 05:23:23
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords sun dataloader aft sft
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
![Python](https://skillicons.dev/icons?i=py)

# AFTpy
![aftlogo](https://github.com/bibhuraushan/aftpy/blob/main/aftpy_logo.png)

`AFTPy` offers a comprehensive solution for
analyzing and downloading Advective Flux Transport (AFT) data,
streamlining the process of data downloading in parallel and
also facilitating the conversion of H5 files into the most popular
FITS file format or various other formats with ease.

## Installation

### From PyPI (Pip)

```shell
pip install aftpy
```

### From source

```shell
git clone git@github.com:bibhuraushan/aftpy.git
cd aftpy
python -m build
pip install dist/*.whl
```

## Documentation
[AFTpy Documentation](https://bibhuraushan.github.io/aftpy/)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "aftpy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Sun, Dataloader, AFT, SFT",
    "author": null,
    "author_email": "Bibhuti Kumar Jha <bibhuraushan1@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f1/db/1c651360a95df050f10e5da4285bf560bce9988b32101f66bc5deb1bfae6/aftpy-2.0.2.tar.gz",
    "platform": null,
    "description": "\n![Python](https://skillicons.dev/icons?i=py)\n\n# AFTpy\n![aftlogo](https://github.com/bibhuraushan/aftpy/blob/main/aftpy_logo.png)\n\n`AFTPy` offers a comprehensive solution for\nanalyzing and downloading Advective Flux Transport (AFT) data,\nstreamlining the process of data downloading in parallel and\nalso facilitating the conversion of H5 files into the most popular\nFITS file format or various other formats with ease.\n\n## Installation\n\n### From PyPI (Pip)\n\n```shell\npip install aftpy\n```\n\n### From source\n\n```shell\ngit clone git@github.com:bibhuraushan/aftpy.git\ncd aftpy\npython -m build\npip install dist/*.whl\n```\n\n## Documentation\n[AFTpy Documentation](https://bibhuraushan.github.io/aftpy/)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python package to Read, Visualize and download AFTmap data.",
    "version": "2.0.2",
    "project_urls": {
        "Homepage": "https://bibhuraushan.github.io/aftpy",
        "Repository": "https://github.com/me/spam.git"
    },
    "split_keywords": [
        "sun",
        " dataloader",
        " aft",
        " sft"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af35a1b7c08ef482369e68b5d3e1d10cb3db9595a4e6826664626932f6fa5fd0",
                "md5": "57594c44a1e837dbb3638033dd25b082",
                "sha256": "82e8193a6e0485220257afa0b401466d4aad375d40cb8fb64c8eac56663a46ab"
            },
            "downloads": -1,
            "filename": "aftpy-2.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "57594c44a1e837dbb3638033dd25b082",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 17025,
            "upload_time": "2024-08-21T05:23:22",
            "upload_time_iso_8601": "2024-08-21T05:23:22.512526Z",
            "url": "https://files.pythonhosted.org/packages/af/35/a1b7c08ef482369e68b5d3e1d10cb3db9595a4e6826664626932f6fa5fd0/aftpy-2.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1db1c651360a95df050f10e5da4285bf560bce9988b32101f66bc5deb1bfae6",
                "md5": "29334fe3aab2a6b86230bd475fc72f24",
                "sha256": "197de3e0299e54f0dd20137e0edace00f8b616a9d8adce64f1fee10d65256300"
            },
            "downloads": -1,
            "filename": "aftpy-2.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "29334fe3aab2a6b86230bd475fc72f24",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 14951,
            "upload_time": "2024-08-21T05:23:23",
            "upload_time_iso_8601": "2024-08-21T05:23:23.773049Z",
            "url": "https://files.pythonhosted.org/packages/f1/db/1c651360a95df050f10e5da4285bf560bce9988b32101f66bc5deb1bfae6/aftpy-2.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-21 05:23:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "me",
    "github_project": "spam",
    "github_not_found": true,
    "lcname": "aftpy"
}
        
Elapsed time: 0.63622s