pyaccelerator


Namepyaccelerator JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/loiccoyle/pyaccelerator
SummaryAccelerator building blocks.
upload_time2024-06-26 23:03:54
maintainerNone
docs_urlNone
authorLoic Coyle
requires_python<4.0,>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyaccelerator

[![Tests](https://github.com/loiccoyle/accelerator/workflows/tests/badge.svg)](https://github.com/loiccoyle/accelerator/actions?query=workflow%3Atests)
[![Documentation Status](https://readthedocs.org/projects/pyaccelerator/badge/?version=latest)](https://pyaccelerator.readthedocs.io/en/latest/?badge=latest)
[![pypi](https://img.shields.io/pypi/v/pyaccelerator)](https://pypi.org/project/pyaccelerator/)

Python package to build simple toy accelerators.

# Dependencies:
  * `numpy`
  * `matplotlib`
  * `scipy`

# Installation:

```sh
pip install pyaccelerator
```

It usualy a good idea to use a [virtual environment](https://docs.python.org/3/tutorial/venv.html). To create a virtual environment in the `venv` folder (assuming python3):
```sh
python -m venv venv
```

To activate the virtual environment:
```sh
source venv/bin/activate
```

Proceed with the installation to install in the virtual environment.

To deactivate the virtual environment:
```sh
deactivate
```

# Usage:
See the `notebooks` folder for some examples.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/loiccoyle/pyaccelerator",
    "name": "pyaccelerator",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Loic Coyle",
    "author_email": "loic.coyle <loic.coyle@hotmail.fr",
    "download_url": "https://files.pythonhosted.org/packages/92/59/5403bbadc951b16ad6e9d9c12e9b2a8b91eb091175bfa3ca8f3e58484c35/pyaccelerator-0.2.0.tar.gz",
    "platform": null,
    "description": "# pyaccelerator\n\n[![Tests](https://github.com/loiccoyle/accelerator/workflows/tests/badge.svg)](https://github.com/loiccoyle/accelerator/actions?query=workflow%3Atests)\n[![Documentation Status](https://readthedocs.org/projects/pyaccelerator/badge/?version=latest)](https://pyaccelerator.readthedocs.io/en/latest/?badge=latest)\n[![pypi](https://img.shields.io/pypi/v/pyaccelerator)](https://pypi.org/project/pyaccelerator/)\n\nPython package to build simple toy accelerators.\n\n# Dependencies:\n  * `numpy`\n  * `matplotlib`\n  * `scipy`\n\n# Installation:\n\n```sh\npip install pyaccelerator\n```\n\nIt usualy a good idea to use a [virtual environment](https://docs.python.org/3/tutorial/venv.html). To create a virtual environment in the `venv` folder (assuming python3):\n```sh\npython -m venv venv\n```\n\nTo activate the virtual environment:\n```sh\nsource venv/bin/activate\n```\n\nProceed with the installation to install in the virtual environment.\n\nTo deactivate the virtual environment:\n```sh\ndeactivate\n```\n\n# Usage:\nSee the `notebooks` folder for some examples.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Accelerator building blocks.",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/loiccoyle/pyaccelerator",
        "Repository": "https://github.com/loiccoyle/pyaccelerator"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8b6057c5e84844c2106c379de84ac258c5865d9794821fd30bf7c2b3c83ee24",
                "md5": "8294fc51a416b250ba0448ca5de3ba0c",
                "sha256": "b0ec346e58d9e76d7c8f84049d1b8a0f10456b2034d925e6b657d8415a4d7914"
            },
            "downloads": -1,
            "filename": "pyaccelerator-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8294fc51a416b250ba0448ca5de3ba0c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 28805,
            "upload_time": "2024-06-26T23:03:52",
            "upload_time_iso_8601": "2024-06-26T23:03:52.598145Z",
            "url": "https://files.pythonhosted.org/packages/e8/b6/057c5e84844c2106c379de84ac258c5865d9794821fd30bf7c2b3c83ee24/pyaccelerator-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92595403bbadc951b16ad6e9d9c12e9b2a8b91eb091175bfa3ca8f3e58484c35",
                "md5": "00a5551f7bd4d622a5ad3afef93d7c3d",
                "sha256": "6d5e3556e271e84b089f0c4f4963807f817595507655c278e8be6d42f7c4ab4c"
            },
            "downloads": -1,
            "filename": "pyaccelerator-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "00a5551f7bd4d622a5ad3afef93d7c3d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 21429,
            "upload_time": "2024-06-26T23:03:54",
            "upload_time_iso_8601": "2024-06-26T23:03:54.418760Z",
            "url": "https://files.pythonhosted.org/packages/92/59/5403bbadc951b16ad6e9d9c12e9b2a8b91eb091175bfa3ca8f3e58484c35/pyaccelerator-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-26 23:03:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "loiccoyle",
    "github_project": "pyaccelerator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyaccelerator"
}
        
Elapsed time: 0.62620s