# emfile
Basic utility to read tomography data from files in `*.em` format.
## Installation
```bash
pip install emfile
```
## Basic usage
```python
header, data = emfile.read(path, mmap=False, header_only=False)
emfile.write(path, data, overwrite=True)
```
Raw data
{
"_id": null,
"home_page": "https://github.com/brisvag/emfile",
"name": "emfile",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "",
"author": "Lorenzo Gaifas",
"author_email": "lorenzo.gaifas@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/5c/11/3647ed3d691400e669fa799f561ae850204179f809185652c5e7aae8dfe3/emfile-0.3.0.tar.gz",
"platform": "",
"description": "# emfile\n\nBasic utility to read tomography data from files in `*.em` format.\n\n## Installation\n```bash\npip install emfile\n```\n\n## Basic usage\n```python\nheader, data = emfile.read(path, mmap=False, header_only=False)\n\nemfile.write(path, data, overwrite=True)\n```\n\n\n",
"bugtrack_url": null,
"license": "BSD 3-Clause",
"summary": "Basic utility to read tomography data from files in `*.em` format.",
"version": "0.3.0",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d951482938baea53321ad0482544e9147905e96d9e7f29ab368d3a9c59b7e8f9",
"md5": "de30cbf91d980b4194be2979ce2800e9",
"sha256": "cda7eb08b74cacd9ce5b38d1e52abbf08092d7352ed5abe8b2ba50c54412eedf"
},
"downloads": -1,
"filename": "emfile-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "de30cbf91d980b4194be2979ce2800e9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 4787,
"upload_time": "2021-11-25T13:38:41",
"upload_time_iso_8601": "2021-11-25T13:38:41.962836Z",
"url": "https://files.pythonhosted.org/packages/d9/51/482938baea53321ad0482544e9147905e96d9e7f29ab368d3a9c59b7e8f9/emfile-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5c113647ed3d691400e669fa799f561ae850204179f809185652c5e7aae8dfe3",
"md5": "6b80e6780826f92dd40b54c9d7e39150",
"sha256": "d7e9114aac5e2a29db9d77ab669659499c2f8c38ca13a5ff468c39ec89181a9b"
},
"downloads": -1,
"filename": "emfile-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "6b80e6780826f92dd40b54c9d7e39150",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 4081,
"upload_time": "2021-11-25T13:38:43",
"upload_time_iso_8601": "2021-11-25T13:38:43.198196Z",
"url": "https://files.pythonhosted.org/packages/5c/11/3647ed3d691400e669fa799f561ae850204179f809185652c5e7aae8dfe3/emfile-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2021-11-25 13:38:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "brisvag",
"github_project": "emfile",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "emfile"
}