dojo-ds


Namedojo-ds JSON
Version 1.1.15 PyPI version JSON
download
home_pagehttps://github.com/coding-dojo-data-science/dojo_ds
SummaryCode from Coding Dojo's Online Part-Time Data Science boot camp
upload_time2024-09-05 16:12:43
maintainerNone
docs_urlNone
authorJames Irving
requires_python>=3.6
licenseGNU General Public License v3
keywords dojo_ds
VCS
bugtrack_url
requirements scikit-learn pandas matplotlib seaborn statsmodels pmdarima requests
Travis-CI
coveralls test coverage No coveralls.
            =======
dojo-ds
=======


.. image:: https://img.shields.io/pypi/v/dojo_ds.svg
        :target: https://pypi.python.org/pypi/dojo_ds

.. image:: https://img.shields.io/travis/jirvingphd/dojo_ds.svg
        :target: https://travis-ci.com/jirvingphd/dojo_ds

.. image:: https://readthedocs.org/projects/dojo-ds/badge/?version=latest
        :target: https://dojo-ds.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Code from Coding Dojo's Online Part-Time Data Science boot camp


* Free software: GNU General Public License v3
* Documentation: https://dojo-ds.readthedocs.io.



=======
History
=======

0.1.0 (2023-02-14)
------------------

* First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/coding-dojo-data-science/dojo_ds",
    "name": "dojo-ds",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "dojo_ds",
    "author": "James Irving",
    "author_email": "jirving@codingdojo.com",
    "download_url": "https://files.pythonhosted.org/packages/a3/36/1b1e4082930f062594bc38c844e2d53c8c86b8d9423f85666261dd1e44c8/dojo_ds-1.1.15.tar.gz",
    "platform": null,
    "description": "=======\ndojo-ds\n=======\n\n\n.. image:: https://img.shields.io/pypi/v/dojo_ds.svg\n        :target: https://pypi.python.org/pypi/dojo_ds\n\n.. image:: https://img.shields.io/travis/jirvingphd/dojo_ds.svg\n        :target: https://travis-ci.com/jirvingphd/dojo_ds\n\n.. image:: https://readthedocs.org/projects/dojo-ds/badge/?version=latest\n        :target: https://dojo-ds.readthedocs.io/en/latest/?version=latest\n        :alt: Documentation Status\n\n\n\n\nCode from Coding Dojo's Online Part-Time Data Science boot camp\n\n\n* Free software: GNU General Public License v3\n* Documentation: https://dojo-ds.readthedocs.io.\n\n\n\n=======\nHistory\n=======\n\n0.1.0 (2023-02-14)\n------------------\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3",
    "summary": "Code from Coding Dojo's Online Part-Time Data Science boot camp",
    "version": "1.1.15",
    "project_urls": {
        "Homepage": "https://github.com/coding-dojo-data-science/dojo_ds"
    },
    "split_keywords": [
        "dojo_ds"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e287659c5013caa475bc7137ff557bc6a0f796d6da4b271c9a76721697892c0",
                "md5": "65a58805bda4900e6f7527079cbd4558",
                "sha256": "aa8bbca2679556dfd0621e58679170e623aa7b65412fb1f72f745c7659001847"
            },
            "downloads": -1,
            "filename": "dojo_ds-1.1.15-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "65a58805bda4900e6f7527079cbd4558",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 60855,
            "upload_time": "2024-09-05T16:12:40",
            "upload_time_iso_8601": "2024-09-05T16:12:40.036285Z",
            "url": "https://files.pythonhosted.org/packages/7e/28/7659c5013caa475bc7137ff557bc6a0f796d6da4b271c9a76721697892c0/dojo_ds-1.1.15-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3361b1e4082930f062594bc38c844e2d53c8c86b8d9423f85666261dd1e44c8",
                "md5": "49052e6d9a613758526b1c0c74384ac6",
                "sha256": "540b1daa860f6ba691c8af6a4ffeac5a1571949d1ca684bd5ec0d06514c524d3"
            },
            "downloads": -1,
            "filename": "dojo_ds-1.1.15.tar.gz",
            "has_sig": false,
            "md5_digest": "49052e6d9a613758526b1c0c74384ac6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 63434,
            "upload_time": "2024-09-05T16:12:43",
            "upload_time_iso_8601": "2024-09-05T16:12:43.180804Z",
            "url": "https://files.pythonhosted.org/packages/a3/36/1b1e4082930f062594bc38c844e2d53c8c86b8d9423f85666261dd1e44c8/dojo_ds-1.1.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-05 16:12:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "coding-dojo-data-science",
    "github_project": "dojo_ds",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "scikit-learn",
            "specs": [
                [
                    ">=",
                    "1.2.2"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "1.5.3"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    ">=",
                    "3.7.1"
                ]
            ]
        },
        {
            "name": "seaborn",
            "specs": [
                [
                    ">=",
                    "0.12.2"
                ]
            ]
        },
        {
            "name": "statsmodels",
            "specs": [
                [
                    ">=",
                    "0.13.5"
                ]
            ]
        },
        {
            "name": "pmdarima",
            "specs": [
                [
                    "==",
                    "2.0.4"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.26.0"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "dojo-ds"
}
        
Elapsed time: 0.32114s