-
-
Notifications
You must be signed in to change notification settings - Fork 102
/
configs.ini
46 lines (46 loc) · 1.78 KB
/
configs.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[metadata]
name = caer
user = jasmcaus
status = 4
author = Jason Dsouza
author_email = [email protected]
description = A lightweight Computer Vision library for high-performance AI research - Modern Computer Vision on the Fly.
keywords = caer, computer vision, toolkit, deep learning,image processing, video processing, video stablization, video streaming, machine learning, gpu, artificial intelligence, data science, machine vision, opencv, multithreading, FFMpeg
funding = https://www.paypal.me/jasmcaus
pip_requirements = numpy, opencv-contrib-python, typing-extensions, mypy
download_url = https://pypi.org/project/caer
git_url = https://github.com/jasmcaus/caer
docs_url = https://caer.readthedocs.io/
copyright = Jason Dsouza
contributors = Jason Dsouza
audience = Developers, Researchers, Education
dev_language = Python
language = English
license = MIT License
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Science/Research
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Operating System :: Microsoft :: Windows
Operating System :: MacOS
Operating System :: POSIX
Operating System :: Unix
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Mathematics
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Scientific/Engineering :: Image Recognition
Topic :: Scientific/Engineering :: Information Analysis
License :: OSI Approved :: MIT License
doc_path = docs
git_branch = master
lib_path = caer
host = github
min_python = 3.6
zip_safe = False
include_package_data = True