Name | monkay JSON |
Version |
0.4.3
JSON |
| download |
home_page | None |
Summary | The ultimate preload, settings, lazy import manager. |
upload_time | 2025-07-17 16:27:31 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | None |
keywords |
lazy-imports
monkey-patching
settings
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Monkay
## What is Monkay?
**Monkay** is a powerful tool designed to address common challenges in complex software projects, especially those that evolve over time. It’s built to solve issues such as deprecated names, lazy imports, side effects, and the need for dynamic extension support.
In large projects, particularly when working with frameworks like Django, application components need to interact in a modular way. **Monkay** facilitates this by allowing the easy registration of extensions, flexible import handling, and dynamic configuration of settings—all while ensuring that there are no dependency conflicts, and that extensions can build on each other smoothly.
Some of the key features **Monkay** provides are:
- **Lazy imports**: Minimize side effects and ensure efficient resource management.
- **Self-registering extensions**: Similar to Django models, extensions can register themselves and be reordered without causing dependency issues.
- **Thread-safety**: Handle multiple threads accessing different parts of the application, ensuring consistency and stability.
- **Async-friendly testing**: Easily test applications with different settings and environments using **Monkay’s** context variables.
- **Dynamic settings management**: Overwrite settings temporarily, similar to how Django handles configurations.
With **Monkay**, testing becomes a breeze, and managing extensions and settings in dynamic, multithreaded applications is no longer a headache. It simplifies complex setups and allows you to focus on building rather than managing dependencies.
If you're ready to dive deeper, check out our [Tutorial](https://monkay.dymmond.com/tutorial/) to get started.
---
## Installation
To get started with **Monkay**, follow these installation steps:
### Step 1: Install Monkay
You can install **Monkay** via **pip** from PyPI:
```shell
pip install monkay
```
### Step 2: Python Version Requirement
**Monkay** requires Python 3.9 or later to function correctly. Ensure that you have the appropriate Python version installed:
```shell
python --version
```
If your Python version is below 3.9, you will need to upgrade to a compatible version.
---
## FAQ
### Why is Monkay called "Monkay"?
Yes, **Monkay** is a playful variation of "monkey." Here's why:
- **Unique and Memorable**: The name **Monkay** stands out and is easy to remember.
- **Trademark Issues**: "Monkey" is already widely used, so we opted for something distinct while still keeping the playful theme.
So, while it may look like a typo, it's entirely intentional—and a bit of fun too!
## Links
[Documentation](https://monkay.dymmond.com)
Raw data
{
"_id": null,
"home_page": null,
"name": "monkay",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "lazy-imports, monkey-patching, settings",
"author": null,
"author_email": "alex <devkral@web.de>, Tiago Silva <tiago.arasilva@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/b6/fd/dc439b904e59db7c34546f8052cf9dd892df10a6ce02621e2f162ead87f4/monkay-0.4.3.tar.gz",
"platform": null,
"description": "# Monkay\n\n## What is Monkay?\n\n**Monkay** is a powerful tool designed to address common challenges in complex software projects, especially those that evolve over time. It\u2019s built to solve issues such as deprecated names, lazy imports, side effects, and the need for dynamic extension support.\n\nIn large projects, particularly when working with frameworks like Django, application components need to interact in a modular way. **Monkay** facilitates this by allowing the easy registration of extensions, flexible import handling, and dynamic configuration of settings\u2014all while ensuring that there are no dependency conflicts, and that extensions can build on each other smoothly.\n\nSome of the key features **Monkay** provides are:\n\n- **Lazy imports**: Minimize side effects and ensure efficient resource management.\n- **Self-registering extensions**: Similar to Django models, extensions can register themselves and be reordered without causing dependency issues.\n- **Thread-safety**: Handle multiple threads accessing different parts of the application, ensuring consistency and stability.\n- **Async-friendly testing**: Easily test applications with different settings and environments using **Monkay\u2019s** context variables.\n- **Dynamic settings management**: Overwrite settings temporarily, similar to how Django handles configurations.\n\nWith **Monkay**, testing becomes a breeze, and managing extensions and settings in dynamic, multithreaded applications is no longer a headache. It simplifies complex setups and allows you to focus on building rather than managing dependencies.\n\nIf you're ready to dive deeper, check out our [Tutorial](https://monkay.dymmond.com/tutorial/) to get started.\n\n---\n\n## Installation\n\nTo get started with **Monkay**, follow these installation steps:\n\n### Step 1: Install Monkay\n\nYou can install **Monkay** via **pip** from PyPI:\n\n```shell\npip install monkay\n```\n\n### Step 2: Python Version Requirement\n\n**Monkay** requires Python 3.9 or later to function correctly. Ensure that you have the appropriate Python version installed:\n\n```shell\npython --version\n```\n\nIf your Python version is below 3.9, you will need to upgrade to a compatible version.\n\n---\n\n## FAQ\n\n### Why is Monkay called \"Monkay\"?\n\nYes, **Monkay** is a playful variation of \"monkey.\" Here's why:\n\n- **Unique and Memorable**: The name **Monkay** stands out and is easy to remember.\n- **Trademark Issues**: \"Monkey\" is already widely used, so we opted for something distinct while still keeping the playful theme.\n\nSo, while it may look like a typo, it's entirely intentional\u2014and a bit of fun too!\n\n\n## Links\n\n[Documentation](https://monkay.dymmond.com)\n",
"bugtrack_url": null,
"license": null,
"summary": "The ultimate preload, settings, lazy import manager.",
"version": "0.4.3",
"project_urls": {
"Documentation": "https://github.com/devkral/monkay#readme",
"Issues": "https://github.com/devkral/monkay/issues",
"Source": "https://github.com/devkral/monkay"
},
"split_keywords": [
"lazy-imports",
" monkey-patching",
" settings"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "5dd952c9d6ab0aa113a824e4de2a5395dc0a1b45142db8841f14b4032960b6e6",
"md5": "76c924dffa2d985aee63cc3de553231c",
"sha256": "1c91706214ac8caae73eb5cbf5bf56c2b98d850231c8e5ccfc6dd64cbfe8fa30"
},
"downloads": -1,
"filename": "monkay-0.4.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "76c924dffa2d985aee63cc3de553231c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 27010,
"upload_time": "2025-07-17T16:27:32",
"upload_time_iso_8601": "2025-07-17T16:27:32.644875Z",
"url": "https://files.pythonhosted.org/packages/5d/d9/52c9d6ab0aa113a824e4de2a5395dc0a1b45142db8841f14b4032960b6e6/monkay-0.4.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b6fddc439b904e59db7c34546f8052cf9dd892df10a6ce02621e2f162ead87f4",
"md5": "70967ac493487d054306e8b4aaa60d5e",
"sha256": "5f8263e5bd93dd54877d2bfee779aae09ff93b37b3e326d5c44af4b6072dd47f"
},
"downloads": -1,
"filename": "monkay-0.4.3.tar.gz",
"has_sig": false,
"md5_digest": "70967ac493487d054306e8b4aaa60d5e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 49641,
"upload_time": "2025-07-17T16:27:31",
"upload_time_iso_8601": "2025-07-17T16:27:31.237152Z",
"url": "https://files.pythonhosted.org/packages/b6/fd/dc439b904e59db7c34546f8052cf9dd892df10a6ce02621e2f162ead87f4/monkay-0.4.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-17 16:27:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "devkral",
"github_project": "monkay#readme",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "monkay"
}