Skip to main content

Bincrafters script to apply Conan conventions and update CI jobs

Project description

Build Status: Linux and macOS Build status: Windows codecov Pypi Download

Bincrafters Conventions

A Script to update Conan projects following Conan conventions

This project contains scripts to add new compiler versions in Travis and AppVeyor files, update Conan conventions in general and performing some linting.

Motivation

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_conventions

RUN

To update ALL Conan projects on GitHub https://github.com/bincrafters

$ bincrafters_conventions --remote=bincrafters

To update ONLY one project on GitHub https://github.com/bincrafters/conan-conversion

$ bincrafters_conventions --remote=bincrafters/conan-double-conversion

To AVOID to execute push command after to update

$ bincrafters_conventions --remote=bincrafters/conan-libusb --dry-run

To filter PROJECTS by pattern

$ bincrafters_conventions --remote=bincrafters --project-pattern bincrafters/conan-*

To filter BRANCHES by pattern

$ bincrafters_conventions --remote=bincrafters --branch-pattern stable/*

or

$ bincrafters_conventions --remote=bincrafters/conan-libzip --branch-pattern stable/*

To update and check LOCAL everything

$ bincrafters_conventions

To check LOCAL everything

$ bincrafters_conventions --check

To update a LOCAL file

$ bincrafters_conventions --travisfile=.travis.yml

To apply Conan conventions in a local file:

$ bincrafters_conventions --conanfile=conanfile.py

To update AppVeyor file:

$ bincrafters_conventions --appveryorfile=appveyor.yml
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 .[test]
cd tests
pytest -v --cov=bincrafters_conventions

REQUIREMENTS and DEVELOPMENT

To develop or run bincrafters-conventions:

pip install --user -U .

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.

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_conventions-0.17.0.tar.gz (25.9 kB view details)

Uploaded Source

File details

Details for the file bincrafters_conventions-0.17.0.tar.gz.

File metadata

  • Download URL: bincrafters_conventions-0.17.0.tar.gz
  • Upload date:
  • Size: 25.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for bincrafters_conventions-0.17.0.tar.gz
Algorithm Hash digest
SHA256 39011a055d85dd5bac4e9023b42c682485e165134df15c970fd0c740e5665578
MD5 b1ea13c9c9d9bf59bc3938bc8b8a7d64
BLAKE2b-256 50fd782e9badc8592032c8a1451ed1f183b6e4d6d1def35d1adf5a83943d9dcd

See more details on using hashes here.

Supported by

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