Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psychoinformatics-de/datalad-debian
DataLad extension for working with Debian packages and package repositories
https://github.com/psychoinformatics-de/datalad-debian
closember datalad debian
Last synced: 4 months ago
JSON representation
DataLad extension for working with Debian packages and package repositories
- Host: GitHub
- URL: https://github.com/psychoinformatics-de/datalad-debian
- Owner: psychoinformatics-de
- License: other
- Created: 2021-01-29T13:51:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T09:47:00.000Z (almost 2 years ago)
- Last Synced: 2024-09-29T16:43:46.827Z (4 months ago)
- Topics: closember, datalad, debian
- Language: Python
- Homepage:
- Size: 208 KB
- Stars: 2
- Watchers: 8
- Forks: 5
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DataLad extension for working with Debian packages and package repositories
[![Build status](https://ci.appveyor.com/api/projects/status/au70ke2hrnfk73c1/branch/main?svg=true)](https://ci.appveyor.com/project/mih/datalad-debian/branch/main)
[![codecov.io](https://codecov.io/github/psychoinformatics-de/datalad-debian/coverage.svg?branch=main)](https://codecov.io/github/psychoinformatics-de/datalad-debian?branch=main)
[![docs](https://github.com/psychoinformatics-de/datalad-debian/workflows/docs/badge.svg)](https://github.com/psychoinformatics-de/datalad-debian/actions?query=workflow%3Adocs)
[![Documentation Status](https://readthedocs.org/projects/datalad-debian/badge/?version=latest)](https://datalad-debian.readthedocs.io/en/latest/?badge=latest)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![GitHub release](https://img.shields.io/github/release/psychoinformatics-de/datalad-debian.svg)](https://GitHub.com/psychoinformatics-de/datalad-debian/releases/)
[![PyPI version fury.io](https://badge.fury.io/py/datalad-debian.svg)](https://pypi.python.org/pypi/datalad-debian/)## Installation
```
# create and enter a new virtual environment (optional)
$ virtualenv --python=python3 ~/env/dl-debian
$ . ~/env/dl-debian/bin/activate
# install from PyPi
$ python -m pip install datalad-debian
```## Acknowledgements
This DataLad extension was developed with support from the German Federal
Ministry of Education and Research (BMBF 01GQ1905), and the US National Science
Foundation (NSF 1912266).