-
- Downloads
You need to sign in or sign up before continuing.
Merge branch 'add_prune_utils' into 'main'
Implement pruning mechanism for the utils script See merge request !10
Showing
- .gitlab-ci.yml 7 additions, 65 deletions.gitlab-ci.yml
- README.md 7 additions, 9 deletionsREADME.md
- atdb/__init__.py 1 addition, 1 deletionatdb/__init__.py
- atdb/communication.py 129 additions, 0 deletionsatdb/communication.py
- atdb/main.py 83 additions, 0 deletionsatdb/main.py
- atdb/prune.py 90 additions, 0 deletionsatdb/prune.py
- map/cool_module.py 0 additions, 6 deletionsmap/cool_module.py
- requirements.txt 2 additions, 1 deletionrequirements.txt
- setup.cfg 9 additions, 5 deletionssetup.cfg
- tests/test_cool_module.py 0 additions, 13 deletionstests/test_cool_module.py
- tests/test_prune.py 22 additions, 0 deletionstests/test_prune.py
- tox.ini 3 additions, 3 deletionstox.ini
atdb/communication.py
0 → 100644
atdb/main.py
0 → 100644
atdb/prune.py
0 → 100644
map/cool_module.py
deleted
100644 → 0
numpy >= 1.20.0 # BSD | ||
requests | ||
gfal2-python | ||
\ No newline at end of file |
tests/test_cool_module.py
deleted
100644 → 0
tests/test_prune.py
0 → 100644
Please register or sign in to comment