greenhouse/rosbags/setup.cfg

99 lines
2.0 KiB
INI
Raw Normal View History

2021-05-02 14:43:01 +02:00
[metadata]
name = rosbags
2023-03-02 13:35:17 +01:00
version = 0.9.15
2021-05-02 14:43:01 +02:00
author = Ternaris
author_email = team@ternaris.com
home_page = https://gitlab.com/ternaris/rosbags
description = Pure Python library to read, modify, convert, and write rosbag files.
long_description = file: README.rst
long_description_content_type = text/x-rst
keywords =
cdr
conversion
deserialization
idl
2023-03-02 12:55:12 +01:00
mcap
2021-05-02 14:43:01 +02:00
message
msg
reader
ros
rosbag
rosbag2
serialization
writer
license = Apache 2.0
license_files = LICENSE.txt
platform = any
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
2021-11-25 14:26:17 +01:00
Programming Language :: Python :: 3.10
2023-01-11 13:27:00 +01:00
Programming Language :: Python :: 3.11
2021-05-02 14:43:01 +02:00
Topic :: Scientific/Engineering
Typing :: Typed
project_urls =
Code = https://gitlab.com/ternaris/rosbags
Documentation = https://ternaris.gitlab.io/rosbags
Issue tracker = https://gitlab.com/ternaris/rosbags/issues
[options]
include_package_data = true
package_dir =
= src
packages = find_namespace:
python_requires =
>=3.8.2
install_requires =
lz4
numpy
ruamel.yaml
zstandard
2021-05-02 14:51:08 +02:00
[options.entry_points]
console_scripts =
rosbags-convert = rosbags.convert.__main__:main
2021-05-02 14:43:01 +02:00
[options.extras_require]
dev =
darglint
flake8
flake8-annotations
flake8-bugbear
flake8-commas
flake8-comprehensions
flake8-docstrings
flake8-fixme
flake8-isort
flake8-mutable
flake8-print
2022-07-27 14:30:36 +02:00
flake8-pyprojecttoml
2021-05-02 14:43:01 +02:00
flake8-pytest-style
flake8-quotes
flake8-return
flake8-simplify
flake8-type-checking
flake8-use-fstring
2022-07-27 14:30:36 +02:00
mypy
2021-05-02 14:43:01 +02:00
pep8-naming
2023-03-01 20:12:57 +01:00
pylint
2021-05-02 14:43:01 +02:00
pytest
pytest-cov
sphinx
sphinx-autodoc-typehints
sphinx-rtd-theme
2023-03-01 20:12:57 +01:00
toml # required by yapf
2021-10-21 12:06:55 +02:00
yapf
2021-05-02 14:43:01 +02:00
2021-11-08 18:48:19 +01:00
[options.package_data]
* = py.typed
2023-03-01 20:12:57 +01:00
[options.packages.find]
where = src
2021-05-02 14:43:01 +02:00
[sdist]
formats = gztar, zip