Metadata-Version: 2.0
Name: lavatory
Version: 0.0.1
Summary: Run retention policies against Artifactory repositories
Home-page: https://github.com/gogoair/lavatory
Author: Gogo DevOps
Author-email: ps-devops-tooling@example.com
License: Apache License (2.0)
Download-URL: https://github.com/gogoair/lavatory
Description-Content-Type: UNKNOWN
Keywords: gogo infrastructure python artifactory jfrog
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Dist: click
Requires-Dist: requests
Requires-Dist: humanfriendly
Requires-Dist: pluginbase

[![Build Status](https://travis-ci.org/gogoair/lavatory.svg?branch=master)](https://travis-ci.org/gogoair/lavatory)

# Lavatory

Tooling to define repository specific retention policies in Artifactory. Allows highly customizable
retention policies via Python plugins. 

## Authentication

This tool looks for 3 enviroment variables in order to authenticate:

`ARTIFACTORY_URL` - Base URL to use for Artifactory connections

`ARTIFACTORY_USERNAME` - Username to Artifactory

`ARTIFACTORY_PASSWORD` - Password for Artifactory

These will be loaded in at the beginning of a run and raise an exception if missing.


