wwvbpy/setup.cfg
Jeff Epler df39d0eab6
Test DUT1 data against leapseconddata
.. fix the leap seconds in 1972, which are not in Bulletin A.

.. add the moment of the leap second to the `dut1table`
outut, which is otherwise confusing to intuit

.. allow processing a local copy of the finals2000A file, for quicker
turnaround when developing updateiers
2022-10-08 13:40:56 -05:00

49 lines
1.3 KiB
INI

# SPDX-FileCopyrightText: 2021 Jeff Epler
#
# SPDX-License-Identifier: GPL-3.0-only
[metadata]
name = wwvb
author = Jeff Epler
author_email = jepler@gmail.com
description = Generate WWVB timecodes for any desired time
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/jepler/wwvbpy
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: PyPy
Programming Language :: Python :: Implementation :: CPython
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
[options]
package_dir =
=src
packages = wwvb
python_requires = >=3.7
py_modules = uwwvb
install_requires =
adafruit-circuitpython-datetime
beautifulsoup4
click
leapseconddata
platformdirs
python-dateutil
requests
[options.entry_points]
console_scripts =
wwvbgen = wwvb.gen:main
wwvbdecode = wwvb.decode:main
dut1table = wwvb.dut1table:main
updateiers = wwvb.updateiers:main
gui_scripts =
wwvbtk = wwvb.wwvbtk:main
[options.package_data]
wwvb = py.typed