Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

__init__.py 529 B

12345678910111213
  1. # ## ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
  2. #
  3. # See COPYING file distributed along with the DataLad package for the
  4. # copyright and license terms.
  5. #
  6. # ## ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
  7. """Python package for functionality needed at package 'build' time by DataLad and its extensions
  8. __init__ here should be really minimalistic, not import submodules by default
  9. and submodules should also not require heavy dependencies.
  10. """
  11. __version__ = '0.1'