pyufunc


Namepyufunc JSON
Version 0.2.5 PyPI version JSON
download
home_pagehttps://github.com/xyluo25/pyufunc
SummaryPyUFunc consolidates frequently used utility functions from various libraries into one cohesive package
upload_time2024-03-30 22:40:37
maintainerNone
docs_urlNone
authorMr. Xiangyong Luo, Dr. Xuesong Simon Zhou
requires_python>=3.10
licenseMIT License
keywords utility functions utility functions common functions common utility functions
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyufunc

<img src="https://github.com/xyluo25/pyufunc/blob/main/docs/static/img/pyufunc_icon.jpg" >

Welcome to pyufunc, your go-to Python package for a wide array of frequently used utility functions. Simplify your coding experience with this powerful toolkit, meticulously designed to enhance your productivity and streamline your development process. Whether you're a seasoned developer or just starting with Python, pyufunc provides a curated collection of utilities that cater to your everyday programming needs.

PyUFunc aims to bring together the most commonly used utility functions from different libraries and provide them in a single, cohesive package. By consolidating utility functions from multiple sources, pyufunc simplifies the process of finding and integrating various utility libraries into your projects. It provides a centralized resource for accessing a diverse set of utility functions, ultimately saving time and effort.

## Key Features

1. **Intuitive and Easy-to-Use:** Simplicity is at the core of pyufunc's design. Every utility function is thoughtfully documented, making it easy for developers of all skill levels to integrate them seamlessly into their projects. Whether you're working on a small script or a large-scale application, pyufunc enhances your code without adding complexity.
2. **Modularity and Extensibility:** pyufunc is structured with modularity in mind. Each utility function is a standalone entity, allowing you to cherry-pick the ones you need without introducing unnecessary dependencies. Furthermore, the package is designed to be extensible, making it effortless to contribute your own utility functions and enrich the community.
3. **Robust Collection of Utility Functions:** pyufunc offers a versatile assortment of utility functions, carefully crafted and thoroughly tested to meet industry standards. The package covers diverse domains, including data manipulation, file handling, string operations, mathematical functions, and much more.
4. **Regular Updates and Maintenance:** Our team is dedicated to providing regular updates, ensuring that pyufunc remains compatible with the latest Python releases and industry best practices. We actively welcome community feedback and continually refine the package to meet developers' evolving requirements.
5. **Time and Effort Savings:** With pyufunc, you can avoid reinventing the wheel by leveraging pre-existing, widely used utility functions. This saves you time and effort in writing custom utility functions and allows you to focus on the core aspects of your project.

Let pyufunc take care of the repetitive tasks while you focus on building remarkable Python applications. Empower your projects with the efficiency and elegance that comes with pyufunc - your all-inclusive Python utility toolkit. Happy coding!

🚀️ **No Extra dependencies will be installed to your environment unless use of functions that need certain dependency, the function will automatically install required package when you run it.**

## Existing Utility Functions Categorized by Functionality

