<!-- ---
!-- title: ./mngs_repo/README.md
!-- author: ywatanabe
!-- date: 2024-11-07 18:52:08
!-- --- -->
# mngs (monogusa; meaning lazy person in Japanese)
A Python utility package for simplifying common research and development tasks.
<!-- badges -->
[![PyPI version](https://badge.fury.io/py/mngs.svg)](https://badge.fury.io/py/mngs)
![CI](https://github.com/ywatanabe1989/mngs/actions/workflows/pypi_latest.yml/badge.svg)
![CI](https://github.com/ywatanabe1989/mngs/actions/workflows/latest_release.yml/badge.svg)
![CI](https://github.com/ywatanabe1989/mngs/actions/workflows/develop.yml/badge.svg)
<!-- [![Tests](https://github.com/ywatanabe1989/mngs/actions/workflows/tests.yml/badge.svg)](https://github.com/ywatanabe1989/mngs/actions/workflows/tests.yml) -->
<!-- [![Coverage](https://codecov.io/gh/ywatanabe1989/mngs/branch/main/graph/badge.svg)](https://codecov.io/gh/ywatanabe1989/mngs) -->
<!-- [![Python Versions](https://img.shields.io/pypi/pyversions/mngs.svg)](https://pypi.org/project/mngs/) -->
<!-- [![License](https://img.shields.io/github/license/ywatanabe1989/mngs.svg)](https://github.com/ywatanabe1989/mngs/blob/main/LICENSE) -->
<!-- <\!-- logo -\->
!-- <div style="text-align: center;">
!-- <img src="./docs/lazy_python.gif" alt="Lazy Python" width="200px">
!-- </div> -->
## Installation
```bash
$ sudo apt-get install libportaudio2
$ pip install mngs
# or
$ pip install git+https://github.com/ywatanabe1989/mngs.git@develop
```
## Submodules
#### Fundamentals
- [`mngs.gen`](./src/mngs/gen#readme): General utilities
- [`mngs.io`](./src/mngs/io#readme): Input/Output operations
- [`mngs.utils`](./src/mngs/utils#readme): General utilities
- [`mngs.dict`](./src/mngs/dict#readme): Dictionary utilities
- [`mngs.str`](./src/mngs/str#readme): String manipulation
- [`mngs.torch`](./src/mngs/torch#readme): PyTorch utilities
#### Data Science
- [`mngs.plt`](./src/mngs/plt#readme): Plotting with automatic tracking
- [`mngs.stats`](./src/mngs/stats#readme): Statistical analysis
- [`mngs.pd`](./src/mngs/pd#readme): Pandas utilities-
- [`mngs.tex`](./src/mngs/tex#readme): LaTeX utilities
#### AI: Machine Learning and Pattern Recognition
- [`mngs.ai`](./src/mngs/ai#readme): AI and Machine Learning
- [`mngs.nn`](./src/mngs/nn#readme): Neural Networks
- [`mngs.torch`](./src/mngs/torch#readme): PyTorch utilities
- [`mngs.db`](./src/mngs/db#readme): Database operations
- [`mngs.linalg`](./src/mngs/linalg#readme): Linear algebra
#### Signal Processing
- [`mngs.dsp`](./src/mngs/dsp#readme): Digital Signal Processing
#### Statistics
- [`mngs.stats`](./src/mngs/stats#readme): Statistical analysis tools
#### ETC
- [`mngs.decorators`](./src/mngs/decorators#readme): Function decorators
- [`mngs.gists`](./src/mngs/gists#readme): Code snippets
- [`mngs.resource`](./src/mngs/resource#readme): Resource management
- [`mngs.web`](./src/mngs/web#readme): Web-related functions
## Modules and functions list
[`./docs/mngs_modules.csv`](./docs/mngs_modules.csv)
<!-- ## Documentation
!-- For detailed documentation, please visit our [GitHub Pages](https://ywatanabe1989.github.io/mngs/). -->
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## Contact
Yusuke Watanabe (ywatanabe@alumni.u-tokyo.ac.jp)
Raw data
{
"_id": null,
"home_page": "https://github.com/ywatanabe1989/mngs",
"name": "mngs",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.0",
"maintainer_email": null,
"keywords": "utils, utilities, python, machine learning",
"author": "ywatanabe1989",
"author_email": "ywatanabe@alumni.u-tokyo.ac.jp",
"download_url": "https://files.pythonhosted.org/packages/94/1e/5efd0825ff8034797fcdb26e7581cfee652f836379385cd8ad45147ab52f/mngs-1.9.8.tar.gz",
"platform": null,
"description": "<!-- ---\n!-- title: ./mngs_repo/README.md\n!-- author: ywatanabe\n!-- date: 2024-11-07 18:52:08\n!-- --- -->\n\n\n# mngs (monogusa; meaning lazy person in Japanese)\nA Python utility package for simplifying common research and development tasks.\n\n<!-- badges -->\n[![PyPI version](https://badge.fury.io/py/mngs.svg)](https://badge.fury.io/py/mngs)\n![CI](https://github.com/ywatanabe1989/mngs/actions/workflows/pypi_latest.yml/badge.svg)\n![CI](https://github.com/ywatanabe1989/mngs/actions/workflows/latest_release.yml/badge.svg)\n![CI](https://github.com/ywatanabe1989/mngs/actions/workflows/develop.yml/badge.svg)\n<!-- [![Tests](https://github.com/ywatanabe1989/mngs/actions/workflows/tests.yml/badge.svg)](https://github.com/ywatanabe1989/mngs/actions/workflows/tests.yml) -->\n<!-- [![Coverage](https://codecov.io/gh/ywatanabe1989/mngs/branch/main/graph/badge.svg)](https://codecov.io/gh/ywatanabe1989/mngs) -->\n<!-- [![Python Versions](https://img.shields.io/pypi/pyversions/mngs.svg)](https://pypi.org/project/mngs/) -->\n<!-- [![License](https://img.shields.io/github/license/ywatanabe1989/mngs.svg)](https://github.com/ywatanabe1989/mngs/blob/main/LICENSE) -->\n\n<!-- <\\!-- logo -\\->\n !-- <div style=\"text-align: center;\">\n !-- <img src=\"./docs/lazy_python.gif\" alt=\"Lazy Python\" width=\"200px\">\n !-- </div> -->\n\n## Installation\n```bash\n$ sudo apt-get install libportaudio2\n$ pip install mngs\n# or\n$ pip install git+https://github.com/ywatanabe1989/mngs.git@develop\n```\n\n## Submodules\n#### Fundamentals\n- [`mngs.gen`](./src/mngs/gen#readme): General utilities\n- [`mngs.io`](./src/mngs/io#readme): Input/Output operations\n- [`mngs.utils`](./src/mngs/utils#readme): General utilities\n- [`mngs.dict`](./src/mngs/dict#readme): Dictionary utilities\n- [`mngs.str`](./src/mngs/str#readme): String manipulation\n- [`mngs.torch`](./src/mngs/torch#readme): PyTorch utilities\n\n#### Data Science\n- [`mngs.plt`](./src/mngs/plt#readme): Plotting with automatic tracking\n- [`mngs.stats`](./src/mngs/stats#readme): Statistical analysis\n- [`mngs.pd`](./src/mngs/pd#readme): Pandas utilities- \n- [`mngs.tex`](./src/mngs/tex#readme): LaTeX utilities\n\n#### AI: Machine Learning and Pattern Recognition\n- [`mngs.ai`](./src/mngs/ai#readme): AI and Machine Learning\n- [`mngs.nn`](./src/mngs/nn#readme): Neural Networks\n- [`mngs.torch`](./src/mngs/torch#readme): PyTorch utilities\n- [`mngs.db`](./src/mngs/db#readme): Database operations\n- [`mngs.linalg`](./src/mngs/linalg#readme): Linear algebra\n\n#### Signal Processing\n- [`mngs.dsp`](./src/mngs/dsp#readme): Digital Signal Processing\n\n#### Statistics\n- [`mngs.stats`](./src/mngs/stats#readme): Statistical analysis tools\n\n#### ETC\n- [`mngs.decorators`](./src/mngs/decorators#readme): Function decorators\n- [`mngs.gists`](./src/mngs/gists#readme): Code snippets\n- [`mngs.resource`](./src/mngs/resource#readme): Resource management\n- [`mngs.web`](./src/mngs/web#readme): Web-related functions\n\n## Modules and functions list\n[`./docs/mngs_modules.csv`](./docs/mngs_modules.csv)\n\n<!-- ## Documentation\n !-- For detailed documentation, please visit our [GitHub Pages](https://ywatanabe1989.github.io/mngs/). -->\n\n## Contributing\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## Contact\nYusuke Watanabe (ywatanabe@alumni.u-tokyo.ac.jp)\n\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "For lazy python users (monogusa people in Japanse), especially in ML/DSP fields",
"version": "1.9.8",
"project_urls": {
"Homepage": "https://github.com/ywatanabe1989/mngs"
},
"split_keywords": [
"utils",
" utilities",
" python",
" machine learning"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a3a1da37f5e38bac3b333d12e4c68e8514f01b269b3324d92074930b0ee686ed",
"md5": "a43eaefa8171a66ae38f3109eb85b52f",
"sha256": "e1b59ab2e705949ba7cd8776bd0fe30fd73060bdde30e1674bae653f6ae43b13"
},
"downloads": -1,
"filename": "mngs-1.9.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a43eaefa8171a66ae38f3109eb85b52f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.0",
"size": 438992,
"upload_time": "2024-11-07T14:55:58",
"upload_time_iso_8601": "2024-11-07T14:55:58.954163Z",
"url": "https://files.pythonhosted.org/packages/a3/a1/da37f5e38bac3b333d12e4c68e8514f01b269b3324d92074930b0ee686ed/mngs-1.9.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "941e5efd0825ff8034797fcdb26e7581cfee652f836379385cd8ad45147ab52f",
"md5": "e49c2b4d13f6079ee0d5c30b9b1d2e35",
"sha256": "47a7ea6fd79f1e60b2373992d6032d66079cf5248b45aa3fbf7e86b32e6e7d34"
},
"downloads": -1,
"filename": "mngs-1.9.8.tar.gz",
"has_sig": false,
"md5_digest": "e49c2b4d13f6079ee0d5c30b9b1d2e35",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.0",
"size": 282582,
"upload_time": "2024-11-07T14:56:01",
"upload_time_iso_8601": "2024-11-07T14:56:01.904332Z",
"url": "https://files.pythonhosted.org/packages/94/1e/5efd0825ff8034797fcdb26e7581cfee652f836379385cd8ad45147ab52f/mngs-1.9.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-07 14:56:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ywatanabe1989",
"github_project": "mngs",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "mngs"
}