Commit Graph

6 Commits

Author SHA1 Message Date
Bruno Bord f99b1d43dd
Enable Python 2.6 compatibility
* Added a dedicated tox configuration file, and a Makefile target to run
tests,
* Added circle-ci job to test Python2.6,
* Added Documentation about how to keep Python 2.6 compatibility,
* Fixed non-Python 2.6 code, sadly.
* Added classifiers for Python 2.6 in setup.

closes #6
2020-05-15 15:56:25 +02:00
Bruno Bord 69112eb7ef
Updated ``Leap_Second.dat`` data file 2020-05-05 09:30:12 +02:00
Bruno Bord bc7382d224
Refreshed and updated `deltat.data` file 2020-05-05 09:27:52 +02:00
Bruno Bord b3b09686a5
Enables to shift the expiration date limit by "n" days in the ``get_skyfield_data_path`` function
* Added ``expiration_limit`` argument. Default value is ``0``, so you're only checking for *already expired* files,
* Updated documentation in README.
* Updated docstrings
2019-10-04 15:21:30 +02:00
Bruno Bord b681451b59
Handling file expiration
* Generate a catalog of the expiration dates for files,
* Detect when a file has expired and raise a ``UserWarning``
2019-10-04 09:51:26 +02:00
Bruno Bord bb76ebb905
Naive download script + data files
The data files were downloaded on July 26th 2019.

Also added the bare minimum configuration to build a source package.
Updated the README with copyright mentions and a usage example.
2019-07-29 12:09:07 +02:00