Name | flifile JSON |
Version |
1.4.3
JSON |
| download |
home_page | None |
Summary | Read flifiles |
upload_time | 2024-07-29 17:30:05 |
maintainer | None |
docs_url | None |
author | None |
requires_python | <3.13,>=3.10 |
license | None |
keywords |
flifile
lambert instruments
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[![mypy](https://github.com/rharkes/flifile/actions/workflows/mypy.yml/badge.svg)](https://github.com/rharkes/flifile/actions/workflows/mypy.yml)
[![Black](https://github.com/rharkes/flifile/actions/workflows/black.yml/badge.svg)](https://github.com/rharkes/flifile/actions/workflows/black.yml)
[![Black](https://github.com/rharkes/flifile/actions/workflows/pytest.yml/badge.svg)](https://github.com/rharkes/flifile/actions/workflows/pytest.yml)
# flifile
Python code for opening a lambert instruments .fli file
## Requirements
* Numpy
## Examples
Open a local .fli file
```
>>> from flifile import FliFile
>>> myflifile = FliFile('sample_file.fli')
>>> data = myflifile.getdata()
>>> data.shape
(348, 256, 12)
>>> data.mean()
26342.449652777777
```
## Install
`pip install flifile`
https://pypi.org/project/flifile/
## Contribute
* Clone the repository
* Install with the development packages: `pip install -e .[dev]`
Before making a pull request, make sure the following three commands run without errors
* `black .`
* `pytest`
* `mypy`
Raw data
{
"_id": null,
"home_page": null,
"name": "flifile",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.13,>=3.10",
"maintainer_email": null,
"keywords": "flifile, lambert Instruments",
"author": null,
"author_email": "Rolf Harkes <r.harkes@nki.nl>",
"download_url": "https://files.pythonhosted.org/packages/1e/63/7920bd9da44deea2637aed3304d3ae818c0765b479f425ac7c28dbe2e640/flifile-1.4.3.tar.gz",
"platform": null,
"description": "[![mypy](https://github.com/rharkes/flifile/actions/workflows/mypy.yml/badge.svg)](https://github.com/rharkes/flifile/actions/workflows/mypy.yml)\n[![Black](https://github.com/rharkes/flifile/actions/workflows/black.yml/badge.svg)](https://github.com/rharkes/flifile/actions/workflows/black.yml)\n[![Black](https://github.com/rharkes/flifile/actions/workflows/pytest.yml/badge.svg)](https://github.com/rharkes/flifile/actions/workflows/pytest.yml)\n\n# flifile\nPython code for opening a lambert instruments .fli file\n\n## Requirements\n* Numpy\n\n## Examples\nOpen a local .fli file\n```\n>>> from flifile import FliFile\n>>> myflifile = FliFile('sample_file.fli')\n>>> data = myflifile.getdata()\n>>> data.shape\n(348, 256, 12)\n>>> data.mean()\n26342.449652777777\n```\n\n## Install\n`pip install flifile`\n\nhttps://pypi.org/project/flifile/\n\n\n## Contribute\n* Clone the repository\n* Install with the development packages: `pip install -e .[dev]`\n\nBefore making a pull request, make sure the following three commands run without errors\n* `black .`\n* `pytest`\n* `mypy`\n",
"bugtrack_url": null,
"license": null,
"summary": "Read flifiles",
"version": "1.4.3",
"project_urls": {
"Homepage": "https://github.com/rharkes/flifile"
},
"split_keywords": [
"flifile",
" lambert instruments"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3e9a128db96a008d7fe88d80d3dcb0a2b2804d43d2f06ff278b7346f36c51a8d",
"md5": "3421f686d2518f204b588017e9bb2d66",
"sha256": "9d21a28cedd7423939def14b726ada31dfda3ed03ad7523553e48e544c47ab76"
},
"downloads": -1,
"filename": "flifile-1.4.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3421f686d2518f204b588017e9bb2d66",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.10",
"size": 19661,
"upload_time": "2024-07-29T17:30:03",
"upload_time_iso_8601": "2024-07-29T17:30:03.996488Z",
"url": "https://files.pythonhosted.org/packages/3e/9a/128db96a008d7fe88d80d3dcb0a2b2804d43d2f06ff278b7346f36c51a8d/flifile-1.4.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1e637920bd9da44deea2637aed3304d3ae818c0765b479f425ac7c28dbe2e640",
"md5": "11632ae0d5904e235981306375bb4a20",
"sha256": "52cdadc59fad4a5872160829320b43c0b21f96fbf8220c139a1290b4c8810d40"
},
"downloads": -1,
"filename": "flifile-1.4.3.tar.gz",
"has_sig": false,
"md5_digest": "11632ae0d5904e235981306375bb4a20",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.10",
"size": 19857,
"upload_time": "2024-07-29T17:30:05",
"upload_time_iso_8601": "2024-07-29T17:30:05.351363Z",
"url": "https://files.pythonhosted.org/packages/1e/63/7920bd9da44deea2637aed3304d3ae818c0765b479f425ac7c28dbe2e640/flifile-1.4.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-29 17:30:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rharkes",
"github_project": "flifile",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "flifile"
}