edvinspythonlib


Nameedvinspythonlib JSON
Version 0.1.9 PyPI version JSON
download
home_page
SummaryMy first Python library
upload_time2023-11-17 12:37:46
maintainer
docs_urlNone
authorMe
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Edvins Python Library
My library for personally coded python functions and classes
<br> Might be sorted into topics or courses, not sure yet

### Installation
```
pip install edvinspythonlib
```

### Get started
How to use one of my functions or classes in your own code

```Python
# Import one of the modules
from edvinspythonlib import machinelearning as ml


# Call the multiplication method
model = ml.linearRegression()
model.fit(X,y)
model.residualPlot(X,y)
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "edvinspythonlib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Me",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/d4/fc/93db6683abacaa5a7618c63126febb25db2667a0fa427a93a6da0339cb0f/edvinspythonlib-0.1.9.tar.gz",
    "platform": null,
    "description": "# Edvins Python Library\nMy library for personally coded python functions and classes\n<br> Might be sorted into topics or courses, not sure yet\n\n### Installation\n```\npip install edvinspythonlib\n```\n\n### Get started\nHow to use one of my functions or classes in your own code\n\n```Python\n# Import one of the modules\nfrom edvinspythonlib import machinelearning as ml\n\n\n# Call the multiplication method\nmodel = ml.linearRegression()\nmodel.fit(X,y)\nmodel.residualPlot(X,y)\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "My first Python library",
    "version": "0.1.9",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc56167e016da10e8253b79c685f9bf1a0d714b66a95a1ce9c9f6ce46889cd19",
                "md5": "c877840e82454ff4ac921012e0d25a82",
                "sha256": "f10b963db8caf5c42bab052ba515ec7a5562fec0ed545c7d3f776a961688a555"
            },
            "downloads": -1,
            "filename": "edvinspythonlib-0.1.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c877840e82454ff4ac921012e0d25a82",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3668,
            "upload_time": "2023-11-17T12:37:45",
            "upload_time_iso_8601": "2023-11-17T12:37:45.112482Z",
            "url": "https://files.pythonhosted.org/packages/dc/56/167e016da10e8253b79c685f9bf1a0d714b66a95a1ce9c9f6ce46889cd19/edvinspythonlib-0.1.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4fc93db6683abacaa5a7618c63126febb25db2667a0fa427a93a6da0339cb0f",
                "md5": "e0acfc02a1ab4c450af93d2d15ae55cc",
                "sha256": "4fdcb0413dbd344547a85ec59923d78ca812d439a6cf281336b4c4d88a5c29db"
            },
            "downloads": -1,
            "filename": "edvinspythonlib-0.1.9.tar.gz",
            "has_sig": false,
            "md5_digest": "e0acfc02a1ab4c450af93d2d15ae55cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3176,
            "upload_time": "2023-11-17T12:37:46",
            "upload_time_iso_8601": "2023-11-17T12:37:46.637999Z",
            "url": "https://files.pythonhosted.org/packages/d4/fc/93db6683abacaa5a7618c63126febb25db2667a0fa427a93a6da0339cb0f/edvinspythonlib-0.1.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-17 12:37:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "edvinspythonlib"
}
        
Me
Elapsed time: 0.13862s