SciDataTool


NameSciDataTool JSON
Version 2.5.0 PyPI version JSON
download
home_pagehttps://github.com/Eomys/SciDataTool
SummaryScientific Data Tool
upload_time2022-08-05 10:19:22
maintainer
docs_urlNone
authorHelene Toubin
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements numpy scipy matplotlib h5py cloudpickle pytest scikit-learn
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SciDataTool
## Presentation
SciDataTool's objective is to provide a **user-friendly, unified, flexible scientific data tool** based on open-source python package.

It is meant to be used by researchers, R&D engineers and teachers in any scientific area. This package allows to efficiently store data fields in the time/space or in the frequency domain, to easily perform **Fourier Transforms**, to extract **slices**, to **convert units**, to **compare** several fields, etc. It also includes intuitive and simplified **plot** commands.

## Origin and status of the project
EOMYS has started an open and non-commercial project named Pyleecan (Python Library for Electrical Engineering Computational Analysis). In this context, a scientific data tool has been implemented with the intent to be as generic as possible. The resulting module could be used in any scientific area, and benefit from exterior developments, hence the idea to create the separated open-source project.

## Documentation
Tutorials are available in the [Tutorials folder](https://github.com/Eomys/SciDataTool/tree/master/Tutorials).

## Contact
You can contact us on Github by opening an issue (to request a feature, ask a question or report a bug).
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Eomys/SciDataTool",
    "name": "SciDataTool",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Helene Toubin",
    "author_email": "helene.toubin@eomys.com",
    "download_url": "https://files.pythonhosted.org/packages/fb/63/c9c2a2e9771c645580788efbbd1342b7465d201a7c05b3dcda527518964e/SciDataTool-2.5.0.tar.gz",
    "platform": null,
    "description": "# SciDataTool\n## Presentation\nSciDataTool's objective is to provide a **user-friendly, unified, flexible scientific data tool** based on open-source python package.\n\nIt is meant to be used by researchers, R&D engineers and teachers in any scientific area. This package allows to efficiently store data fields in the time/space or in the frequency domain, to easily perform **Fourier Transforms**, to extract **slices**, to **convert units**, to **compare** several fields, etc. It also includes intuitive and simplified **plot** commands.\n\n## Origin and status of the project\nEOMYS has started an open and non-commercial project named Pyleecan (Python Library for Electrical Engineering Computational Analysis). In this context, a scientific data tool has been implemented with the intent to be as generic as possible. The resulting module could be used in any scientific area, and benefit from exterior developments, hence the idea to create the separated open-source project.\n\n## Documentation\nTutorials are available in the [Tutorials folder](https://github.com/Eomys/SciDataTool/tree/master/Tutorials).\n\n## Contact\nYou can contact us on Github by opening an issue (to request a feature, ask a question or report a bug).",
    "bugtrack_url": null,
    "license": "",
    "summary": "Scientific Data Tool",
    "version": "2.5.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb63c9c2a2e9771c645580788efbbd1342b7465d201a7c05b3dcda527518964e",
                "md5": "92e7a5b27f9f60b73a3c971cec97b641",
                "sha256": "71d516f0a9df7e81242cc3a9112d53fbe24e8144fe71f0e760116aa60e285d2d"
            },
            "downloads": -1,
            "filename": "SciDataTool-2.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "92e7a5b27f9f60b73a3c971cec97b641",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 117597,
            "upload_time": "2022-08-05T10:19:22",
            "upload_time_iso_8601": "2022-08-05T10:19:22.696385Z",
            "url": "https://files.pythonhosted.org/packages/fb/63/c9c2a2e9771c645580788efbbd1342b7465d201a7c05b3dcda527518964e/SciDataTool-2.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-08-05 10:19:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Eomys",
    "github_project": "SciDataTool",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    ">",
                    "1.19.5"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    ">=",
                    "1.4.1"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    ">=",
                    "3.3.2"
                ]
            ]
        },
        {
            "name": "h5py",
            "specs": [
                [
                    ">=",
                    "3.2.1"
                ]
            ]
        },
        {
            "name": "cloudpickle",
            "specs": [
                [
                    ">=",
                    "1.3.0"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    ">=",
                    "5.4.1"
                ]
            ]
        },
        {
            "name": "scikit-learn",
            "specs": []
        }
    ],
    "lcname": "scidatatool"
}
        
Elapsed time: 0.07465s