lvlspy


Namelvlspy JSON
Version 3.0.3 PyPI version JSON
download
home_pagehttps://github.com/jaadt7/lvlspy
SummaryPython project to work with quantum level system data
upload_time2024-03-25 01:24:15
maintainerNone
docs_urlNone
authorClemson University
requires_pythonNone
licenseGPLv3+
keywords astronomy nuclear astrophysics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Overview
========

lvlspy is a python package for working with quantum level-system data.

|pypi| |doc_stat| |license| |pytest| |pylint| |black|

Installation
------------

Install from `PyPI <https://pypi.org/project/lvlspy>`_ with pip by
typing in your favorite terminal::

    $ pip install lvlspy 

If you already have installed and wish to update lvlspy to the latest version, you will have to do it via::

    $ pip install lvlspy --upgrade
    
We are working on bringing lvlspy to Anaconda. For now, you will have to use the built-in pip manager in Anaconda instead of the conda package manager. This page will be updated when the package is up on Anaconda. 
	
Usage
-----

To get familiar with lvlspy, please see our tutorial `Jupyter
notebooks <https://github.com/jaadt7/lvlspy_tutorial>`_.

Documentation
-------------

The project documentation is available at `<https://lvlspy.readthedocs.io>`_.

Attribution
-----------
To cite this code, please visit the `Zenodo <https://zenodo.org/badge/latestdoi/532987706>`_ page
for this project.  From that page, you can export the appropriate reference in BibTex or other formats.

Authors
-------

- Jaad A. Tannous <jtannou@g.clemson.edu>
- Bradley S. Meyer <mbradle@g.clemson.edu>

Contribute
----------

- Issue Tracker: `<https://github.com/jaadt7/issues/>`_
- Source Code: `<https://github.com/jaadt7/lvlspy/>`_

License
-------

The project is licensed under the GNU Public License v3 (or later).

.. |pypi| image:: https://badge.fury.io/py/lvlspy.svg
    :target: https://badge.fury.io/py/lvlspy 
.. |license| image:: https://img.shields.io/github/license/jaadt7/lvlspy
    :alt: GitHub
.. |doc_stat| image:: https://readthedocs.org/projects/lvlspy/badge/?version=latest
    :target: https://lvlspy.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status
.. |pytest| image:: https://github.com/jaadt7/lvlspy/actions/workflows/test.yml/badge.svg?branch=main&event=push
	:target: https://github.com/jaadt7/lvlspy/actions/workflows/test.yml
.. |pylint| image:: https://github.com/jaadt7/lvlspy/actions/workflows/lint.yml/badge.svg?branch=main&event=push
	:target: https://github.com/jaadt7/lvlspy/actions/workflows/lint.yml 
