PyTravisCI - Just another Travis CI (API) Python interface

https://travis-ci.com/funilrys/PyTravisCI.svg?branch=master https://coveralls.io/repos/github/funilrys/PyTravisCI/badge.svg?branch=master
https://img.shields.io/badge/code%20style-black-000000.png https://img.shields.io/github/license/funilrys/PyTravisCI.png https://img.shields.io/pypi/v/PyTravisCI.png https://img.shields.io/github/issues/funilrys/PyTravisCI.png
https://pepy.tech/badge/PyTravisCI/week https://pepy.tech/badge/PyTravisCI/month https://pepy.tech/badge/PyTravisCI

Just another Python API for Travis CI (API). It has been meant to fit my needs but in hope that it will be useful to others.

In other words, PyTravisCI gives us a Python interface to interact with the the Travis API v3 or the Travis CI Infrastructure.

It can interact with repositories, jobs, build and almost everything the Travis CI API v3 has to offer.

It can also helps you with the encryption of information and files. Give the interface a variable name and its value and it will gives you what you are supposed to write into your .travis.yml configuration file. Same with the encryption of files and the linting of your configuration files.

Please keep in mind that:

  • this project was meant to be used as “an imported module” than something else.

  • this project has nothing to do with the ruby version of the Travis client and will never have similarities with it

    (except if someone develop a client on top this).

Hava a question ? Fill a new issue!

Have an issue ? Report it!

Have an improvement idea ? Submit a PR!

Every improvement and constructive discussions are welcome!

Indices and tables