Name | my-first-ml JSON |
Version |
0.1.6
JSON |
| download |
home_page | None |
Summary | A test package for ML explanation utilities |
upload_time | 2025-10-07 02:16:20 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.7 |
license | None |
keywords |
machine-learning
explanation
test
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# my-first-ml
A test package for ML explanation utilities.
## Installation
```bash
pip install my-first-ml
```
## Quick Start
```python
import mtme
# Print a simple greeting
mtme.hello() # Output: Hello!
```
## Usage
```python
import mtme
# Call the hello function
mtme.hello()
```
## Development
### Setup Development Environment
```bash
git clone https://github.com/yourusername/my-first-ml.git
cd my-first-ml
pip install -e .
```
### Building the Package
```bash
pip install build
python -m build
```
### Publishing to PyPI
```bash
pip install twine
twine upload dist/*
```
Raw data
{
"_id": null,
"home_page": null,
"name": "my-first-ml",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "machine-learning, explanation, test",
"author": null,
"author_email": "Cyruss Banerjee <cyruss.banerjee@proton.me>",
"download_url": "https://files.pythonhosted.org/packages/b5/15/d177393d0b81862c10fc5bbba35d21c43559be9345f3f1bf2e6549679ffb/my_first_ml-0.1.6.tar.gz",
"platform": null,
"description": "# my-first-ml\n\nA test package for ML explanation utilities.\n\n## Installation\n\n```bash\npip install my-first-ml\n```\n\n## Quick Start\n\n```python\nimport mtme\n\n# Print a simple greeting\nmtme.hello() # Output: Hello!\n```\n\n## Usage\n\n```python\nimport mtme\n\n# Call the hello function\nmtme.hello()\n```\n\n## Development\n\n### Setup Development Environment\n\n```bash\ngit clone https://github.com/yourusername/my-first-ml.git\ncd my-first-ml\npip install -e .\n```\n\n### Building the Package\n\n```bash\npip install build\npython -m build\n```\n\n### Publishing to PyPI\n\n```bash\npip install twine\ntwine upload dist/*\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "A test package for ML explanation utilities",
"version": "0.1.6",
"project_urls": {
"Homepage": "https://github.com/cyruss-banerjee/my-first-ml",
"Repository": "https://github.com/cyruss-banerjee/my-first-ml"
},
"split_keywords": [
"machine-learning",
" explanation",
" test"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "739c47e6c5e6c3ab152f308cfbceb2af7a0641ba53f247a7bc8bb18bc2385004",
"md5": "1765544c0707094c97133ae0572c286b",
"sha256": "fbe9905fe89a837982a7ff00b05ab72ead6a757f55da433d45ea1d571835b726"
},
"downloads": -1,
"filename": "my_first_ml-0.1.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1765544c0707094c97133ae0572c286b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 10819,
"upload_time": "2025-10-07T02:16:19",
"upload_time_iso_8601": "2025-10-07T02:16:19.326830Z",
"url": "https://files.pythonhosted.org/packages/73/9c/47e6c5e6c3ab152f308cfbceb2af7a0641ba53f247a7bc8bb18bc2385004/my_first_ml-0.1.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b515d177393d0b81862c10fc5bbba35d21c43559be9345f3f1bf2e6549679ffb",
"md5": "4af1ca13aadb434779f12ff8be3a875e",
"sha256": "42cd7a71ce3a347979d5962cd19df89b3470e164dc5c32b806e1f4fdc923f667"
},
"downloads": -1,
"filename": "my_first_ml-0.1.6.tar.gz",
"has_sig": false,
"md5_digest": "4af1ca13aadb434779f12ff8be3a875e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 11060,
"upload_time": "2025-10-07T02:16:20",
"upload_time_iso_8601": "2025-10-07T02:16:20.439275Z",
"url": "https://files.pythonhosted.org/packages/b5/15/d177393d0b81862c10fc5bbba35d21c43559be9345f3f1bf2e6549679ffb/my_first_ml-0.1.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-07 02:16:20",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cyruss-banerjee",
"github_project": "my-first-ml",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "my-first-ml"
}