.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jaadt7/lvlspy",
    "name": "lvlspy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "astronomy nuclear astrophysics",
    "author": "Clemson University",
    "author_email": "jtannou@g.clemson.edu",
    "download_url": "https://files.pythonhosted.org/packages/e0/a4/105e7db2a8d0d5dee8710e6b7dfd4ae2f872582986481797d40ffd3506d2/lvlspy-3.0.3.tar.gz",
    "platform": null,
    "description": "Overview\n========\n\nlvlspy is a python package for working with quantum level-system data.\n\n|pypi| |doc_stat| |license| |pytest| |pylint| |black|\n\nInstallation\n------------\n\nInstall from `PyPI <https://pypi.org/project/lvlspy>`_ with pip by\ntyping in your favorite terminal::\n\n    $ pip install lvlspy \n\nIf you already have installed and wish to update lvlspy to the latest version, you will have to do it via::\n\n    $ pip install lvlspy --upgrade\n    \nWe are working on bringing lvlspy to Anaconda. For now, you will have to use the built-in pip manager in Anaconda instead of the conda package manager. This page will be updated when the package is up on Anaconda. \n\t\nUsage\n-----\n\nTo get familiar with lvlspy, please see our tutorial `Jupyter\nnotebooks <https://github.com/jaadt7/lvlspy_tutorial>`_.\n\nDocumentation\n-------------\n\nThe project documentation is available at `<https://lvlspy.readthedocs.io>`_.\n\nAttribution\n-----------\nTo cite this code, please visit the `Zenodo <https://zenodo.org/badge/latestdoi/532987706>`_ page\nfor this project.  From that page, you can export the appropriate reference in BibTex or other formats.\n\nAuthors\n-------\n\n- Jaad A. Tannous <jtannou@g.clemson.edu>\n- Bradley S. Meyer <mbradle@g.clemson.edu>\n\nContribute\n----------\n\n- Issue Tracker: `<https://github.com/jaadt7/issues/>`_\n- Source Code: `<https://github.com/jaadt7/lvlspy/>`_\n\nLicense\n-------\n\nThe project is licensed under the GNU Public License v3 (or later).\n\n.. |pypi| image:: https://badge.fury.io/py/lvlspy.svg\n    :target: https://badge.fury.io/py/lvlspy \n.. |license| image:: https://img.shields.io/github/license/jaadt7/lvlspy\n    :alt: GitHub\n.. |doc_stat| image:: https://readthedocs.org/projects/lvlspy/badge/?version=latest\n    :target: https://lvlspy.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n.. |pytest| image:: https://github.com/jaadt7/lvlspy/actions/workflows/test.yml/badge.svg?branch=main&event=push\n\t:target: https://github.com/jaadt7/lvlspy/actions/workflows/test.yml\n.. |pylint| image:: https://github.com/jaadt7/lvlspy/actions/workflows/lint.yml/badge.svg?branch=main&event=push\n\t:target: https://github.com/jaadt7/lvlspy/actions/workflows/lint.yml \n.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/psf/black\n",
    "bugtrack_url": null,
    "license": "GPLv3+",
    "summary": "Python project to work with quantum level system data",
    "version": "3.0.3",
    "project_urls": {
        "Bug Reports": "https://github.com/jaadt7/lvlspy/issues",
        "Homepage": "https://github.com/jaadt7/lvlspy",
        "Source": "https://github.com/jaadt7/lvlspy/"
    },
    "split_keywords": [
        "astronomy",
        "nuclear",
        "astrophysics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "00809e1aaa22c5ca752395d2da9173a72e7c0e10fe12e2a1b8c49b204c7e1670",
                "md5": "7abf67bc6df23675a19640376b6f980f",
                "sha256": "56faf25913cd6e9cf4b41a873eb61e0aefed142834a15c57ceb64820066e35dd"
            },
            "downloads": -1,
            "filename": "lvlspy-3.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7abf67bc6df23675a19640376b6f980f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 31835,
            "upload_time": "2024-03-25T01:24:13",
            "upload_time_iso_8601": "2024-03-25T01:24:13.775153Z",
            "url": "https://files.pythonhosted.org/packages/00/80/9e1aaa22c5ca752395d2da9173a72e7c0e10fe12e2a1b8c49b204c7e1670/lvlspy-3.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0a4105e7db2a8d0d5dee8710e6b7dfd4ae2f872582986481797d40ffd3506d2",
                "md5": "a04b2739dc4871e93a3467c59fe8ed3f",
                "sha256": "90e337221d4cff6f255cd767eaaf4f16f5c705868e367dfb6f2ce15d71be17b8"
            },
            "downloads": -1,
            "filename": "lvlspy-3.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "a04b2739dc4871e93a3467c59fe8ed3f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 26755,
            "upload_time": "2024-03-25T01:24:15",
            "upload_time_iso_8601": "2024-03-25T01:24:15.558051Z",
            "url": "https://files.pythonhosted.org/packages/e0/a4/105e7db2a8d0d5dee8710e6b7dfd4ae2f872582986481797d40ffd3506d2/lvlspy-3.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-25 01:24:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jaadt7",
    "github_project": "lvlspy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "lvlspy"
}
        
Elapsed time: 0.21302s