Skip to main content

Conan script to remove all outdate packages from remote

Project description

Build Status: Linux and Macos Build status: Windows codecov Codacy Badge Pypi Download

Conan Remove Outdated

A script to remove all outdated packages from remote

logo

Requirements

  • Python 3
  • the Conan client

INSTALL

To install by pip is just one step

Local

If you want to install by local copy

pip install .
Remote

Or if you want to download our pip package

pip install bincrafters_remove_outdated

RUN

  • Make sure your remote is properly listed on Conan remote list (conan remote list)

  • Make sure your Conan client is logged in (conan user) the repository you want to clean. Then:

    $ bincrafters-remove-outdated

To remove ALL outdated packages on Bincrafters https://api.bintray.com/conan/bincrafters/public-conan

$ bincrafters-remove-outdated bincrafters

USAGE

bincrafters-remove-outdated [-h] [--yes] [--ignore] [--dry-run] [--pattern PATTERN | --package-list-file PACKAGE_LIST_FILE] [--version] remote

Conan Remove Outdated

positional arguments:
  remote                Conan remote to be cleaned e.g conan-center

optional arguments:
  -h, --help            show this help message and exit
  --yes, -y             Do not ask for confirmation
  --ignore, -i          Ignore errors receive from remote
  --dry-run, -d         Check which packages will be removed only
  --pattern PATTERN, -p PATTERN
                        Pattern to filter package name to be removed. e.g
                        Boost/*
  --package-list-file PACKAGE_LIST_FILE, -plf PACKAGE_LIST_FILE
                        Package list file path
  --version, -v         show program's version number and exit
FILTER

If you need to remove only some packages, there are some options:

Pattern

You could apply a pattern to filter the reference name.

For example, removing all Boost packages from bincrafters:

bincrafters-remove-outdated --pattern=Boost/* bincrafters
Package List

You could use a file to list all packages to be removed.

For example, remove outdated builds from Boost, Poco and OpenSSL using a text file:

boost/1.71.0@conan/stable
poco/1.9.1@pocoproject/stable
openssl/1.0.2s@conan/stable
bincrafters-remove-outdated --package-list-file=package_list.txt bincrafters
Testing and Development

To install extra packages required to test

pip install .[test]

TESTING

To run all unit test + code coverage, just execute:

pip install -r bincrafters_remove_outdated/requirements_test.txt
cd tests
pytest -v --cov=bincrafters_remove_outdated

REQUIREMENTS and DEVELOPMENT

To develop or run conan remove outdated

pip install -r bincrafters_remove_outdated/requirements.txt

UPLOAD

There are two ways to upload this project.

Travis CI

After to create a new tag, the package will be uploaded automatically to PyPi.
Both username and password (encrypted) are in travis file.
Only one job will upload, the others will be skipped.

Command line

To upload this package on pypi (legacy mode):

pip install twine
python setup.py sdist
twine upload dist/*

LICENSE

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bincrafters_remove_outdated-0.5.0.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file bincrafters_remove_outdated-0.5.0.tar.gz.

File metadata

  • Download URL: bincrafters_remove_outdated-0.5.0.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.8.0

File hashes

Hashes for bincrafters_remove_outdated-0.5.0.tar.gz
Algorithm Hash digest
SHA256 c114457fe68648ff64255fff0d3c7d33f09320c18b3c4ff4675eec5a3ad42999
MD5 2478bd64d0a89e414168b193deac8d9d
BLAKE2b-256 68900d3662c421e0ff53533a2aa98819d8de5de222ded034e7554dca6082a9fa

See more details on using hashes here.

File details

Details for the file bincrafters_remove_outdated-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: bincrafters_remove_outdated-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.8.0

File hashes

Hashes for bincrafters_remove_outdated-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 79f1f7c44e1ee286290862b1c60a5c8dd8ac9137113efdb0ddcfb73542ad7eb1
MD5 5f238ff9b811af51a69141fe8e3e7218
BLAKE2b-256 c7cb3d596bd0a5b0ebc83bb8cb813a7ad0655179a89e592cd844be19c6e703d8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page