Short-Py


NameShort-Py JSON
Version 1.3.1 PyPI version JSON
download
home_pagehttps://github.com/Ethan7080/Py-Simplify
SummaryA module that will make your coding easier
upload_time2024-06-16 06:06:47
maintainerNone
docs_urlNone
authorEthan Wang
requires_python>=3.6
licenseMIT License Copyright © 2024, Ethan Wang, Hong Kong Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords easy help module
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # easy_py

easy_py is a Python package designed to make your Python coding experience easier by providing shorthand versions of commonly used functions. With easy_py, you can save keystrokes and time when writing basic Python code.

## Installation

Install Short-Py using pip:

```bash
pip install Short-Py
```
Usage
To use Short-Py, simply import the package and call its functions like so:

```python

from Short-Py import p

# Instead of using print(), use p() for the same result
p('Hello, world!')
```

Here is a quick example that shows Short-Py in action:

```python
from Short-Py import *

# Print a simple string
p("I'm using Short-Py!")

# Print multiple expressions
p("The answer to 2 + 2 is:", add(2, 2))
Output:
```
```bash
I'm using Short-Py!
The answer to 2 + 2 is: 4
```
## Contribute
We welcome contributions to Short-Py! If you have a suggestion or improvement, feel free to fork the repository and submit a pull request.

## License
Short-Py is released under the MIT License. See the LICENSE file for more details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Ethan7080/Py-Simplify",
    "name": "Short-Py",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "Daniel Fong <dfong8818@gmail.com>",
    "keywords": "easy, help, module",
    "author": "Ethan Wang",
    "author_email": "Ethan Wang <ethanwanglife@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c0/df/77888d7fa32d6a59b7836756fe5d6f12d66b33ccb5ab20b36649cc979fa7/short_py-1.3.1.tar.gz",
    "platform": null,
    "description": "# easy_py\n\neasy_py is a Python package designed to make your Python coding experience easier by providing shorthand versions of commonly used functions. With easy_py, you can save keystrokes and time when writing basic Python code.\n\n## Installation\n\nInstall Short-Py using pip:\n\n```bash\npip install Short-Py\n```\nUsage\nTo use Short-Py, simply import the package and call its functions like so:\n\n```python\n\nfrom Short-Py import p\n\n# Instead of using print(), use p() for the same result\np('Hello, world!')\n```\n\nHere is a quick example that shows Short-Py in action:\n\n```python\nfrom Short-Py import *\n\n# Print a simple string\np(\"I'm using Short-Py!\")\n\n# Print multiple expressions\np(\"The answer to 2 + 2 is:\", add(2, 2))\nOutput:\n```\n```bash\nI'm using Short-Py!\nThe answer to 2 + 2 is: 4\n```\n## Contribute\nWe welcome contributions to Short-Py! If you have a suggestion or improvement, feel free to fork the repository and submit a pull request.\n\n## License\nShort-Py is released under the MIT License. See the LICENSE file for more details.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright \u00a9 2024, Ethan Wang, Hong Kong  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A module that will make your coding easier",
    "version": "1.3.1",
    "project_urls": {
        "Bug Reports": "https://github.com/Ethan7080/Short-Py/issues",
        "Homepage": "https://github.com/Ethan7080/Short-Py",
        "Source": "https://github.com/Ethan7080/Short-Py"
    },
    "split_keywords": [
        "easy",
        " help",
        " module"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "299052714394b6ef8add66720858c9b084aad5d367895a7ff2b76dcb3b8e74a7",
                "md5": "a85e208acc046f2be2a3409b95033df4",
                "sha256": "ca4be021f3c6426976e50c8bb90838f54ca3bed2799cb43bc26e60489665d321"
            },
            "downloads": -1,
            "filename": "Short_Py-1.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a85e208acc046f2be2a3409b95033df4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4062,
            "upload_time": "2024-06-16T06:06:46",
            "upload_time_iso_8601": "2024-06-16T06:06:46.078661Z",
            "url": "https://files.pythonhosted.org/packages/29/90/52714394b6ef8add66720858c9b084aad5d367895a7ff2b76dcb3b8e74a7/Short_Py-1.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0df77888d7fa32d6a59b7836756fe5d6f12d66b33ccb5ab20b36649cc979fa7",
                "md5": "ee37b834b3d632f0e1db1f5e0c7f17c5",
                "sha256": "7e4917306f712c3ebb698c3fbf5f2a16d480ce245b7dcfccb395201e99996e4e"
            },
            "downloads": -1,
            "filename": "short_py-1.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ee37b834b3d632f0e1db1f5e0c7f17c5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 5431,
            "upload_time": "2024-06-16T06:06:47",
            "upload_time_iso_8601": "2024-06-16T06:06:47.921424Z",
            "url": "https://files.pythonhosted.org/packages/c0/df/77888d7fa32d6a59b7836756fe5d6f12d66b33ccb5ab20b36649cc979fa7/short_py-1.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-16 06:06:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Ethan7080",
    "github_project": "Py-Simplify",
    "github_not_found": true,
    "lcname": "short-py"
}
        
Elapsed time: 0.48319s