- [utility_function_by_category.md](https://github.com/xyluo25/pyufunc/blob/main/utility_function_by_category.md)

## Existing Utility Functions Categorized by Keywords

- [utility_function_by_keyword.md](https://github.com/xyluo25/pyufunc/blob/main/utility_function_by_keyword.md)

## Quick Tutorial

### Install pyufunc

pip install

```python
pip install pyufunc
```

conda install

```python
conda install pyufunc
```

### Import package

```python
import pyufunc as pf
```

### General use (show existing utility functions)

```python
import pyufunc as pf

# show all available utility functions by category
pf.show_util_func_by_category()

# show all available utility functions by keywords
pf.show_util_func_by_keyword()

# show all available functions by keyword in func_name
pf.find_util_func_by_keyword("show")

```

## Community and Support

We welcome and encourage developers to contribute their valuable utility functions to pyufunc by submitting pull requests on [PyUFunc GitHub Repository](https://github.com/xyluo25/pyufunc), helping to enrich the package and benefit the wider Python community.

Small improvements or fixes are always appreciated. If you are considering larger contributions to the source code, please contact us through email:

- Xiangyong (Roy) Luo: [luoxiangyong01@gmail.com](mailto:luoxiangyong01@gmail.com)
- Dr. Xuesong Simon Zhou: [xzhou74@asu.edu](mailto:xzhou74@asu.edu)

Writing code isn't the only way to contribute to pyufunc. You can also:

- review pull requests
- help us stay on top of new and old issues
- develop tutorials, presentations, and other educational materials
- develop graphic design for our brand assets and promotional materials
- translate website content
- help with outreach and onboard new contributors
- write grant proposals and help with other fundraising efforts

For more information about the ways you can contribute to pyufunc, visit [PyUFunc GitHub](https://github.com/xyluo25/pyufunc). If you' re unsure where to start or how your skills fit in, reach out! You can ask by opening a new issue or leaving a comment on a relevant issue that is already open on GitHub.

## Comprehensive Review of Utility Function Packages

- [utility_function_package_review.md](https://github.com/xyluo25/pyufunc/blob/main/utility_function_package_review.md)

## ACKNOWLEDGMENT

This open-source package is supported by National Science Foundation under grant no. TIP-2303748 titled, "[POSE: Phase II: CONNECT: Consortium of Open-source Planning Models for Next-generation Equitable and Efficient Communities and Transportation](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2303748&HistoricalAwards=false)"

Thank you to everyone who has contributed to the list of packages mentioned above. Your contributions have significantly enriched our open-source community. If any code violates your licensing agreements, please don't hesitate to [Contact developers](mailto:luoxiangyong01@gmail.com).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/xyluo25/pyufunc",
    "name": "pyufunc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "utility functions, utility, functions, common functions, common utility functions",
    "author": "Mr. Xiangyong Luo, Dr. Xuesong Simon Zhou",
    "author_email": "luoxiangyong01@gmail.com, xzhou74@asu.edu",
    "download_url": "https://files.pythonhosted.org/packages/54/6d/1f0c086bcc6941bc44a605944b23bb1d3672ae65ab346c20d205861f28d9/pyufunc-0.2.5.tar.gz",
    "platform": "all",
    "description": "# pyufunc\r\n\r\n<img src=\"https://github.com/xyluo25/pyufunc/blob/main/docs/static/img/pyufunc_icon.jpg\" >\r\n\r\nWelcome to pyufunc, your go-to Python package for a wide array of frequently used utility functions. Simplify your coding experience with this powerful toolkit, meticulously designed to enhance your productivity and streamline your development process. Whether you're a seasoned developer or just starting with Python, pyufunc provides a curated collection of utilities that cater to your everyday programming needs.\r\n\r\nPyUFunc aims to bring together the most commonly used utility functions from different libraries and provide them in a single, cohesive package. By consolidating utility functions from multiple sources, pyufunc simplifies the process of finding and integrating various utility libraries into your projects. It provides a centralized resource for accessing a diverse set of utility functions, ultimately saving time and effort.\r\n\r\n## Key Features\r\n\r\n1. **Intuitive and Easy-to-Use:** Simplicity is at the core of pyufunc's design. Every utility function is thoughtfully documented, making it easy for developers of all skill levels to integrate them seamlessly into their projects. Whether you're working on a small script or a large-scale application, pyufunc enhances your code without adding complexity.\r\n2. **Modularity and Extensibility:** pyufunc is structured with modularity in mind. Each utility function is a standalone entity, allowing you to cherry-pick the ones you need without introducing unnecessary dependencies. Furthermore, the package is designed to be extensible, making it effortless to contribute your own utility functions and enrich the community.\r\n3. **Robust Collection of Utility Functions:** pyufunc offers a versatile assortment of utility functions, carefully crafted and thoroughly tested to meet industry standards. The package covers diverse domains, including data manipulation, file handling, string operations, mathematical functions, and much more.\r\n4. **Regular Updates and Maintenance:** Our team is dedicated to providing regular updates, ensuring that pyufunc remains compatible with the latest Python releases and industry best practices. We actively welcome community feedback and continually refine the package to meet developers' evolving requirements.\r\n5. **Time and Effort Savings:** With pyufunc, you can avoid reinventing the wheel by leveraging pre-existing, widely used utility functions. This saves you time and effort in writing custom utility functions and allows you to focus on the core aspects of your project.\r\n\r\nLet pyufunc take care of the repetitive tasks while you focus on building remarkable Python applications. Empower your projects with the efficiency and elegance that comes with pyufunc - your all-inclusive Python utility toolkit. Happy coding!\r\n\r\n\ud83d\ude80\ufe0f **No Extra dependencies will be installed to your environment unless use of functions that need certain dependency, the function will automatically install required package when you run it.**\r\n\r\n## Existing Utility Functions Categorized by Functionality\r\n\r\n- [utility_function_by_category.md](https://github.com/xyluo25/pyufunc/blob/main/utility_function_by_category.md)\r\n\r\n## Existing Utility Functions Categorized by Keywords\r\n\r\n- [utility_function_by_keyword.md](https://github.com/xyluo25/pyufunc/blob/main/utility_function_by_keyword.md)\r\n\r\n## Quick Tutorial\r\n\r\n### Install pyufunc\r\n\r\npip install\r\n\r\n```python\r\npip install pyufunc\r\n```\r\n\r\nconda install\r\n\r\n```python\r\nconda install pyufunc\r\n```\r\n\r\n### Import package\r\n\r\n```python\r\nimport pyufunc as pf\r\n```\r\n\r\n### General use (show existing utility functions)\r\n\r\n```python\r\nimport pyufunc as pf\r\n\r\n# show all available utility functions by category\r\npf.show_util_func_by_category()\r\n\r\n# show all available utility functions by keywords\r\npf.show_util_func_by_keyword()\r\n\r\n# show all available functions by keyword in func_name\r\npf.find_util_func_by_keyword(\"show\")\r\n\r\n```\r\n\r\n## Community and Support\r\n\r\nWe welcome and encourage developers to contribute their valuable utility functions to pyufunc by submitting pull requests on [PyUFunc GitHub Repository](https://github.com/xyluo25/pyufunc), helping to enrich the package and benefit the wider Python community.\r\n\r\nSmall improvements or fixes are always appreciated. If you are considering larger contributions to the source code, please contact us through email:\r\n\r\n- Xiangyong (Roy) Luo: [luoxiangyong01@gmail.com](mailto:luoxiangyong01@gmail.com)\r\n- Dr. Xuesong Simon Zhou: [xzhou74@asu.edu](mailto:xzhou74@asu.edu)\r\n\r\nWriting code isn't the only way to contribute to pyufunc. You can also:\r\n\r\n- review pull requests\r\n- help us stay on top of new and old issues\r\n- develop tutorials, presentations, and other educational materials\r\n- develop graphic design for our brand assets and promotional materials\r\n- translate website content\r\n- help with outreach and onboard new contributors\r\n- write grant proposals and help with other fundraising efforts\r\n\r\nFor more information about the ways you can contribute to pyufunc, visit [PyUFunc GitHub](https://github.com/xyluo25/pyufunc). If you' re unsure where to start or how your skills fit in, reach out! You can ask by opening a new issue or leaving a comment on a relevant issue that is already open on GitHub.\r\n\r\n## Comprehensive Review of Utility Function Packages\r\n\r\n- [utility_function_package_review.md](https://github.com/xyluo25/pyufunc/blob/main/utility_function_package_review.md)\r\n\r\n## ACKNOWLEDGMENT\r\n\r\nThis open-source package is supported by National Science Foundation under grant no. TIP-2303748 titled, \"[POSE: Phase II: CONNECT: Consortium of Open-source Planning Models for Next-generation Equitable and Efficient Communities and Transportation](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2303748&HistoricalAwards=false)\"\r\n\r\nThank you to everyone who has contributed to the list of packages mentioned above. Your contributions have significantly enriched our open-source community. If any code violates your licensing agreements, please don't hesitate to [Contact developers](mailto:luoxiangyong01@gmail.com).\r\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "PyUFunc consolidates frequently used utility functions from various libraries into one cohesive package",
    "version": "0.2.5",
    "project_urls": {
        "Bug Tracker": "https://github.com/xyluo25/pyufunc/issues",
        "Contact": "https://github.com/xyluo25",
        "Homepage": "https://github.com/xyluo25/pyufunc",
        "License": "https://github.com/xyluo25/pyufunc/blob/main/LICENSE"
    },
    "split_keywords": [
        "utility functions",
        " utility",
        " functions",
        " common functions",
        " common utility functions"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43656df5fb3ae49b72edcfe64c91a21aa2af6654a783c2268c3847fb10a983bd",
                "md5": "20ac27913619ae12bcf8a0d47bd9d0aa",
                "sha256": "38973aaa51cff0354b9d242e0ff96e86d5e81bfba6bf43b7e677a3f24b45aa47"
            },
            "downloads": -1,
            "filename": "pyufunc-0.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "20ac27913619ae12bcf8a0d47bd9d0aa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 125801,
            "upload_time": "2024-03-30T22:40:35",
            "upload_time_iso_8601": "2024-03-30T22:40:35.033414Z",
            "url": "https://files.pythonhosted.org/packages/43/65/6df5fb3ae49b72edcfe64c91a21aa2af6654a783c2268c3847fb10a983bd/pyufunc-0.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "546d1f0c086bcc6941bc44a605944b23bb1d3672ae65ab346c20d205861f28d9",
                "md5": "9e526b0f5e88de6c76021b92722cc8c4",
                "sha256": "788105a84f15be9186a274a2749243583ef26b4298b3615fb1da5a50769e2be6"
            },
            "downloads": -1,
            "filename": "pyufunc-0.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "9e526b0f5e88de6c76021b92722cc8c4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 106282,
            "upload_time": "2024-03-30T22:40:37",
            "upload_time_iso_8601": "2024-03-30T22:40:37.426103Z",
            "url": "https://files.pythonhosted.org/packages/54/6d/1f0c086bcc6941bc44a605944b23bb1d3672ae65ab346c20d205861f28d9/pyufunc-0.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-30 22:40:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xyluo25",
    "github_project": "pyufunc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pyufunc"
}
        
Elapsed time: 0.23022s