firepup650


Namefirepup650 JSON
Version 1.0.43 PyPI version JSON
download
home_pagehttps://github.com/F1repup650/firepup650-PYPI
SummaryPackage containing various shorthand things I use, and a few imports I almost always use
upload_time2024-09-03 14:29:20
maintainerNone
docs_urlNone
authorFirepup650
requires_python<4.0,>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Firepup650
Package containing various shorthand things I use, and a few imports I almost always use
### Change log:
#### v.1.0.43:
Called the error the wrong thing
#### v.1.0.42:
Small typo fix (`stackLevel` -> `stacklevel`)
#### v.1.0.41:
Windows "Support"
#### v.1.0.40:
Add offset mapping all the way up to 10 Billion, which exceeds the integer limit.
#### v.1.0.39:
Add offset mappings for exceeding 1 Million options, new limit is 10 Million options
#### v.1.0.38:
Mappings for much larger menu sizes, hopefully no one should ever hit that limit.
#### v.1.0.37:
Upgrades to gp and gh, they now function as stand-alone prompts, and allow deletion of characters as well (`allowDelete` must be set to `True`)
#### v.1.0.36:
Fix an old annoying bug with menus having an incorrect size calculation if the width of the menu was an even number
#### v.1.0.35:
Adds a few missing docstrings and fixes a bug with the menu function
#### v.1.0.34:
Adds methods to hide/show the cursor and a menu system
#### v.1.0.33:
Finally fixes `clear`'s ascii option, and adds windows compatibility to the same
#### v.1.0.32 (Breaking change!):
BREAKING CHANGE: `input` -> `inputCast`

