simplemathlib


Namesimplemathlib JSON
Version 0.2 PyPI version JSON
download
home_pagehttps://github.com/yourusername/simplemathlib
SummaryA simple math library
upload_time2024-09-20 09:38:35
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # simplemathlib

A simple math library that supports addition and subtraction.

## Installation

```bash
pip install simplemathlib
```

## License

MIT License

Copyright (c) 2024 Your Name

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
...

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/simplemathlib",
    "name": "simplemathlib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "youremail@example.com",
    "download_url": "https://files.pythonhosted.org/packages/f2/25/e44f3a0991960fd6a98075df64cde0ce64b486ab2cc821ab392b1bdf1bd4/simplemathlib-0.2.tar.gz",
    "platform": null,
    "description": "# simplemathlib\r\n\r\nA simple math library that supports addition and subtraction.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install simplemathlib\r\n```\r\n\r\n## License\r\n\r\nMIT License\r\n\r\nCopyright (c) 2024 Your Name\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n...\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple math library",
    "version": "0.2",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/simplemathlib"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2748e87c45dfee61b9e099864c37894394f5681519f1e0d44e28b8eb8e7fe92",
                "md5": "20aead5eb58d0b190000e417a3821568",
                "sha256": "d47e86c8db4a890bb44759c4b6487b30097cf74e8076f0acece34d5b24155c9c"
            },
            "downloads": -1,
            "filename": "simplemathlib-0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "20aead5eb58d0b190000e417a3821568",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2479,
            "upload_time": "2024-09-20T09:38:33",
            "upload_time_iso_8601": "2024-09-20T09:38:33.173536Z",
            "url": "https://files.pythonhosted.org/packages/c2/74/8e87c45dfee61b9e099864c37894394f5681519f1e0d44e28b8eb8e7fe92/simplemathlib-0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f225e44f3a0991960fd6a98075df64cde0ce64b486ab2cc821ab392b1bdf1bd4",
                "md5": "0ce89000892475b825555f9d0e35f505",
                "sha256": "4d49cd0abd0e1dda7522863647fc4b33adb08a2dc20c5c6fda555b404c7b04e5"
            },
            "downloads": -1,
            "filename": "simplemathlib-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0ce89000892475b825555f9d0e35f505",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2750,
            "upload_time": "2024-09-20T09:38:35",
            "upload_time_iso_8601": "2024-09-20T09:38:35.848043Z",
            "url": "https://files.pythonhosted.org/packages/f2/25/e44f3a0991960fd6a98075df64cde0ce64b486ab2cc821ab392b1bdf1bd4/simplemathlib-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-20 09:38:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "simplemathlib",
    "github_not_found": true,
    "lcname": "simplemathlib"
}
        
Elapsed time: 0.39471s