emojdule


Nameemojdule JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryImport Python modules with snake emoji extension
upload_time2025-01-29 12:00:09
maintainerNone
docs_urlNone
authorDhia Hmila
requires_python>=3.6
licenseMIT License
keywords emoji import
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🐍 emojdule
![PyPI](https://img.shields.io/pypi/v/emojdule)
![PyPI - License](https://img.shields.io/pypi/l/emojdule)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/emojdule)
![Tests](https://github.com/hmiladhia/emojdule/actions/workflows/quality.yaml/badge.svg)

Import Python modules with snake emoji extension!

![Screenshot](assets/screen.png)

## Installation

```bash
pip install emojdule
```

## Usage
Once you have installed emojdule in your venv, there is nothing else to do, you can just import your modules like usual.

You can see an example [here](./example/main.py)

```
example
├── package
│ ├── subpackage
│ │ ├── __init__.🐍
│ │ └── submodule.🐍
│ ├── __init__.🐍
│ └── module.🐍
└── main.py
```

```python
# main.py

from package.module import hello

hello()  # Hello from snake module! 🐍
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "emojdule",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "emoji, import",
    "author": "Dhia Hmila",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/78/79/0b43e31c31c406c3208f9c95a4e8f2769274d27f06472922d67da47a691b/emojdule-0.1.0.tar.gz",
    "platform": null,
    "description": "# \ud83d\udc0d emojdule\n![PyPI](https://img.shields.io/pypi/v/emojdule)\n![PyPI - License](https://img.shields.io/pypi/l/emojdule)\n![PyPI - Wheel](https://img.shields.io/pypi/wheel/emojdule)\n![Tests](https://github.com/hmiladhia/emojdule/actions/workflows/quality.yaml/badge.svg)\n\nImport Python modules with snake emoji extension!\n\n![Screenshot](assets/screen.png)\n\n## Installation\n\n```bash\npip install emojdule\n```\n\n## Usage\nOnce you have installed emojdule in your venv, there is nothing else to do, you can just import your modules like usual.\n\nYou can see an example [here](./example/main.py)\n\n```\nexample\n\u251c\u2500\u2500 package\n\u2502 \u251c\u2500\u2500 subpackage\n\u2502 \u2502 \u251c\u2500\u2500 __init__.\ud83d\udc0d\n\u2502 \u2502 \u2514\u2500\u2500 submodule.\ud83d\udc0d\n\u2502 \u251c\u2500\u2500 __init__.\ud83d\udc0d\n\u2502 \u2514\u2500\u2500 module.\ud83d\udc0d\n\u2514\u2500\u2500 main.py\n```\n\n```python\n# main.py\n\nfrom package.module import hello\n\nhello()  # Hello from snake module! \ud83d\udc0d\n```\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Import Python modules with snake emoji extension",
    "version": "0.1.0",
    "project_urls": {
        "Issues": "https://github.com/hmiladhia/emojdule/issues",
        "Repository": "https://github.com/hmiladhia/emojdule"
    },
    "split_keywords": [
        "emoji",
        " import"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c48bd3f5865f96483f24ab57df5611773e2a941197e6641ede66e52bc10d6c47",
                "md5": "29354ea4468a3631ede2babdfd680eec",
                "sha256": "aa9c9132cdfd8a2c1ce22aa92ac1f1f981d14e408e129880437bc20e4989d98b"
            },
            "downloads": -1,
            "filename": "emojdule-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "29354ea4468a3631ede2babdfd680eec",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3015,
            "upload_time": "2025-01-29T12:00:08",
            "upload_time_iso_8601": "2025-01-29T12:00:08.618934Z",
            "url": "https://files.pythonhosted.org/packages/c4/8b/d3f5865f96483f24ab57df5611773e2a941197e6641ede66e52bc10d6c47/emojdule-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "78790b43e31c31c406c3208f9c95a4e8f2769274d27f06472922d67da47a691b",
                "md5": "7c7c3e95586ab303a210aeebf8f22562",
                "sha256": "58c6f1c2dffbafacf97e09b76abcda1f3468c4166b3a0272f18e7d0c5cd45913"
            },
            "downloads": -1,
            "filename": "emojdule-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7c7c3e95586ab303a210aeebf8f22562",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 18214,
            "upload_time": "2025-01-29T12:00:09",
            "upload_time_iso_8601": "2025-01-29T12:00:09.910913Z",
            "url": "https://files.pythonhosted.org/packages/78/79/0b43e31c31c406c3208f9c95a4e8f2769274d27f06472922d67da47a691b/emojdule-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-29 12:00:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hmiladhia",
    "github_project": "emojdule",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "emojdule"
}
        
Elapsed time: 0.38657s