Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devopshq/crosspm
Universal Cross Package Manager - allows you to use the manifest file to download packages of various formats from different storage locations.
https://github.com/devopshq/crosspm
aritfactory c cpp crosspm deb download nupkg package-management package-manager python python-library targz
Last synced: 7 days ago
JSON representation
Universal Cross Package Manager - allows you to use the manifest file to download packages of various formats from different storage locations.
- Host: GitHub
- URL: https://github.com/devopshq/crosspm
- Owner: devopshq
- License: mit
- Created: 2015-07-22T13:21:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T21:17:08.000Z (2 months ago)
- Last Synced: 2024-09-20T04:38:02.806Z (about 2 months ago)
- Topics: aritfactory, c, cpp, crosspm, deb, download, nupkg, package-management, package-manager, python, python-library, targz
- Language: Python
- Homepage: http://devopshq.github.io/crosspm
- Size: 1.22 MB
- Stars: 33
- Watchers: 13
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
CrossPM
=======[![Deploy](https://github.com/devopshq/crosspm/actions/workflows/deploy.yml/badge.svg?branch=master)](https://github.com/devopshq/crosspm/actions/workflows/deploy.yml)
[![codacy](https://api.codacy.com/project/badge/Grade/7a9ed2e6bb3e445f9e4a776e9b7f7886)](https://www.codacy.com/app/devopshq/crosspm/dashboard)
[![pypi](https://img.shields.io/pypi/v/crosspm.svg)](https://pypi.python.org/pypi/crosspm)
[![license](https://img.shields.io/pypi/l/crosspm.svg)](https://github.com/devopshq/crosspm/blob/master/LICENSE)Documentation
-------------
Actual version always here: http://devopshq.github.io/crosspmIntroduction
------------CrossPM (Cross Package Manager) is a universal extensible package manager.
It lets you download and as a next step - manage packages of different types from different repositories.Out-of-the-box modules:
- Adapters
- Artifactory
- [Artifactory-AQL](https://www.jfrog.com/confluence/display/RTF/Artifactory+Query+Language) (supported since artifactory 3.5.0):
- files (simple repository on your local filesystem)- Package file formats
- zip
- tar.gz
- nupkg (treats like simple zip archive for now)Modules planned to implement:
- Adapters
- git
- smb
- sftp/ftp- Package file formats
- nupkg (nupkg dependencies support)
- 7zWe also need your feedback to let us know which repositories and package formats do you need,
so we could plan its implementation.The biggest feature of CrossPM is flexibility. It is fully customizable, i.e. repository structure, package formats,
packages version templates, etc.To handle all the power it have, you need to write configuration file (**crosspm.yaml**)
and manifest file with the list of packages you need to download.Configuration file format is YAML, as you could see from its filename, so you free to use yaml hints and tricks,
as long, as main configuration parameters remains on their levels :)