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!
Want to know more about PyTravisCI? We invite you to read the documentation.
Want a local copy? We get you covered!
Simply run the following and enjoy our documentation!
$ cd docs/ $ make html $ chromium build/html/index.html # Chromium or whatever browser you use.
Well, I don't know what you may call "lack" but I wrote (105!) tests for what I think is important.
It was not my priority to write the tests for each resource types or communicators. But if you have time, your PR is welcome!
MIT License Copyright (c) 2019, 2020, 2021, 2022 Nissar Chababy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.