Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
setup.cfg 1.51 KiB
[metadata]
name = lofar-station-client
description = Client library for using Tango Station Control
author="Mevius"
author_email="mol@astron.nl"
long_description = file: README.md
long_description_content_type = text/markdown
url = https://git.astron.nl/lofar2.0/lofar-station-client
license = Apache License 2.0
# Select from: https://pypi.org/classifiers/
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Environment :: No Input/Output (Daemon)
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Astronomy
[options]
include_package_data = true
packages = find:
python_requires = >=3.9
install_requires = file: requirements.txt
[options.extras_require]
tango = file: requirements-tango.txt
[options.entry_points]
console_scripts =
l2ss-statistics-reader = lofar_station_client.statistics.reader:main
l2ss-statistics-writer = lofar_station_client.statistics.writer.entry:main
[flake8]
max-line-length = 88
extend-ignore = E203
filename = *.py
exclude=build,.venv,.git,.tox,dist,docs,*lib/python*,*egg,_version.py