{"id":16150662,"url":"https://github.com/funilrys/pytravisci","last_synced_at":"2025-10-01T07:31:08.326Z","repository":{"id":53157602,"uuid":"194422387","full_name":"funilrys/PyTravisCI","owner":"funilrys","description":"Just another Travis CI (API) Python interface.","archived":false,"fork":false,"pushed_at":"2022-03-16T21:27:03.000Z","size":561,"stargazers_count":4,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-12T10:02:53.684Z","etag":null,"topics":["travis-ci","travisci"],"latest_commit_sha":null,"homepage":"https://pytravisci.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/funilrys.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-29T15:47:21.000Z","updated_at":"2023-09-08T17:55:20.000Z","dependencies_parsed_at":"2022-09-07T04:10:09.192Z","dependency_job_id":null,"html_url":"https://github.com/funilrys/PyTravisCI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funilrys%2FPyTravisCI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funilrys%2FPyTravisCI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funilrys%2FPyTravisCI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funilrys%2FPyTravisCI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/funilrys","download_url":"https://codeload.github.com/funilrys/PyTravisCI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234840922,"owners_count":18895128,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["travis-ci","travisci"],"created_at":"2024-10-10T00:50:38.432Z","updated_at":"2025-10-01T07:31:07.939Z","avatar_url":"https://github.com/funilrys.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"PyTravisCI - Just another Python API for Travis CI (API)\n========================================================\n\n.. image:: https://travis-ci.com/funilrys/PyTravisCI.svg?branch=master\n    :target: https://travis-ci.com/funilrys/PyTravisCI\n.. image:: https://coveralls.io/repos/github/funilrys/PyTravisCI/badge.svg?branch=master\n    :target: https://coveralls.io/github/funilrys/PyTravisCI?branch=master\n\n---------------\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.png\n    :target: https://github.com/ambv/black\n.. image:: https://img.shields.io/github/license/funilrys/PyTravisCI.png\n    :target: https://github.com/funilrys/PyTravisCI/blob/master/LICENSE\n.. image:: https://img.shields.io/pypi/v/PyTravisCI.png\n    :target: https://pypi.org/project/PyTravisCI\n.. image:: https://img.shields.io/github/issues/funilrys/PyTravisCI.png\n    :target: https://github.com/funilrys/PyTravisCI/issues\n\n---------------\n\n.. image:: https://pepy.tech/badge/PyTravisCI/week\n    :target: https://pepy.tech/project/PyTravisCI\n.. image:: https://pepy.tech/badge/PyTravisCI/month\n    :target: https://pepy.tech/project/PyTravisCI\n.. image:: https://pepy.tech/badge/PyTravisCI\n    :target: https://pepy.tech/project/PyTravisCI\n\n---------------\n\nJust another Python API for Travis CI (API).\nIt has been meant to fit my needs but in hope that it will be useful to others.\n\nIn other words, PyTravisCI gives us a Python interface to interact with the\nthe `Travis API v3`_ or the Travis CI Infrastructure.\n\nIt can interact with repositories, jobs, build and almost everything the Travis\nCI API v3 has to offer.\n\nIt can also helps you with the encryption of information and files.\nGive the interface a variable name and its value and it will gives you what\nyou are supposed to write into your :code:`.travis.yml` configuration file.\nSame with the encryption of files and the linting of your configuration files.\n\nPlease keep in mind that:\n\n- this project was meant to be used as \"an imported module\" than something else.\n- this project has nothing to do with `the ruby version of the Travis client`_\n  and will never have similarities with it\n\n  (except if someone develop a client on top this).\n\nHava a question ? Fill a new issue!\n\nHave an issue ? Report it!\n\nHave an improvement idea ? Submit a PR!\n\nEvery improvement and constructive discussions are welcome!\n\n.. _Travis API v3: https://developer.travis-ci.org/\n.. _the ruby version of the Travis client: https://github.com/travis-ci/travis.rb\n\nDocumentation as the place to be!\n---------------------------------\n\nWant to know more about PyTravisCI? We invite you to read `the documentation`_.\n\nWant a local copy? We get you covered!\n\nSimply run the following and enjoy our documentation!\n\n::\n\n    $ cd docs/\n    $ make html\n    $ chromium build/html/index.html # Chromium or whatever browser you use.\n\n.. _the documentation: https://pytravisci.readthedocs.io/en/latest/\n\nWhy is there a lack of tests?\n-----------------------------\n\nWell, I don't know what you may call \"lack\" but I wrote (105!) tests for what I\nthink is important.\n\nIt was not my priority to write the tests for each resource types or\ncommunicators. But if you have time, your PR is welcome!\n\nLicense\n-------\n\n::\n\n    MIT License\n\n    Copyright (c) 2019, 2020, 2021, 2022 Nissar Chababy\n\n    Permission is hereby granted, free of charge, to any person obtaining a copy\n    of this software and associated documentation files (the \"Software\"), to deal\n    in the Software without restriction, including without limitation the rights\n    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n    copies of the Software, and to permit persons to whom the Software is\n    furnished to do so, subject to the following conditions:\n\n    The above copyright notice and this permission notice shall be included in all\n    copies or substantial portions of the Software.\n\n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n    SOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunilrys%2Fpytravisci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunilrys%2Fpytravisci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunilrys%2Fpytravisci/lists"}