utilisys


Nameutilisys JSON
Version 0.1.19 PyPI version JSON
download
home_pagehttps://github.com/lifsys/utilisys
SummaryA collection of utility functions for various tasks by Lifsys, Inc
upload_time2024-08-10 17:25:42
maintainerNone
docs_urlNone
authorLifsys, Inc
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Utilisys by Lifsys, Inc

Utilisys is a Python package developed by Lifsys, Inc that provides a collection of utility functions for various tasks including API key retrieval, phone number standardization, dictionary flattening, contract requirement handling, email parsing, file operations, and data processing and conversion.

## Installation

You can install Utilisys using pip:

```
pip install utilisys
```

## Usage

Here's a quick example of how to use Utilisys:

```python
from utilisys import standardize_phone_number, flatten_dict

# Standardize a phone number
phone = standardize_phone_number("(123) 456-7890")
print(phone)  # Output: +1 123-456-7890

# Flatten a nested dictionary
nested_dict = {"a": 1, "b": {"c": 2, "d": {"e": 3}}}
flat_dict = flatten_dict(nested_dict)
print(flat_dict)  # Output: {'a': 1, 'b_c': 2, 'b_d_e': 3}
```

For more detailed usage instructions, please refer to the documentation.

## Version History

- 0.1.19: Prepared for PyPI update
  - Updated version number in setup.py, __init__.py, and PKG-INFO
  - Updated changelog in README.md and CHANGELOG.md
  - Minor improvements and bug fixes
- 0.1.18: Previous PyPI update
  - Updated version number in setup.py, __init__.py, and PKG-INFO
  - Updated changelog in README.md and CHANGELOG.md
  - Minor improvements and bug fixes
- 0.1.17: Previous PyPI update
  - Updated version number in setup.py, __init__.py, and PKG-INFO
  - Updated changelog in README.md and CHANGELOG.md
  - Minor improvements and bug fixes
- 0.1.16: Previous PyPI update
  - Updated version number in setup.py, __init__.py, and PKG-INFO
  - Updated changelog in README.md and CHANGELOG.md
  - Minor improvements and bug fixes
- 0.1.15: Previous PyPI update
  - Updated version number in setup.py, __init__.py, and PKG-INFO
  - Updated changelog in README.md and CHANGELOG.md
  - Improved JSON processing in utilisys.py
  - Updated get_requirements function to use DatabaseManager's use_table method
- 0.1.14: Previous PyPI update
  - Updated version number for PyPI release
  - Several changes in utilisys.py (see CHANGELOG.md for details)
- 0.1.13: Previous PyPI update
  - Updated version number in setup.py, __init__.py, and PKG-INFO
  - Updated changelog in CHANGELOG.md with detailed changes in utilisys.py
  - Added new functions and improved existing ones in utilisys.py
- 0.1.12: Previous PyPI update
  - Updated version number in setup.py, __init__.py, and PKG-INFO
  - Updated changelog in CHANGELOG.md
  - Several changes in utilisys.py
- 0.1.11: Previous PyPI update
  - Updated version number for PyPI release
  - Updated version number in setup.py and PKG-INFO
  - Updated changelog in README.md
  - Minor improvements and bug fixes
- 0.1.8: Previous PyPI update
  - Updated version number in setup.py and PKG-INFO
  - Updated changelog in README.md
  - Minor improvements and bug fixes
- 0.1.7: Previous PyPI update
  - Updated version number in setup.py and PKG-INFO
  - Updated changelog in README.md
  - Minor improvements and bug fixes
- 0.1.6: Previous PyPI update
  - Updated version number in setup.py and PKG-INFO
  - Updated changelog in README.md
  - Minor improvements and bug fixes
- 0.1.5: Prepared for PyPI update
  - Updated version number in setup.py and PKG-INFO
  - Updated changelog in README.md
  - Enhanced JSON processing with safe_json_loads function
- 0.1.4: Prepared for PyPI update
  - Updated version number in setup.py
  - Updated changelog in README.md
  - Improved error handling in JSON processing functions
- 0.1.3: Updated for PyPI release
  - Updated version number in setup.py
  - Updated changelog in README.md
  - Fixed import statement in utilisys.py (changed 'intellisys' to 'intelisys')
- 0.1.2: Prepared for PyPI update
- 0.1.1: Added support for Python 3.10 and 3.11
- 0.1.0: Initial release

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

This project is licensed under the MIT License - see the LICENSE file for details.

## About Lifsys, Inc

