{"id":19672600,"url":"https://github.com/icheft/mgt2001","last_synced_at":"2025-04-29T01:30:44.862Z","repository":{"id":49299383,"uuid":"299300562","full_name":"icheft/mgt2001","owner":"icheft","description":null,"archived":false,"fork":false,"pushed_at":"2021-07-06T11:28:33.000Z","size":328,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-20T21:03:33.439Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.org/project/mgt2001/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/icheft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-28T12:24:08.000Z","updated_at":"2022-11-02T12:53:26.000Z","dependencies_parsed_at":"2022-09-06T02:01:36.744Z","dependency_job_id":null,"html_url":"https://github.com/icheft/mgt2001","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icheft%2Fmgt2001","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icheft%2Fmgt2001/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icheft%2Fmgt2001/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icheft%2Fmgt2001/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icheft","download_url":"https://codeload.github.com/icheft/mgt2001/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251415607,"owners_count":21585865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T17:12:45.012Z","updated_at":"2025-04-29T01:30:44.538Z","avatar_url":"https://github.com/icheft.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://pypi.org/project/mgt2001/\"\u003e\u003cimg src=\"mgt2001-logo.png\" alt=\"mgt2001\" width=\"200\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  mgt2001 - THE Package for IM Stats Series @ NTU\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eA small package for MGT 2001 and MGT 2002 use only.\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://pypi.org/project/mgt2001/\"\u003e\n    \u003cimg src=\"https://img.shields.io/pypi/v/mgt2001.svg?maxAge=3600\"\n         alt=\"View package on PyPI\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#demo\"\u003eIntro\u003c/a\u003e •\n  \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e •\n  \u003ca href=\"#how-to-use\"\u003eUsage\u003c/a\u003e •\n  \u003ca href=\"#contribution\"\u003eContribution\u003c/a\u003e\n\u003c/p\u003e\n\n## Intro\nThe goal for this python package is to provide NTUIM students with an easier solution for Statistics courses, i.e. MGT2001 and MGT2002. This can be labelling issues in bar charts, generating a set of colors, and many more. Throughout the course, we hope to fill this package with useful and handy functions that can be used in the assignments, quizzes, and probably even for the future projects. \n\nThe official documentation for this package is available [here](https://icheft.github.io/mgt2001-docs), and its repository can be accessed [here](https://github.com/icheft/mgt2001-docs).\n\n## Getting Started\n### Terminal\nShould be able to install the package via PyPI:\n```sh\npip install mgt2001\n```\n\nIf you have already installed and are considering an update:\n```sh\npip install mgt2001 --upgrade\n```\n\n### Notebook\nIf you are on Windows, this method probably serves you better. Just copy the above code onto any of the code blocks.\n\nShould be exactly the same, but instead of copying and pasting the whole text, add a `!` at the beginning of the line.\n\nIt is installable via:\n```sh\n!pip install mgt2001\n# or locally\n%pip install mgt2001\n```\n\nor \n\n```sh\n!pip install mgt2001 --upgrade\n# or locally\n%pip install mgt2001 --upgrade\n```\n\nWhich again depends on your needs.\n\n## How to Use\n\nMost of the usage is covered in the [documentation](https://icheft.github.io/mgt2001-docs) along with miscellaneous statistic notes. Feel free to play around.\n\nYou can always get started from:\n\n```py\nimport mgt2001\n```\n\n⚠️ For local development, try `pip install -e ./` in your Python environment. Will update more on this part later 🥵\n\n## Contribution\n\nPR and forking are all welcomed. Please help build the more perfect version of `mgt2001` that can help students learn statistics with ease.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficheft%2Fmgt2001","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficheft%2Fmgt2001","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficheft%2Fmgt2001/lists"}