Skip to content

Commit

Permalink
Merge pull request #65 from allburov/patch-1
Browse files Browse the repository at this point in the history
This repo is currently outdated
  • Loading branch information
andreydanin authored Nov 20, 2018
2 parents 6993e27 + da67628 commit 09ddcc4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 #
Expand Down Expand Up @@ -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.
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.

0 comments on commit 09ddcc4

Please sign in to comment.