diff --git a/README.md b/README.md index b12c066..68320ef 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ # Python interface library for Jfrog Artifactory # - [![Build Status](https://travis-ci.org/Parallels/artifactory.svg?branch=develop)](https://travis-ci.org/Parallels/artifactory) +--------------- +### This repo is currently outdated +![](https://img.shields.io/badge/status-outdated-red.svg) There is an active fork of this library available at https://github.com/devopshq/artifactory + +--------------- + This module is intended to serve as a logical descendant of [pathlib](https://docs.python.org/3/library/pathlib.html), a Python 3 module for object-oriented path manipulations. As such, it implements everything as closely as possible to the origin with few exceptions, such as stat(). # Usage Examples # @@ -136,4 +141,4 @@ password = @dmin cert = ~/mycert ``` -Whether or not you specify ```http://``` or ```https://``` prefix is not essential. The module will first try to locate the best match and then try to match URLs without prefixes. So if in the config you specify ```https://my-instance.local``` and call ```ArtifactoryPath``` with ```http://my-instance.local```, it will still do the right thing. \ No newline at end of file +Whether or not you specify ```http://``` or ```https://``` prefix is not essential. The module will first try to locate the best match and then try to match URLs without prefixes. So if in the config you specify ```https://my-instance.local``` and call ```ArtifactoryPath``` with ```http://my-instance.local```, it will still do the right thing.