physicalquantity


Namephysicalquantity JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/pibara/physicalquantity
SummarySimple library for working with physical quantities
upload_time2024-01-11 16:49:31
maintainer
docs_urlNone
authorRob J Meijer
requires_python
licenseBSD
keywords units quantities
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A simple library for working with physical quantities. 
    Implements basic dimensional decomposition of physical quantities and provides
    basic operations (adition, subtraction, multiplication, division, comparison) 
    for working with these quantities.

    Support for non-SI units is available but most operations will result in 
    implicit conversions to SI units. Use the as_absolute() or as_relative()
    methods to convert back to the desired non-SI units.

    Note that while this library supports a wide range of the dimentional analysis
    and related integrity artifacts of working with physical quantities, the prime 
    goal of this library isn't the dimentional integrity of code, but instead the
    unified serialization or rather serializisability of physical quantities. 

    

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pibara/physicalquantity",
    "name": "physicalquantity",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "units quantities",
    "author": "Rob J Meijer",
    "author_email": "pibara@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/67/15/d281b2cb95aee789fbaf0a1bac3cb4fd6df33b230f5235876c6abac069a4/physicalquantity-0.1.1.tar.gz",
    "platform": null,
    "description": "A simple library for working with physical quantities. \n    Implements basic dimensional decomposition of physical quantities and provides\n    basic operations (adition, subtraction, multiplication, division, comparison) \n    for working with these quantities.\n\n    Support for non-SI units is available but most operations will result in \n    implicit conversions to SI units. Use the as_absolute() or as_relative()\n    methods to convert back to the desired non-SI units.\n\n    Note that while this library supports a wide range of the dimentional analysis\n    and related integrity artifacts of working with physical quantities, the prime \n    goal of this library isn't the dimentional integrity of code, but instead the\n    unified serialization or rather serializisability of physical quantities. \n\n    \n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Simple library for working with physical quantities",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/pibara/physicalquantity"
    },
    "split_keywords": [
        "units",
        "quantities"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6715d281b2cb95aee789fbaf0a1bac3cb4fd6df33b230f5235876c6abac069a4",
                "md5": "2616262118b3439bb6d608c11fe59d10",
                "sha256": "0031a183a86b52759ff80765d57e045afca4c42b523e1361fdb78e8b4793c4dd"
            },
            "downloads": -1,
            "filename": "physicalquantity-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2616262118b3439bb6d608c11fe59d10",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12778,
            "upload_time": "2024-01-11T16:49:31",
            "upload_time_iso_8601": "2024-01-11T16:49:31.450330Z",
            "url": "https://files.pythonhosted.org/packages/67/15/d281b2cb95aee789fbaf0a1bac3cb4fd6df33b230f5235876c6abac069a4/physicalquantity-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-11 16:49:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pibara",
    "github_project": "physicalquantity",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "physicalquantity"
}
        
Elapsed time: 0.16205s