Lifsys, Inc is an AI company dedicated to developing solutions for the future. For more information, visit [www.lifsys.com](https://www.lifsys.com).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lifsys/utilisys",
    "name": "utilisys",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Lifsys, Inc",
    "author_email": "info@lifsys.com",
    "download_url": "https://files.pythonhosted.org/packages/58/8d/4dfe5fc6435e65ef0f2a1776c4480b403600ffda748db0e17ccf9917e089/utilisys-0.1.19.tar.gz",
    "platform": null,
    "description": "# Utilisys by Lifsys, Inc\n\nUtilisys is a Python package developed by Lifsys, Inc that provides a collection of utility functions for various tasks including API key retrieval, phone number standardization, dictionary flattening, contract requirement handling, email parsing, file operations, and data processing and conversion.\n\n## Installation\n\nYou can install Utilisys using pip:\n\n```\npip install utilisys\n```\n\n## Usage\n\nHere's a quick example of how to use Utilisys:\n\n```python\nfrom utilisys import standardize_phone_number, flatten_dict\n\n# Standardize a phone number\nphone = standardize_phone_number(\"(123) 456-7890\")\nprint(phone)  # Output: +1 123-456-7890\n\n# Flatten a nested dictionary\nnested_dict = {\"a\": 1, \"b\": {\"c\": 2, \"d\": {\"e\": 3}}}\nflat_dict = flatten_dict(nested_dict)\nprint(flat_dict)  # Output: {'a': 1, 'b_c': 2, 'b_d_e': 3}\n```\n\nFor more detailed usage instructions, please refer to the documentation.\n\n## Version History\n\n- 0.1.19: Prepared for PyPI update\n  - Updated version number in setup.py, __init__.py, and PKG-INFO\n  - Updated changelog in README.md and CHANGELOG.md\n  - Minor improvements and bug fixes\n- 0.1.18: Previous PyPI update\n  - Updated version number in setup.py, __init__.py, and PKG-INFO\n  - Updated changelog in README.md and CHANGELOG.md\n  - Minor improvements and bug fixes\n- 0.1.17: Previous PyPI update\n  - Updated version number in setup.py, __init__.py, and PKG-INFO\n  - Updated changelog in README.md and CHANGELOG.md\n  - Minor improvements and bug fixes\n- 0.1.16: Previous PyPI update\n  - Updated version number in setup.py, __init__.py, and PKG-INFO\n  - Updated changelog in README.md and CHANGELOG.md\n  - Minor improvements and bug fixes\n- 0.1.15: Previous PyPI update\n  - Updated version number in setup.py, __init__.py, and PKG-INFO\n  - Updated changelog in README.md and CHANGELOG.md\n  - Improved JSON processing in utilisys.py\n  - Updated get_requirements function to use DatabaseManager's use_table method\n- 0.1.14: Previous PyPI update\n  - Updated version number for PyPI release\n  - Several changes in utilisys.py (see CHANGELOG.md for details)\n- 0.1.13: Previous PyPI update\n  - Updated version number in setup.py, __init__.py, and PKG-INFO\n  - Updated changelog in CHANGELOG.md with detailed changes in utilisys.py\n  - Added new functions and improved existing ones in utilisys.py\n- 0.1.12: Previous PyPI update\n  - Updated version number in setup.py, __init__.py, and PKG-INFO\n  - Updated changelog in CHANGELOG.md\n  - Several changes in utilisys.py\n- 0.1.11: Previous PyPI update\n  - Updated version number for PyPI release\n  - Updated version number in setup.py and PKG-INFO\n  - Updated changelog in README.md\n  - Minor improvements and bug fixes\n- 0.1.8: Previous PyPI update\n  - Updated version number in setup.py and PKG-INFO\n  - Updated changelog in README.md\n  - Minor improvements and bug fixes\n- 0.1.7: Previous PyPI update\n  - Updated version number in setup.py and PKG-INFO\n  - Updated changelog in README.md\n  - Minor improvements and bug fixes\n- 0.1.6: Previous PyPI update\n  - Updated version number in setup.py and PKG-INFO\n  - Updated changelog in README.md\n  - Minor improvements and bug fixes\n- 0.1.5: Prepared for PyPI update\n  - Updated version number in setup.py and PKG-INFO\n  - Updated changelog in README.md\n  - Enhanced JSON processing with safe_json_loads function\n- 0.1.4: Prepared for PyPI update\n  - Updated version number in setup.py\n  - Updated changelog in README.md\n  - Improved error handling in JSON processing functions\n- 0.1.3: Updated for PyPI release\n  - Updated version number in setup.py\n  - Updated changelog in README.md\n  - Fixed import statement in utilisys.py (changed 'intellisys' to 'intelisys')\n- 0.1.2: Prepared for PyPI update\n- 0.1.1: Added support for Python 3.10 and 3.11\n- 0.1.0: Initial release\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## About Lifsys, Inc\n\nLifsys, Inc is an AI company dedicated to developing solutions for the future. For more information, visit [www.lifsys.com](https://www.lifsys.com).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A collection of utility functions for various tasks by Lifsys, Inc",
    "version": "0.1.19",
    "project_urls": {
        "Homepage": "https://github.com/lifsys/utilisys"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e0ce2701e9cc7860cdb396c287ec557433a69b400fc5559d61a413073bc76ef",
                "md5": "b7b34a81cde21258bb43ddeb2d4ac4fb",
                "sha256": "72f3125ddc18b6f5fa017f78d0566f86e552e139480bd3731161eb21f842778a"
            },
            "downloads": -1,
            "filename": "utilisys-0.1.19-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b7b34a81cde21258bb43ddeb2d4ac4fb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 11510,
            "upload_time": "2024-08-10T17:25:37",
            "upload_time_iso_8601": "2024-08-10T17:25:37.123067Z",
            "url": "https://files.pythonhosted.org/packages/6e/0c/e2701e9cc7860cdb396c287ec557433a69b400fc5559d61a413073bc76ef/utilisys-0.1.19-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "588d4dfe5fc6435e65ef0f2a1776c4480b403600ffda748db0e17ccf9917e089",
                "md5": "ba720e93eb02992bc0e85005ec5274a2",
                "sha256": "8bb9acaadbd57c403ed7d72f207f66cd8008988b5010fb75fdcddebcbb12a2a2"
            },
            "downloads": -1,
            "filename": "utilisys-0.1.19.tar.gz",
            "has_sig": false,
            "md5_digest": "ba720e93eb02992bc0e85005ec5274a2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 12040,
            "upload_time": "2024-08-10T17:25:42",
            "upload_time_iso_8601": "2024-08-10T17:25:42.054019Z",
            "url": "https://files.pythonhosted.org/packages/58/8d/4dfe5fc6435e65ef0f2a1776c4480b403600ffda748db0e17ccf9917e089/utilisys-0.1.19.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-10 17:25:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lifsys",
    "github_project": "utilisys",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "utilisys"
}
        
Elapsed time: 0.72994s