forked from spotify/pythonflow
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion.json
More file actions
Latest commit
16 lines (16 loc) · 545 Bytes
/
Copy pathversion.json
File metadata and controls
16 lines (16 loc) · 545 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "pythonflow",
"description": "Dataflow programming for python",
"version": "0.3.0",
"author": "Till Hoffmann",
"author_email": "till@spotify.com",
"license": "License :: OSI Approved :: Apache Software License",
"classifiers": [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Utilities"
],
"url": "https://github.com/spotify/pythonflow",
"python_requires": ">=3"
}