# async-graph-data-flow
[![PyPI version](https://badge.fury.io/py/async-graph-data-flow.svg)](https://pypi.org/project/async-graph-data-flow/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/async-graph-data-flow.svg)](https://pypi.org/project/async-graph-data-flow/)
[![CircleCI Builds](https://circleci.com/gh/civisanalytics/async-graph-data-flow.svg?style=shield)](https://circleci.com/gh/civisanalytics/async-graph-data-flow)
## Full Documentation
Please visit https://async-graph-data-flow.readthedocs.io
Please also check out this
[blog post](https://www.civisanalytics.com/blog/open-source-software-release-introducing-async-graph-data-flow-a-python-library-for-efficient-data-pipelines/)
introducing this package.
## License
BSD 3-Clause License. Please see `LICENSE.txt` in the GitHub source code for details.
## Setting up a Development Environment
The latest code under development is available on GitHub at
https://github.com/civisanalytics/async-graph-data-flow.
To obtain this version for experimental features or for development:
```bash
git clone https://github.com/civisanalytics/async-graph-data-flow.git
cd async-graph-data-flow
pip install -e ".[dev]"
```
To run tests and styling checks:
```bash
pytest
flake8 src tests examples
black --check src tests examples
```
## Building Documentation
We use the Sphinx framework. The documentation source files are in `docs/source/`.
These files can be updated as necessary.
The public documentation is accessible at https://async-graph-data-flow.readthedocs.io.
The doc build is configured by `.readthedocs.yaml`.
Normally, even when we need to update the documentation or make a new release of async-graph-data-flow,
neither this configuration YAML file nor Civis's account on the Read the Docs site need any updates.
The builds by the Read The Docs site generate the necessary files (the HTML pages and other things)
for the public documentation. All these auto-generated files are explicitly not versioned (see `.gitignore`).
To build the documentation locally (for testing and development),
install the full doc-related dependencies: `pip install -r docs/requirements.txt`,
then run `sphinx-build -b html docs/ docs/build/`.
Raw data
{
"_id": null,
"home_page": null,
"name": "async-graph-data-flow",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "async, asynchronous, asyncio, data flow, graph",
"author": null,
"author_email": "Civis Analytics <opensource@civisanalytics.com>",
"download_url": "https://files.pythonhosted.org/packages/35/06/ecc8b01a0afe515ad0734abfd7539bfacd9d5a3a031056b3169001c59c65/async_graph_data_flow-1.5.0.tar.gz",
"platform": null,
"description": "# async-graph-data-flow\n\n[![PyPI version](https://badge.fury.io/py/async-graph-data-flow.svg)](https://pypi.org/project/async-graph-data-flow/)\n[![Supported Python versions](https://img.shields.io/pypi/pyversions/async-graph-data-flow.svg)](https://pypi.org/project/async-graph-data-flow/)\n[![CircleCI Builds](https://circleci.com/gh/civisanalytics/async-graph-data-flow.svg?style=shield)](https://circleci.com/gh/civisanalytics/async-graph-data-flow)\n\n## Full Documentation\n\nPlease visit https://async-graph-data-flow.readthedocs.io\n\nPlease also check out this\n[blog post](https://www.civisanalytics.com/blog/open-source-software-release-introducing-async-graph-data-flow-a-python-library-for-efficient-data-pipelines/)\nintroducing this package.\n\n## License\n\nBSD 3-Clause License. Please see `LICENSE.txt` in the GitHub source code for details.\n\n## Setting up a Development Environment\n\nThe latest code under development is available on GitHub at\nhttps://github.com/civisanalytics/async-graph-data-flow.\nTo obtain this version for experimental features or for development:\n\n```bash\ngit clone https://github.com/civisanalytics/async-graph-data-flow.git\ncd async-graph-data-flow\npip install -e \".[dev]\"\n```\n\nTo run tests and styling checks:\n\n```bash\npytest\nflake8 src tests examples\nblack --check src tests examples\n```\n\n## Building Documentation\n\nWe use the Sphinx framework. The documentation source files are in `docs/source/`.\nThese files can be updated as necessary.\n\nThe public documentation is accessible at https://async-graph-data-flow.readthedocs.io.\nThe doc build is configured by `.readthedocs.yaml`. \nNormally, even when we need to update the documentation or make a new release of async-graph-data-flow,\nneither this configuration YAML file nor Civis's account on the Read the Docs site need any updates.\nThe builds by the Read The Docs site generate the necessary files (the HTML pages and other things)\nfor the public documentation. All these auto-generated files are explicitly not versioned (see `.gitignore`).\n\nTo build the documentation locally (for testing and development),\ninstall the full doc-related dependencies: `pip install -r docs/requirements.txt`,\nthen run `sphinx-build -b html docs/ docs/build/`.\n",
"bugtrack_url": null,
"license": "BSD 3-Clause",
"summary": "Asynchronous functions that pass data along a directed acyclic graph",
"version": "1.5.0",
"project_urls": {
"Documentation": "https://async-graph-data-flow.readthedocs.io",
"Source": "https://github.com/civisanalytics/async-graph-data-flow"
},
"split_keywords": [
"async",
" asynchronous",
" asyncio",
" data flow",
" graph"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "29951c2b6b112babb784b727ebcaea42855eb966f48f1921e5923bf0b61947e8",
"md5": "5e30257378672c384d367179986ffb4c",
"sha256": "5fa4709ac5116f2857b8f9f959641b3162dc7fd1c6fdcc2900525a0f760761ee"
},
"downloads": -1,
"filename": "async_graph_data_flow-1.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5e30257378672c384d367179986ffb4c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 10552,
"upload_time": "2024-10-30T15:24:44",
"upload_time_iso_8601": "2024-10-30T15:24:44.470266Z",
"url": "https://files.pythonhosted.org/packages/29/95/1c2b6b112babb784b727ebcaea42855eb966f48f1921e5923bf0b61947e8/async_graph_data_flow-1.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3506ecc8b01a0afe515ad0734abfd7539bfacd9d5a3a031056b3169001c59c65",
"md5": "b9f656965d75c4985fef22880fc02c94",
"sha256": "b9833c0583eb45aef26cd361cf05e80622c3f482bf142e9b04c64d13b905555c"
},
"downloads": -1,
"filename": "async_graph_data_flow-1.5.0.tar.gz",
"has_sig": false,
"md5_digest": "b9f656965d75c4985fef22880fc02c94",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 14829,
"upload_time": "2024-10-30T15:24:45",
"upload_time_iso_8601": "2024-10-30T15:24:45.926243Z",
"url": "https://files.pythonhosted.org/packages/35/06/ecc8b01a0afe515ad0734abfd7539bfacd9d5a3a031056b3169001c59c65/async_graph_data_flow-1.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-30 15:24:45",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "civisanalytics",
"github_project": "async-graph-data-flow",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"circle": true,
"lcname": "async-graph-data-flow"
}