django-fastauth


Namedjango-fastauth JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/sikandar1838/console
SummaryA utility for printing colored messages to the console.
upload_time2024-03-03 10:43:19
maintainer
docs_urlNone
authorSikandar Moyal
requires_python
licenseMIT
keywords console colorful output cli text formatting
VCS
bugtrack_url
requirements certifi charset-normalizer docutils idna importlib-metadata jaraco.classes keyring markdown-it-py mdurl more-itertools nh3 pkginfo Pygments pywin32-ctypes readme-renderer requests requests-toolbelt rfc3986 rich twine urllib3 zipp
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Console Package

Console is a Python package that provides a `Console` class with methods to print messages in different colors. It also serves as a simple example of creating and packaging a Python module.

## Installation

You can install the package using `pip`. Make sure you have a Python virtual environment activated.

```bash
pip install console-py
```

## Documentation

```py
from console import Console

# Create an instance of the Console class
console = Console()

# Use different methods to print messages in various colors
console.info("Information message")
console.warn("Warning message")
console.error("Error message")
console.success("Success message")
console.secondary("Secondary message")
```

## Contributing

If you want to contribute to this project, feel free to fork the repository, make changes, and submit a pull request.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sikandar1838/console",
    "name": "django-fastauth",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Console,Colorful Output,CLI,Text Formatting",
    "author": "Sikandar Moyal",
    "author_email": "sikandar1838@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/26/d2/84e30863fc7a3877381b6405a699d8f6b3da00f493529e9152d7f2053499/django-fastauth-0.1.0.tar.gz",
    "platform": null,
    "description": "# Console Package\r\n\r\nConsole is a Python package that provides a `Console` class with methods to print messages in different colors. It also serves as a simple example of creating and packaging a Python module.\r\n\r\n## Installation\r\n\r\nYou can install the package using `pip`. Make sure you have a Python virtual environment activated.\r\n\r\n```bash\r\npip install console-py\r\n```\r\n\r\n## Documentation\r\n\r\n```py\r\nfrom console import Console\r\n\r\n# Create an instance of the Console class\r\nconsole = Console()\r\n\r\n# Use different methods to print messages in various colors\r\nconsole.info(\"Information message\")\r\nconsole.warn(\"Warning message\")\r\nconsole.error(\"Error message\")\r\nconsole.success(\"Success message\")\r\nconsole.secondary(\"Secondary message\")\r\n```\r\n\r\n## Contributing\r\n\r\nIf you want to contribute to this project, feel free to fork the repository, make changes, and submit a pull request.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A utility for printing colored messages to the console.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/sikandar1838/console"
    },
    "split_keywords": [
        "console",
        "colorful output",
        "cli",
        "text formatting"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7fcb5a229f94ce47f886ddb1c0bac0ef9812d1dad94603f572395da8c1b66522",
                "md5": "025d270bd2dc0255064d705e00ac290e",
                "sha256": "7deeacb6a8391b419c03690466f936c21d63bd3e7f8f8e23ee09f5eb378f0e95"
            },
            "downloads": -1,
            "filename": "django_fastauth-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "025d270bd2dc0255064d705e00ac290e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3094,
            "upload_time": "2024-03-03T10:43:16",
            "upload_time_iso_8601": "2024-03-03T10:43:16.763675Z",
            "url": "https://files.pythonhosted.org/packages/7f/cb/5a229f94ce47f886ddb1c0bac0ef9812d1dad94603f572395da8c1b66522/django_fastauth-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26d284e30863fc7a3877381b6405a699d8f6b3da00f493529e9152d7f2053499",
                "md5": "52089ffd0591f4f4eef16cbbb527b4b0",
                "sha256": "6c25b98909760c6b56ebc92bc63479e2a73f240272d02d36965159e25f43e68f"
            },
            "downloads": -1,
            "filename": "django-fastauth-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "52089ffd0591f4f4eef16cbbb527b4b0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2763,
            "upload_time": "2024-03-03T10:43:19",
            "upload_time_iso_8601": "2024-03-03T10:43:19.715721Z",
            "url": "https://files.pythonhosted.org/packages/26/d2/84e30863fc7a3877381b6405a699d8f6b3da00f493529e9152d7f2053499/django-fastauth-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-03 10:43:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sikandar1838",
    "github_project": "console",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2023.11.17"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "3.3.2"
                ]
            ]
        },
        {
            "name": "docutils",
            "specs": [
                [
                    "==",
                    "0.20.1"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.6"
                ]
            ]
        },
        {
            "name": "importlib-metadata",
            "specs": [
                [
                    "==",
                    "7.0.1"
                ]
            ]
        },
        {
            "name": "jaraco.classes",
            "specs": [
                [
                    "==",
                    "3.3.0"
                ]
            ]
        },
        {
            "name": "keyring",
            "specs": [
                [
                    "==",
                    "24.3.0"
                ]
            ]
        },
        {
            "name": "markdown-it-py",
            "specs": [
                [
                    "==",
                    "3.0.0"
                ]
            ]
        },
        {
            "name": "mdurl",
            "specs": [
                [
                    "==",
                    "0.1.2"
                ]
            ]
        },
        {
            "name": "more-itertools",
            "specs": [
                [
                    "==",
                    "10.2.0"
                ]
            ]
        },
        {
            "name": "nh3",
            "specs": [
                [
                    "==",
                    "0.2.15"
                ]
            ]
        },
        {
            "name": "pkginfo",
            "specs": [
                [
                    "==",
                    "1.9.6"
                ]
            ]
        },
        {
            "name": "Pygments",
            "specs": [
                [
                    "==",
                    "2.17.2"
                ]
            ]
        },
        {
            "name": "pywin32-ctypes",
            "specs": [
                [
                    "==",
                    "0.2.2"
                ]
            ]
        },
        {
            "name": "readme-renderer",
            "specs": [
                [
                    "==",
                    "42.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.31.0"
                ]
            ]
        },
        {
            "name": "requests-toolbelt",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "rfc3986",
            "specs": [
                [
                    "==",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "rich",
            "specs": [
                [
                    "==",
                    "13.7.0"
                ]
            ]
        },
        {
            "name": "twine",
            "specs": [
                [
                    "==",
                    "4.0.2"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "2.1.0"
                ]
            ]
        },
        {
            "name": "zipp",
            "specs": [
                [
                    "==",
                    "3.17.0"
                ]
            ]
        }
    ],
    "lcname": "django-fastauth"
}
        
Elapsed time: 0.21445s