pydress


Namepydress JSON
Version 1.0 PyPI version JSON
download
home_pageNone
SummaryDirectional Relativistic Spectrum Simulator
upload_time2024-04-19 10:11:44
maintainerNone
docs_urlNone
authorJacob Eriksson, Sean Conroy
requires_python>=3.0
licenseNone
keywords python fusion
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pydress
Directional Relativistic Spectrum Simulator (DRESS), mainly developed for fusion reactions.

## Installation
The package is installed by the following sequence of steps:

- Easier method: Install from PyPI 

```
pip install pydress
```

- Clone git repository and pip install local copy

```
git clone https://github.com/jacob-eri/pydress
cd pydress
pip install -e .
```

## Documentation
A short Jupyter notebook demonstrating the basic capabilities of the package can be found in "/foo/bar/pydress/doc".

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pydress",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": null,
    "keywords": "python, fusion",
    "author": "Jacob Eriksson, Sean Conroy",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/91/59/05b575584730cbac75fdd8ab32ced850a687a91940bebc06e61f3c760b48/pydress-1.0.tar.gz",
    "platform": null,
    "description": "# pydress\r\nDirectional Relativistic Spectrum Simulator (DRESS), mainly developed for fusion reactions.\r\n\r\n## Installation\r\nThe package is installed by the following sequence of steps:\r\n\r\n- Easier method: Install from PyPI \r\n\r\n```\r\npip install pydress\r\n```\r\n\r\n- Clone git repository and pip install local copy\r\n\r\n```\r\ngit clone https://github.com/jacob-eri/pydress\r\ncd pydress\r\npip install -e .\r\n```\r\n\r\n## Documentation\r\nA short Jupyter notebook demonstrating the basic capabilities of the package can be found in \"/foo/bar/pydress/doc\".\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Directional Relativistic Spectrum Simulator",
    "version": "1.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/jacob-eri/pydress/issues",
        "Homepage": "https://github.com/jacob-eri/pydress"
    },
    "split_keywords": [
        "python",
        " fusion"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce93523011d89ffd1c927f474c984455a1cd17e34ef23d250d40fbe4e5025366",
                "md5": "a9f3a4a3ef75dbe59103cfa59aad6457",
                "sha256": "6517aa5a047446031544654bc12d4f25e4fbea3a6e4c8deffddcc8a9b779519f"
            },
            "downloads": -1,
            "filename": "pydress-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a9f3a4a3ef75dbe59103cfa59aad6457",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.0",
            "size": 250813,
            "upload_time": "2024-04-19T10:11:41",
            "upload_time_iso_8601": "2024-04-19T10:11:41.610444Z",
            "url": "https://files.pythonhosted.org/packages/ce/93/523011d89ffd1c927f474c984455a1cd17e34ef23d250d40fbe4e5025366/pydress-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "915905b575584730cbac75fdd8ab32ced850a687a91940bebc06e61f3c760b48",
                "md5": "36667f9610779419e86bc8e1d20546ac",
                "sha256": "d78248edcc9bab5059c8103212f2136ca33b59329fbe6cfd83b7e21a212b68a7"
            },
            "downloads": -1,
            "filename": "pydress-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "36667f9610779419e86bc8e1d20546ac",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0",
            "size": 234904,
            "upload_time": "2024-04-19T10:11:44",
            "upload_time_iso_8601": "2024-04-19T10:11:44.004700Z",
            "url": "https://files.pythonhosted.org/packages/91/59/05b575584730cbac75fdd8ab32ced850a687a91940bebc06e61f3c760b48/pydress-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 10:11:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jacob-eri",
    "github_project": "pydress",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pydress"
}
        
Elapsed time: 0.25414s