Metadata-Version: 2.1
Name: apidag
Version: 0.1.1
Summary: A Python library using asyncio and aiohttp to build declarative API call flows
Author-email: Sarahhhh <sarahhhhfoster@gmail.com>
Project-URL: Homepage, https://github.com/SarahhhhFoster/apidag
Project-URL: Bug Tracker, https://github.com/SarahhhhFoster/apidag/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp <4,>=3.8.4
Requires-Dist: jsonpath-ng <2,>=1.6.0
Requires-Dist: networkx <4,>=3.0rc1

# flowlib
A Python library using asyncio and aiohttp to build declarative API call flows
