.. -*- mode: rst -*-
|AppVeyor|_ |Codecov|_ |ReadTheDocs|_ |PythonVersion|_ |Pypi|_
.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/pvkh4hic8rpxcoyn?svg=true
.. _AppVeyor: https://ci.appveyor.com/project/paris-saclay-cds/specio/history
.. |Codecov| image:: https://codecov.io/gh/paris-saclay-cds/specio/branch/master/graph/badge.svg
.. _Codecov: https://codecov.io/gh/paris-saclay-cds/specio
.. |ReadTheDocs| image:: https://readthedocs.org/projects/specio/badge/?version=latest
.. _ReadTheDocs: http://specio.readthedocs.io/en/latest/?badge=latest
.. |PythonVersion| image:: https://img.shields.io/pypi/pyversions/specio-py310.svg
.. _PythonVersion: https://pypi.org/project/specio-py310/
.. |Pypi| image:: https://badge.fury.io/py/specio-py310.svg
.. _Pypi: https://pypi.org/project/specio-py310/
specio-py310
============
specio-py310 is a library which allows to easily open spectroscopic format currently
available. It is widely inspired by the `imageio <https://github.com/imageio/imageio>`__ architecture.
Documentation
-------------
Installation documentation, API documentation, and examples can be found on the
documentation_.
.. _documentation: http://specio.readthedocs.io/
Installation
------------
Dependencies
~~~~~~~~~~~~
The following dependencies are mandatory:
* numpy
* six
In addition, there is the following optional dependencies
required by some readers and to export into CSV:
* pandas
* spc
* pyopenms
You can install all these dependencies via pip::
pip install -r requirements.txt
User installation
~~~~~~~~~~~~~~~~~
You can install the package using pip and the PyPi repository::
pip install -U specio-py310
Alternatively, you can clone it and run the setup.py file. Use the following
commands to get a copy from Github and install::
git clone https://github.com/BjornMelin/specio-py310.git
cd specio-py310
pip install .
You can also install the master branch directly with pip::
pip install git+https://github.com/BjornMelin/specio-py310.git
Raw data
{
"_id": null,
"home_page": "https://github.com/BjornMelin/specio-py310",
"name": "specio-py310",
"maintainer": "Bjorn Melin",
"docs_url": null,
"requires_python": null,
"maintainer_email": "bjornmelin16@gmail.com",
"keywords": null,
"author": "Guillaume Lemaitre",
"author_email": "g.lemaitre58@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/7d/af/d9d9f70fbbc2c4aced557a5dd8d381fb285d126506689c88a9a7b8b4edc1/specio_py310-0.1.0.post2.tar.gz",
"platform": "OS Independent",
"description": ".. -*- mode: rst -*-\r\n\r\n\r\n\r\n|AppVeyor|_ |Codecov|_ |ReadTheDocs|_ |PythonVersion|_ |Pypi|_\r\n\r\n\r\n\r\n.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/pvkh4hic8rpxcoyn?svg=true\r\n\r\n.. _AppVeyor: https://ci.appveyor.com/project/paris-saclay-cds/specio/history\r\n\r\n\r\n\r\n.. |Codecov| image:: https://codecov.io/gh/paris-saclay-cds/specio/branch/master/graph/badge.svg\r\n\r\n.. _Codecov: https://codecov.io/gh/paris-saclay-cds/specio\r\n\r\n\r\n\r\n.. |ReadTheDocs| image:: https://readthedocs.org/projects/specio/badge/?version=latest\r\n\r\n.. _ReadTheDocs: http://specio.readthedocs.io/en/latest/?badge=latest\r\n\r\n\r\n\r\n.. |PythonVersion| image:: https://img.shields.io/pypi/pyversions/specio-py310.svg\r\n\r\n.. _PythonVersion: https://pypi.org/project/specio-py310/\r\n\r\n\r\n\r\n.. |Pypi| image:: https://badge.fury.io/py/specio-py310.svg\r\n\r\n.. _Pypi: https://pypi.org/project/specio-py310/\r\n\r\n\r\n\r\nspecio-py310\r\n\r\n============\r\n\r\n\r\n\r\nspecio-py310 is a library which allows to easily open spectroscopic format currently\r\n\r\navailable. It is widely inspired by the `imageio <https://github.com/imageio/imageio>`__ architecture.\r\n\r\n\r\n\r\nDocumentation\r\n\r\n-------------\r\n\r\n\r\n\r\nInstallation documentation, API documentation, and examples can be found on the\r\n\r\ndocumentation_.\r\n\r\n\r\n\r\n.. _documentation: http://specio.readthedocs.io/\r\n\r\n\r\n\r\nInstallation\r\n\r\n------------\r\n\r\n\r\n\r\nDependencies\r\n\r\n~~~~~~~~~~~~\r\n\r\n\r\n\r\nThe following dependencies are mandatory:\r\n\r\n\r\n\r\n* numpy\r\n\r\n* six\r\n\r\n\r\n\r\nIn addition, there is the following optional dependencies\r\n\r\nrequired by some readers and to export into CSV:\r\n\r\n\r\n\r\n* pandas\r\n\r\n* spc\r\n\r\n* pyopenms\r\n\r\n\r\n\r\nYou can install all these dependencies via pip::\r\n\r\n\r\n\r\n pip install -r requirements.txt\r\n\r\n\r\n\r\nUser installation\r\n\r\n~~~~~~~~~~~~~~~~~\r\n\r\n\r\n\r\nYou can install the package using pip and the PyPi repository::\r\n\r\n\r\n\r\n pip install -U specio-py310\r\n\r\n\r\n\r\nAlternatively, you can clone it and run the setup.py file. Use the following\r\n\r\ncommands to get a copy from Github and install::\r\n\r\n\r\n\r\n git clone https://github.com/BjornMelin/specio-py310.git\r\n\r\n cd specio-py310\r\n\r\n pip install .\r\n\r\n\r\n\r\nYou can also install the master branch directly with pip::\r\n\r\n\r\n\r\n pip install git+https://github.com/BjornMelin/specio-py310.git\r\n\r\n",
"bugtrack_url": null,
"license": "BSD3",
"summary": "specio_py310: Python input/output for spectroscopic files. A modified version of SpecIO for Python 3.10+ compatibility",
"version": "0.1.0.post2",
"project_urls": {
"Download": "https://github.com/BjornMelin/specio-py310/archive/refs/tags/0.1.0.post2.tar.gz",
"Homepage": "https://github.com/BjornMelin/specio-py310"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7c4820fd8056f79abd411be22e44a356010c49d890369622ae597cea601e8a92",
"md5": "0ff62b0f1ac641f6dcab7c6fe2568a76",
"sha256": "380fd1758b3061b34470afab5c569b2bf4874107b333be6fef2c4659a2de6df0"
},
"downloads": -1,
"filename": "specio_py310-0.1.0.post2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0ff62b0f1ac641f6dcab7c6fe2568a76",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 11152357,
"upload_time": "2024-10-28T18:45:59",
"upload_time_iso_8601": "2024-10-28T18:45:59.130407Z",
"url": "https://files.pythonhosted.org/packages/7c/48/20fd8056f79abd411be22e44a356010c49d890369622ae597cea601e8a92/specio_py310-0.1.0.post2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7dafd9d9f70fbbc2c4aced557a5dd8d381fb285d126506689c88a9a7b8b4edc1",
"md5": "e1c5bb7c0476b84a898391e284ac7c9d",
"sha256": "94dbacbfee40205502c7e8693611121ff3e4bde94e346c3a7a27edbbafc8e8cb"
},
"downloads": -1,
"filename": "specio_py310-0.1.0.post2.tar.gz",
"has_sig": false,
"md5_digest": "e1c5bb7c0476b84a898391e284ac7c9d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5515211,
"upload_time": "2024-10-28T18:46:02",
"upload_time_iso_8601": "2024-10-28T18:46:02.098442Z",
"url": "https://files.pythonhosted.org/packages/7d/af/d9d9f70fbbc2c4aced557a5dd8d381fb285d126506689c88a9a7b8b4edc1/specio_py310-0.1.0.post2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-28 18:46:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "BjornMelin",
"github_project": "specio-py310",
"travis_ci": true,
"coveralls": true,
"github_actions": false,
"appveyor": true,
"requirements": [],
"lcname": "specio-py310"
}