Adds the `makeError` function, and fixes some mypy complaints
#### v.1.0.31:
Adds the `isMath` function provided by @python660 on Replit Ask
#### v.1.0.30:
Fix all mypy stub issues
#### v.1.0.29:
Provide a mypy stub file
#### v.1.0.28:
Updates `Color` to flush print by default.
#### v.1.0.27:
Renames many methods, old names are still avalible for backwards compatiblity however. Also, SQL was moved to it's own package entirely.
#### v.1.0.26:
Adds `remove_prefix` and `remove_suffix`, name mangles internal variables in `sql`, fixes a bug in `console.warn`, adds `__VERSION__`, `__NEW__`, and `__LICENSE__`, adds many aliases for `help()`.
#### v.1.0.25:
Fix all bugs related to version `1.0.24`'s patch.
#### v.1.0.24:
Fixes a bug in `sql`'s `addTable` function.
#### v.1.0.23:
Adds `sql` (class) and all it's functions
#### v.1.0.22:
Adds `flush_print`.
#### v.1.0.21:
Adds `bad_cast_message` to `input` and `replit_input`.
#### v.1.0.20:
Fixes a bug where `replit_input` didn't cast to `cast`.
#### v.1.0.19:
Updates `replit_input` to call (new) custom `input` that supports type casting under the hood.
#### v.1.0.18:
Adds Ease Of Use stuff to `bcolors`.
#### v.1.0.17:
Adds `cprint`.
#### v.1.0.16:
Same as `v.1.0.15`. Should be fixed now.
#### v.1.0.15:
Same as `v.1.0.14`, but I can't use the same number
#### v.1.0.14:
Hopefully fixes poetry not showing certain project info.
#### v.1.0.13:
Adds `replit_input`
#### v.1.0.12:
Description fix for `gp`, add `gh`.
#### v.1.0.11:
Fix a bug in the `gp` method.
#### v.1.0.10:
Add the `REPLIT` color to `bcolors`, and add `replit_cursor` to the module.
#### v.1.0.9:
Small tweaks, nothing major.
#### v.1.0.8:
Cat install collections. This better fix it.
###### v.1.0.7:
Adds `console` (class), `bcolors` (class), and `Color` (function). Fixes type hinting on various things (Lots of thanks to [@bigminiboss](https://pypi.org/user/bigminiboss/)!).
#### v.1.0.6:
Hopefully, fixes an issue where the package doesn't install it's dependencies (Again. Hopefully.)
#### v.1.0.5:
Hopefully, fixes an issue where the package doesn't install it's dependencies
#### v.1.0.4:
Subscript errors
#### v.1.0.3:
Dependant errors
#### v.1.0.2:
Random shorthand (literally)
#### v.1.0.1:
Added animated typing function, sleep shorthand
#### v.1.0.0:
Initial Release!

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/F1repup650/firepup650-PYPI",
    "name": "firepup650",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Firepup650",
    "author_email": "firepyp650@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2e/60/3b27761cf91aa7ededd17a505b2fd72db762e7d5f27a7b92f1078d2153ba/firepup650-1.0.43.tar.gz",
    "platform": null,
    "description": "# Firepup650\nPackage containing various shorthand things I use, and a few imports I almost always use\n### Change log:\n#### v.1.0.43:\nCalled the error the wrong thing\n#### v.1.0.42:\nSmall typo fix (`stackLevel` -> `stacklevel`)\n#### v.1.0.41:\nWindows \"Support\"\n#### v.1.0.40:\nAdd offset mapping all the way up to 10 Billion, which exceeds the integer limit.\n#### v.1.0.39:\nAdd offset mappings for exceeding 1 Million options, new limit is 10 Million options\n#### v.1.0.38:\nMappings for much larger menu sizes, hopefully no one should ever hit that limit.\n#### v.1.0.37:\nUpgrades to gp and gh, they now function as stand-alone prompts, and allow deletion of characters as well (`allowDelete` must be set to `True`)\n#### v.1.0.36:\nFix an old annoying bug with menus having an incorrect size calculation if the width of the menu was an even number\n#### v.1.0.35:\nAdds a few missing docstrings and fixes a bug with the menu function\n#### v.1.0.34:\nAdds methods to hide/show the cursor and a menu system\n#### v.1.0.33:\nFinally fixes `clear`'s ascii option, and adds windows compatibility to the same\n#### v.1.0.32 (Breaking change!):\nBREAKING CHANGE: `input` -> `inputCast`\n\nAdds the `makeError` function, and fixes some mypy complaints\n#### v.1.0.31:\nAdds the `isMath` function provided by @python660 on Replit Ask\n#### v.1.0.30:\nFix all mypy stub issues\n#### v.1.0.29:\nProvide a mypy stub file\n#### v.1.0.28:\nUpdates `Color` to flush print by default.\n#### v.1.0.27:\nRenames many methods, old names are still avalible for backwards compatiblity however. Also, SQL was moved to it's own package entirely.\n#### v.1.0.26:\nAdds `remove_prefix` and `remove_suffix`, name mangles internal variables in `sql`, fixes a bug in `console.warn`, adds `__VERSION__`, `__NEW__`, and `__LICENSE__`, adds many aliases for `help()`.\n#### v.1.0.25:\nFix all bugs related to version `1.0.24`'s patch.\n#### v.1.0.24:\nFixes a bug in `sql`'s `addTable` function.\n#### v.1.0.23:\nAdds `sql` (class) and all it's functions\n#### v.1.0.22:\nAdds `flush_print`.\n#### v.1.0.21:\nAdds `bad_cast_message` to `input` and `replit_input`.\n#### v.1.0.20:\nFixes a bug where `replit_input` didn't cast to `cast`.\n#### v.1.0.19:\nUpdates `replit_input` to call (new) custom `input` that supports type casting under the hood.\n#### v.1.0.18:\nAdds Ease Of Use stuff to `bcolors`.\n#### v.1.0.17:\nAdds `cprint`.\n#### v.1.0.16:\nSame as `v.1.0.15`. Should be fixed now.\n#### v.1.0.15:\nSame as `v.1.0.14`, but I can't use the same number\n#### v.1.0.14:\nHopefully fixes poetry not showing certain project info.\n#### v.1.0.13:\nAdds `replit_input`\n#### v.1.0.12:\nDescription fix for `gp`, add `gh`.\n#### v.1.0.11:\nFix a bug in the `gp` method.\n#### v.1.0.10:\nAdd the `REPLIT` color to `bcolors`, and add `replit_cursor` to the module.\n#### v.1.0.9:\nSmall tweaks, nothing major.\n#### v.1.0.8:\nCat install collections. This better fix it.\n###### v.1.0.7:\nAdds `console` (class), `bcolors` (class), and `Color` (function). Fixes type hinting on various things (Lots of thanks to [@bigminiboss](https://pypi.org/user/bigminiboss/)!).\n#### v.1.0.6:\nHopefully, fixes an issue where the package doesn't install it's dependencies (Again. Hopefully.)\n#### v.1.0.5:\nHopefully, fixes an issue where the package doesn't install it's dependencies\n#### v.1.0.4:\nSubscript errors\n#### v.1.0.3:\nDependant errors\n#### v.1.0.2:\nRandom shorthand (literally)\n#### v.1.0.1:\nAdded animated typing function, sleep shorthand\n#### v.1.0.0:\nInitial Release!\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Package containing various shorthand things I use, and a few imports I almost always use",
    "version": "1.0.43",
    "project_urls": {
        "Bug Tracker": "https://github.com/F1repup650/firepup650-PYPI/issues",
        "Homepage": "https://github.com/F1repup650/firepup650-PYPI",
        "Replit": "https://replit.com/@Firepup650/firepup650-PYPI-Package",
        "Repository": "https://github.com/F1repup650/firepup650-PYPI"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c66f2b8cc385d6b3278099616b5f4436731a913bf8a1320c794cfdf58fe255ca",
                "md5": "f792b6e64215c4dc41efeee19dd95d6d",
                "sha256": "685a3e00586bfa483108675de52bd05ef1ddbf50864fc4071c735bf36a726b23"
            },
            "downloads": -1,
            "filename": "firepup650-1.0.43-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f792b6e64215c4dc41efeee19dd95d6d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 11921,
            "upload_time": "2024-09-03T14:29:19",
            "upload_time_iso_8601": "2024-09-03T14:29:19.619501Z",
            "url": "https://files.pythonhosted.org/packages/c6/6f/2b8cc385d6b3278099616b5f4436731a913bf8a1320c794cfdf58fe255ca/firepup650-1.0.43-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e603b27761cf91aa7ededd17a505b2fd72db762e7d5f27a7b92f1078d2153ba",
                "md5": "53e6aec33ca4c781e8ebb64ebb6c8f33",
                "sha256": "985d679370d61490e4a7efa2022d0c1971c63223b5a455b374bfd1fe1b910612"
            },
            "downloads": -1,
            "filename": "firepup650-1.0.43.tar.gz",
            "has_sig": false,
            "md5_digest": "53e6aec33ca4c781e8ebb64ebb6c8f33",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 12641,
            "upload_time": "2024-09-03T14:29:20",
            "upload_time_iso_8601": "2024-09-03T14:29:20.759610Z",
            "url": "https://files.pythonhosted.org/packages/2e/60/3b27761cf91aa7ededd17a505b2fd72db762e7d5f27a7b92f1078d2153ba/firepup650-1.0.43.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-03 14:29:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "F1repup650",
    "github_project": "firepup650-PYPI",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "firepup650"
}
        
Elapsed time: 0.42522s