معرفی شرکت ها


appollo-1.0.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

CLI to interact with Appollo, the easy way to setup, build & deploy flutter apps for iOS on Linux, Windows and MacOS
ویژگی مقدار
سیستم عامل -
نام فایل appollo-1.0.4
نام appollo
نسخه کتابخانه 1.0.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Appollo <hello@appollo.space>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/appollo/
مجوز Copyright (c) 2022 Appollo 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.
.. image:: https://appollo.space/static/img/appollo--logo.svg :align: center :height: 200px :width: 100% | .. image:: https://img.shields.io/badge/version-1.0.4-blue :target: https://github.com/Appollo-CLI/Appollo/ .. image:: https://img.shields.io/github/license/appollo-cli/appollo :target: https://github.com/Appollo-CLI/Appollo/blob/master/LICENSE .. image:: https://img.shields.io/librariesio/release/pypi/appollo :target: https://pypi.org/project/appollo/ .. image:: https://img.shields.io/pypi/dm/appollo :target: https://pypi.org/project/appollo/ .. image:: https://img.shields.io/uptimerobot/ratio/m792431382-e51d8a06926b56c359afe3b7 :target: https://stats.uptimerobot.com/QqN9MFXvw3 :alt: UptimeRobot .. image:: https://www.codefactor.io/repository/github/appollo-cli/appollo/badge :target: https://www.codefactor.io/repository/github/appollo-cli/appollo :alt: CodeFactor .. image:: https://img.shields.io/discord/945256030869258280?logo=discord :target: https://discord.gg/sCVTTsXbvE :alt: Discord ======================================================================================= The easy way to setup, build & release flutter apps for iOS on Linux, Windows and MacOS ======================================================================================= Appollo is a tool to help developers setup and release their Flutter apps on iOS. Thanks for checking it out. .. figure:: https://raw.githubusercontent.com/Appollo-CLI/Appollo/master/docs/img/appollo--demo.gif :align: center **A tool for developers by developers** ------------ Installation ------------ Appollo is a CLI utility developed in Python. It is easily installed with pip. .. code-block:: pip install appollo ----- Usage ----- To start using Appollo simply run :code:`appollo` in your console. Start by creating an account .. code-block:: appollo signup Your Appollo account is now created and you can either start a build machine in configuration mode : to configure XCode or test your app in the iOS simulator. .. code-block:: appollo build start --build-type configuration Or you can build an IPA or release your app by linking your Apple Developer Account to Appollo and creating an app identifier .. code-block:: appollo apple add --apple-id APPLE_TEAM_ID --name TEXT --key-id APPLE_KEY_ID --issuer-id APPLE_ISSUER_ID --private-key LOCATION_APPLE_PRIVATE_KEY appollo app mk --name MY_APP_NAME --bundle-id COM.COMPANY.APP_NAME To create the IPA to install on a physical device for testing purposes .. code-block:: appollo build start --build-type ad-hoc appollo build ipa To publish directly to the App Store .. code-block:: appollo build start --build-type publication Your build failed ? No worries, you can check the logs with .. code-block:: appollo build logs ------------- Documentation ------------- All documentation is in the :code:`docs` directory and online at https://appollo.readthedocs.io/. If you are getting started this is how we recommend you use the docs : * First read our `installation instructions <https://appollo.readthedocs.io/en/master/installation/index.html>`_. * Next, check how to `setup your app with Appollo at and build your Flutter app to iOS <https://appollo.readthedocs.io/en/master/tutorial/index.html>`_ . * Finally, if you want to know every option Appollo has to offer check our `reference guide <https://appollo.readthedocs.io/en/master/reference_guide/index.html>`_ ----- About ----- **Our mission is to reduce the time it takes to setup, build and release Flutter apps on iOS to the bare minimum.** The tool allows developers working alone or in teams and on multiple OS (Linux, Windows, MacOS) to build and publish their apps easily to the app store. **What can Appollo be used for ?** #. It allows you to setup the XCode project on a remote MacOS machine if you do not own one. #. It manages common iOS specific settings for your team : certificates, devices, provisioning profiles, bundle IDs, Xcode configuration files, ... #. It builds your Flutter app on remote iOS machines. #. It hosts the iOS app artifacts or publish them to the App Store. ------------ Contributing ------------ Thank you for considering contributing to Appollo. The main purpose of this repository is to continue evolving Appollo to make Flutter developer's lives easier. Please report improvements, bugs and issues to Github's issue tracker. Pull requests linked to open issues are even more appreciated. Appollo's GitHub issue tracker is not intended to provide help or support. For that check out our `discord <https://discord.gg/sCVTTsXbvE>`_. We are also thrilled to receive a variety of other contributions including: * Documentation updates, enhancements, designs, or bugfixes. * Spelling or grammar fixes. * Blogging, speaking about, or creating tutorials about Appollo. **Giving Appollo a Github star is much appreciated by our team ! Sharing our project with other Flutter developers is too :)**


نیازمندی

مقدار نام
- click==8.0.4
- paramiko==3.0.0
- pyjwt==2.4.0
- qrcode==7.4.2
- questionary==1.10.0
- requests==2.27.1
- rich==11.2.0


زبان مورد نیاز

مقدار نام
>=3.7.0 Python


نحوه نصب


نصب پکیج whl appollo-1.0.4:

    pip install appollo-1.0.4.whl


نصب پکیج tar.gz appollo-1.0.4:

    pip install appollo-1.0.4.tar.gz