{"id":38053946,"url":"https://github.com/ibm-watson-iot/functions","last_synced_at":"2026-01-16T20:21:00.751Z","repository":{"id":33762008,"uuid":"154710665","full_name":"ibm-watson-iot/functions","owner":"ibm-watson-iot","description":"A companion package to IBM Maximo asset monitor pipeline containing sample functions and base classes from which to derive custom functions","archived":false,"fork":false,"pushed_at":"2026-01-12T09:14:30.000Z","size":23856,"stargazers_count":12,"open_issues_count":13,"forks_count":47,"subscribers_count":7,"default_branch":"master","last_synced_at":"2026-01-12T15:47:09.323Z","etag":null,"topics":["analytics","ibm","iot","maximo","maximo-application-suite","maximo-asset-monitor","python","watson-studio"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibm-watson-iot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-10-25T17:23:27.000Z","updated_at":"2026-01-06T20:06:44.000Z","dependencies_parsed_at":"2025-12-08T15:02:12.565Z","dependency_job_id":null,"html_url":"https://github.com/ibm-watson-iot/functions","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ibm-watson-iot/functions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibm-watson-iot%2Ffunctions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibm-watson-iot%2Ffunctions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibm-watson-iot%2Ffunctions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibm-watson-iot%2Ffunctions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibm-watson-iot","download_url":"https://codeload.github.com/ibm-watson-iot/functions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibm-watson-iot%2Ffunctions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28482267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analytics","ibm","iot","maximo","maximo-application-suite","maximo-asset-monitor","python","watson-studio"],"created_at":"2026-01-16T20:20:59.513Z","updated_at":"2026-01-16T20:21:00.660Z","avatar_url":"https://github.com/ibm-watson-iot.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# IoT Functions\n\nA companion package to IBM Watson IoT Platform Analytics containing sample functions and base classes from which to derive custom functions.\n\n## Getting Started\n\nThese instructions will get you up and running in your local environment or in Watson Studio for development and testing purposes. \n\n### Prerequisites\n\n + python 3.X (https://www.anaconda.com/distribution/)\n + future (pip install future)\n + pandas (pip install pandas)\n + sqlalchemy (pip install sqlalchemy)\n + ibm_db_sa (pip install ibm_db_sa)\n + ibm_cos_sdk (pip install ibm-cos-sdk)\n + lxml (pip install lxml)\n\n### Build and Shipment\n\n**Caveat**\n- Shipping to pypi or test-pypi requires a token\n- Version numbers can never be reused.\n\n1. Build a distribution first\n    ```\n    python3 setup.py sdist bdist_wheel\n    ```\n2. Upload to test-pypi\n    ```\n    twine upload --verbose --repository testpypi dist/*\n    ```\n3. When everything appears to be okay upload to pypi\n    ```\n    twine upload --verbose --repository pypi dist/*\n    ```\n\n### Installing\n\n1. Create a virtual environment\n    ```\n    python3 -m venv env\n    ```\n2. Activate virtual environment\n    ```\n    source env/bin/activate\n    ```\n3. Install in your local environment from GitHub\n   ```\n   pip install git+git://github.com/ibm-watson-iot/functions@XXX --upgrade \n   ```\n   Replace 'XXX' by the version of your IBM Watson IoT Platform Analytics installation like, for example, '8.10.x' or '8.11.x'\n      \nTo install in IBM Watson Studio from another Jupyter notebook:\n\n```~~~bash\n!pip install git+git://github.com/ibm-watson-iot/functions.git@XXX --upgrade\n```\nReplace 'XXX' by the version of your IBM Watson IoT Platform Analytics installation like, for example, '8.10.x' or '8.11.x'\n\nTest for successful install:\n\n```~~~python3\nimport iotfunctions as fn\nprint(fn.__version__) \n```\n\n\n\n### Changelog\n\nKeep up to date with the latest [changes](https://github.com/ibm-watson-iot/functions/wiki/Change-Log).\n\n### Further information \n\n+ [IBM Knowledge Center - IoT Platform Analytics](https://www.ibm.com/support/knowledgecenter/SSQP8H/iot/analytics/as_overview.html)\n+ [Sample Notebook](https://www.ibm.com/support/knowledgecenter/SSQP8H/iot/analytics/as_notebook_references.html) \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibm-watson-iot%2Ffunctions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibm-watson-iot%2Ffunctions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibm-watson-iot%2Ffunctions/lists"}