File: pyutils.rst

package info (click to toggle)
datalad-next 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,588 kB
  • sloc: python: 23,970; makefile: 205; sh: 61
file content (38 lines) | stat: -rw-r--r-- 759 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.. _pyutils:

Python tooling
**************

``datalad-next`` comprises a number of more-or-less self-contained
mini-packages providing particular functionality. These implementations
are candidates for a migration into the DataLad core package, and are
provided here for immediate use. If and when components are migrated,
transition modules will be kept to prevent API breakage in dependent
packages.


.. currentmodule:: datalad_next
.. autosummary::
   :toctree: generated

   archive_operations
   commands
   config
   constraints
   consts
   credman
   datasets
   exceptions
   gitpathspec
   iterable_subprocess
   itertools
   iter_collections
   repo_utils
   runners
   shell
   tests
   tests.fixtures
   types
   uis
   url_operations
   utils