Name | taitale JSON |
Version |
1.0.0
JSON |
| download |
home_page | None |
Summary | taitale a tool to utilize and craft pipelines with ASKAPsoft |
upload_time | 2025-02-11 12:34:17 |
maintainer | None |
docs_url | None |
author | M.Nimalan |
requires_python | >=3.11 |
license | GNU GPLv3 |
keywords |
astronomy
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# taitale
**taitale** a tool to utilize and craft pipelines with [ASKAPsoft](https://gitlab.com/ASKAPSDP) and other radio astronomy tools
taitale can work with either containers or native executables.
The goal is to provide an interface for radio astronomy tools in Python that would allow for easy interpolation with existing astronomy tools and packages like CASA and astropy.
## Installing
### Installing from PyPI
Available soon
### Building from source for development
```sh
# Install Poetry if you haven't already
curl -sSL https://install.python-poetry.org | python3 -
# Install dependencies and the package in development mode
poetry install --with test,dev
# Running tests
poetry run pytest
# Running style checks
poetry run ruff check . # for linting
poetry run black . # for formatting
```
### Building documentation
```sh
poetry install --with docs
poetry run sphinx-build -b html docs/source docs/build/html
```
## Documentation
The API documentation along with example workflows can be found [here](https://taitale.readthedocs.io/en/latest/cookbook.html)
## Why the name?
Taitale is the Etruscan name of Daedalus. This tools strives to excel in **crafting** pipelines
Raw data
{
"_id": null,
"home_page": null,
"name": "taitale",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "astronomy",
"author": "M.Nimalan",
"author_email": "nimalan.m@protonmail.com",
"download_url": "https://files.pythonhosted.org/packages/d6/b8/481f38abb5a40bbb9265b24652922d92c120b55e1720a88e3039844f56ce/taitale-1.0.0.tar.gz",
"platform": null,
"description": "# taitale\n\n**taitale** a tool to utilize and craft pipelines with [ASKAPsoft](https://gitlab.com/ASKAPSDP) and other radio astronomy tools\n\ntaitale can work with either containers or native executables.\n\nThe goal is to provide an interface for radio astronomy tools in Python that would allow for easy interpolation with existing astronomy tools and packages like CASA and astropy.\n\n## Installing\n\n### Installing from PyPI\n\nAvailable soon\n\n### Building from source for development\n\n```sh\n# Install Poetry if you haven't already\ncurl -sSL https://install.python-poetry.org | python3 -\n\n# Install dependencies and the package in development mode\npoetry install --with test,dev\n\n# Running tests\npoetry run pytest\n\n# Running style checks\npoetry run ruff check . # for linting\npoetry run black . # for formatting\n```\n\n### Building documentation\n\n```sh\npoetry install --with docs\npoetry run sphinx-build -b html docs/source docs/build/html\n```\n\n## Documentation\n\nThe API documentation along with example workflows can be found [here](https://taitale.readthedocs.io/en/latest/cookbook.html)\n\n## Why the name?\n\nTaitale is the Etruscan name of Daedalus. This tools strives to excel in **crafting** pipelines\n",
"bugtrack_url": null,
"license": "GNU GPLv3",
"summary": "taitale a tool to utilize and craft pipelines with ASKAPsoft",
"version": "1.0.0",
"project_urls": null,
"split_keywords": [
"astronomy"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "33288f5581cea0169ea4e7e8e3978f8e283bb983a561c2a37a1e57aaf1f29e6e",
"md5": "07327c95289d7019ce9681da4bb7148b",
"sha256": "933da2d060371e259e254f778075ca043076c3b8fef1d7a4917baf3ca879001d"
},
"downloads": -1,
"filename": "taitale-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "07327c95289d7019ce9681da4bb7148b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 34939,
"upload_time": "2025-02-11T12:34:15",
"upload_time_iso_8601": "2025-02-11T12:34:15.749857Z",
"url": "https://files.pythonhosted.org/packages/33/28/8f5581cea0169ea4e7e8e3978f8e283bb983a561c2a37a1e57aaf1f29e6e/taitale-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d6b8481f38abb5a40bbb9265b24652922d92c120b55e1720a88e3039844f56ce",
"md5": "00f27f1b88949953cbba7e6692dbeec0",
"sha256": "fa7c5bd150ee85307f9f8663c72ec7968393dc3a4a2bb4d59edd3cf07c6d2912"
},
"downloads": -1,
"filename": "taitale-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "00f27f1b88949953cbba7e6692dbeec0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 24470,
"upload_time": "2025-02-11T12:34:17",
"upload_time_iso_8601": "2025-02-11T12:34:17.247001Z",
"url": "https://files.pythonhosted.org/packages/d6/b8/481f38abb5a40bbb9265b24652922d92c120b55e1720a88e3039844f56ce/taitale-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-11 12:34:17",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "taitale"
}