{"id":19623738,"url":"https://github.com/advancedclimatesystems/inflow","last_synced_at":"2025-08-25T00:32:07.165Z","repository":{"id":57437897,"uuid":"70478752","full_name":"AdvancedClimateSystems/inflow","owner":"AdvancedClimateSystems","description":"Simple python InfluxDB client library","archived":false,"fork":false,"pushed_at":"2024-01-24T12:51:30.000Z","size":75,"stargazers_count":7,"open_issues_count":4,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-26T12:22:31.048Z","etag":null,"topics":["influxdb","python","python2","python3"],"latest_commit_sha":null,"homepage":"https://inflow.readthedocs.io/en/latest","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdvancedClimateSystems.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-10T10:48:15.000Z","updated_at":"2023-09-27T12:38:11.000Z","dependencies_parsed_at":"2024-11-11T11:37:41.622Z","dependency_job_id":"8edb01da-451f-4d02-88e5-af5346a624d3","html_url":"https://github.com/AdvancedClimateSystems/inflow","commit_stats":{"total_commits":48,"total_committers":5,"mean_commits":9.6,"dds":0.125,"last_synced_commit":"8d6e202f388b543ccf0e22ff1981084771a239de"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdvancedClimateSystems%2Finflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdvancedClimateSystems%2Finflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdvancedClimateSystems%2Finflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdvancedClimateSystems%2Finflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdvancedClimateSystems","download_url":"https://codeload.github.com/AdvancedClimateSystems/inflow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230852613,"owners_count":18290082,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["influxdb","python","python2","python3"],"created_at":"2024-11-11T11:35:18.147Z","updated_at":"2024-12-22T15:55:39.158Z","avatar_url":"https://github.com/AdvancedClimateSystems.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://travis-ci.org/AdvancedClimateSystems/inflow.svg?branch=develop\n    :target: https://travis-ci.org/AdvancedClimateSystems/inflow\n\n.. image:: https://coveralls.io/repos/github/AdvancedClimateSystems/inflow/badge.svg?branch=develop\n    :target: https://coveralls.io/github/AdvancedClimateSystems/inflow?branch=develop\n\nInflow\n======\n\nA simple `InfluxDB`_ Python client library. It is an alternative for the\n`official InfluxDB Python client library`_.\n\nInflow officially supports Python 2.7 and up, but the latest Python 3 version\nis recommended.\n\nInfluxDB is supported from version 1.0 and up.\n\nDocumentation is hosted on `Read the Docs`_.\n\nSource code can be found on `GitHub`_.\n\n.. warning:: This project is still very much in development, stuff might work,\n             or not.  API's might change, or even be removed. So be careful.\n             This message will be removed once a stable version is released.  \n\nExample\n-------\n\nYou can write measurements in a few different ways, but writing a single\n\"temperature\" measurement is as simple as:\n\n.. code:: python\n\n    from inflow import Client\n    client = Client('http://username:pass@localhost:8086/databasename')\n    client.write('temperature', value=21.3)\n\nFor more examples and docs on how to use the client, refer to the Measurements\nand Querying chapters in the documentation.\n\nInstalling\n----------\n\n.. code:: sh\n\n    $ pip install inflow\n\nLicense\n-------\n\nInflow is licensed under `Mozilla Public License`_. © 2016 `Advanced Climate\nSystems`_.\n\n.. External References:\n.. _Advanced Climate Systems: http://www.advancedclimate.nl/\n.. _Mozilla Public License: https://github.com/AdvancedClimateSystems/inflow/blob/master/LICENSE\n.. _InfluxDB: https://github.com/influxdata/influxdb\n.. _official InfluxDB Python client library: https://github.com/influxdata/influxdb-python\n.. _Read the Docs: https://inflow.readthedocs.io/en/latest\n.. _GitHub: https://github.com/AdvancedClimateSystems/inflow\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadvancedclimatesystems%2Finflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadvancedclimatesystems%2Finflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadvancedclimatesystems%2Finflow/lists"}