treegear


Nametreegear JSON
Version 0.0.0.6 PyPI version JSON
download
home_pagehttp://185.78.76.240
SummaryThis module is for tests for future project.
upload_time2024-09-06 10:54:42
maintainerNone
docs_urlNone
authorGyuli
requires_python>=3.8
licenseNone
keywords python uvicorn
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # **Now this is just for tests to upload and pull the package.**

Version: 0.0.0.6

**Usage:**  
1\. Add a python file (e.g. app.py) with text inside:

```python
from treegear import TreeGear

trgr = TreeGear()

if __name__ == '__main__':
    quit(0)
```

2\. Run this code with command: "python -m uvicorn app:trgr"

**Usage (just for test it also works fine):** "python -m uvicorn treegear:TreeGear"

---

Then go in browser to http://127.0.0.1:8000

For any path it returns "OK and hello from TreeGear!"

You can make it return your own message  
if prior set environment variable "$TRGR\_MESSAGE" with your desired text

            

Raw data

            {
    "_id": null,
    "home_page": "http://185.78.76.240",
    "name": "treegear",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "python uvicorn",
    "author": "Gyuli",
    "author_email": "guli.peradze@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/dd/52/f1d59034b76e7f4668ad5ff70cab3165841bde7909db267ec2f6ce66d79a/treegear-0.0.0.6.tar.gz",
    "platform": null,
    "description": "# **Now this is just for tests to upload and pull the package.**\n\nVersion: 0.0.0.6\n\n**Usage:**  \n1\\. Add a python file (e.g. app.py) with text inside:\n\n```python\nfrom treegear import TreeGear\n\ntrgr = TreeGear()\n\nif __name__ == '__main__':\n    quit(0)\n```\n\n2\\. Run this code with command: \"python -m uvicorn app:trgr\"\n\n**Usage (just for test it also works fine):** \"python -m uvicorn treegear:TreeGear\"\n\n---\n\nThen go in browser to http://127.0.0.1:8000\n\nFor any path it returns \"OK and hello from TreeGear!\"\n\nYou can make it return your own message  \nif prior set environment variable \"$TRGR\\_MESSAGE\" with your desired text\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "This module is for tests for future project.",
    "version": "0.0.0.6",
    "project_urls": {
        "Documentation": "http://185.78.76.240",
        "Homepage": "http://185.78.76.240"
    },
    "split_keywords": [
        "python",
        "uvicorn"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b33c7e4ae430b9a9d19f8d9134f6143c300ac6cebad1d1f22fc876f0db063444",
                "md5": "dea33cf483079776f87f6fe8343a1ae2",
                "sha256": "6f5e6ee429cbb4356dd53c4dff6604bb7f53a4e779d660e1e88dd709d52d7542"
            },
            "downloads": -1,
            "filename": "treegear-0.0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dea33cf483079776f87f6fe8343a1ae2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3358,
            "upload_time": "2024-09-06T10:54:40",
            "upload_time_iso_8601": "2024-09-06T10:54:40.625374Z",
            "url": "https://files.pythonhosted.org/packages/b3/3c/7e4ae430b9a9d19f8d9134f6143c300ac6cebad1d1f22fc876f0db063444/treegear-0.0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd52f1d59034b76e7f4668ad5ff70cab3165841bde7909db267ec2f6ce66d79a",
                "md5": "ae49fca2dbf94f6ae92db288d55ed1c5",
                "sha256": "fdfe62f3a70caef88d45f16b84a446a7bf1b6d9efcafacccfd4b223c2b4135c8"
            },
            "downloads": -1,
            "filename": "treegear-0.0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "ae49fca2dbf94f6ae92db288d55ed1c5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3104,
            "upload_time": "2024-09-06T10:54:42",
            "upload_time_iso_8601": "2024-09-06T10:54:42.363999Z",
            "url": "https://files.pythonhosted.org/packages/dd/52/f1d59034b76e7f4668ad5ff70cab3165841bde7909db267ec2f6ce66d79a/treegear-0.0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-06 10:54:42",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "treegear"
}
        
Elapsed time: 1.00853s