|
| 1 | +[metadata] |
| 2 | +name=cuvec-base |
| 3 | +version=0.0.0 |
| 4 | +description=No-except installation of `cuvec` |
| 5 | +long_description=file: README.rst |
| 6 | +long_description_content_type=text/x-rst |
| 7 | +license=MPL 2.0 |
| 8 | +url=https://github.com/AMYPAD/CuVec |
| 9 | +project_urls= |
| 10 | + Changelog=https://github.com/AMYPAD/CuVec/releases |
| 11 | + Documentation=https://amypad.github.io/CuVec |
| 12 | +author=Casper da Costa-Luis |
| 13 | + |
| 14 | +keywords=Python, C, C++, buffer, vector, array, CUDA, CPython, SWIG, extensions, API |
| 15 | +classifiers= |
| 16 | + Development Status :: 5 - Production/Stable |
| 17 | + Intended Audience :: Developers |
| 18 | + Environment :: GPU |
| 19 | + Environment :: GPU :: NVIDIA CUDA |
| 20 | + Intended Audience :: Education |
| 21 | + Intended Audience :: Science/Research |
| 22 | + License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0) |
| 23 | + Operating System :: Microsoft :: Windows |
| 24 | + Operating System :: POSIX :: Linux |
| 25 | + Programming Language :: C |
| 26 | + Programming Language :: C++ |
| 27 | + Programming Language :: Python :: 3 |
| 28 | + Programming Language :: Python :: 3.6 |
| 29 | + Programming Language :: Python :: 3.7 |
| 30 | + Programming Language :: Python :: 3.8 |
| 31 | + Programming Language :: Python :: 3.9 |
| 32 | + Programming Language :: Python :: 3.10 |
| 33 | + Programming Language :: Python :: 3 :: Only |
| 34 | + Topic :: Software Development :: Libraries |
| 35 | + Topic :: Software Development :: Libraries :: Python Modules |
| 36 | + Topic :: Utilities |
| 37 | +[options] |
| 38 | +setup_requires=setuptools>=42 |
| 39 | +python_requires=>=3.6 |
| 40 | + |
| 41 | +[flake8] |
| 42 | +max_line_length=99 |
| 43 | +extend-ignore=E261 |
| 44 | +exclude=.git,__pycache__,build,dist,.eggs |
| 45 | + |
| 46 | +[yapf] |
| 47 | +spaces_before_comment=15, 20 |
| 48 | +arithmetic_precedence_indication=true |
| 49 | +allow_split_before_dict_value=false |
| 50 | +coalesce_brackets=True |
| 51 | +column_limit=99 |
| 52 | +each_dict_entry_on_separate_line=False |
| 53 | +space_between_ending_comma_and_closing_bracket=False |
| 54 | +split_before_named_assigns=False |
| 55 | +split_before_closing_bracket=False |
| 56 | + |
| 57 | +[isort] |
| 58 | +profile=black |
| 59 | +line_length=99 |
0 commit comments