Skip to content

trinhngocthuyen/seeeye

Repository files navigation

seeeye (CI/CD toolkits for mobile apps)

seeeye is a Python package providing various CI/CD toolkits for mobile projects, especially iOS projects. While many iOS projects favor fastlane, this package attempts to brings convenient usages to projects where Python is the favorable choice for scripting.

_static/cli.gif

Installation

seeeye is available on PyPI (Python Package Index). You can install with with pip:

$ pip install --upgrade seeeye

First time hearing pip? Check this FAQ.

Getting Started

Check this out: Getting Started 🎉.

Documentation

Kindly check out the related docs on readthedocs:

Contributing

Refer to the contributing guidelines for how to contribute to this project.