Metadata-Version: 1.1
Name: crosspm
Version: 1.0.12.dev586
Summary: Cross Package Manager
Home-page: http://devopshq.github.io/crosspm
Author: Alexander Kovalev
Author-email: ak@alkov.pro
License: MIT
Download-URL: https://github.com/devopshq/crosspm.git
Description: CrossPM
        =======
        
        [![build](https://travis-ci.org/devopshq/crosspm.svg?branch=master)](https://travis-ci.org/devopshq/crosspm)
        [![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/crosspm
        
        Introduction
        ------------
        
        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)
          - 7z
        
        We 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 :)
        
        
        
Keywords: development,dependency,requirements,manager,versioning,packet
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
