flask-fastauth


Nameflask-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:42:52
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": "flask-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/b6/4b/48bb19f036e4ba6fdedec3affe1b5aa7dd6015abc11eb84958dd366e9ba7/flask-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": "c9b9cb6802d7da11db4822a639187020ecf456768fdbd4e04326c75c861d5d37",
                "md5": "809f2403186b1b5a9041bac6c343b2c7",
                "sha256": "27322c9838c03fd123e4ce0ef29b4fce76ecefb01e69a150d7ec29f7c8628938"
            },
            "downloads": -1,
            "filename": "flask_fastauth-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "809f2403186b1b5a9041bac6c343b2c7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3082,
            "upload_time": "2024-03-03T10:42:49",
            "upload_time_iso_8601": "2024-03-03T10:42:49.231695Z",
            "url": "https://files.pythonhosted.org/packages/c9/b9/cb6802d7da11db4822a639187020ecf456768fdbd4e04326c75c861d5d37/flask_fastauth-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b64b48bb19f036e4ba6fdedec3affe1b5aa7dd6015abc11eb84958dd366e9ba7",
                "md5": "6036347098afd12c63532c0adaec9b79",
                "sha256": "035640d055c79e528aaf0562ed0eadf778d93b05cb81a8b0385cd5ac54881e3b"
            },
            "downloads": -1,
            "filename": "flask-fastauth-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6036347098afd12c63532c0adaec9b79",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2759,
            "upload_time": "2024-03-03T10:42:52",
            "upload_time_iso_8601": "2024-03-03T10:42:52.436377Z",
            "url": "https://files.pythonhosted.org/packages/b6/4b/48bb19f036e4ba6fdedec3affe1b5aa7dd6015abc11eb84958dd366e9ba7/flask-fastauth-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-03 10:42:52",
    "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": "flask-fastauth"
}
        
Elapsed time: 0.19391s