odevio


Nameodevio JSON
Version 1.2.2 PyPI version JSON
download
home_page
SummaryCLI to interact with Odevio, the easy way to setup, build & deploy flutter apps for iOS on Linux, Windows and MacOS
upload_time2024-02-02 13:49:06
maintainer
docs_urlNone
author
requires_python>=3.7.0
licenseCopyright (c) 2023 Odevio 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.
keywords flutter ios
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://odevio.com/static/img/odevio--logo.svg
    :align: center
    :height: 200px
    :width: 100%

|

.. image:: https://img.shields.io/badge/version-1.2.2-blue
    :target: https://github.com/Odevio/Odevio-CLI/

.. image:: https://img.shields.io/github/license/odevio/odevio-cli
    :target: https://github.com/Odevio/Odevio-CLI/blob/master/LICENSE

.. image:: https://img.shields.io/librariesio/release/pypi/odevio
    :target: https://pypi.org/project/odevio/

.. image:: https://img.shields.io/pypi/dm/odevio
    :target: https://pypi.org/project/odevio/

.. image:: https://img.shields.io/uptimerobot/ratio/m792431382-e51d8a06926b56c359afe3b7
    :target: https://stats.uptimerobot.com/QqN9MFXvw3
    :alt: UptimeRobot

.. image:: https://www.codefactor.io/repository/github/odevio/odevio-cli/badge
   :target: https://www.codefactor.io/repository/github/odevio/odevio-cli
   :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
=======================================================================================
Odevio is a tool to help developers setup and release their Flutter apps on iOS.
Thanks for checking it out.

.. figure:: https://raw.githubusercontent.com/Odevio/Odevio-CLI/master/docs/img/odevio--demo.gif
    :align: center

    **A tool for developers by developers**

------------
Installation
------------
Odevio is a CLI utility developed in Python. It is easily installed with
pip.

.. code-block::

    pip install odevio

-----
Usage
-----
To start using Odevio simply run :code:`odevio` in your console.

Start by creating an account

.. code-block::

    odevio signup

Your Odevio 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::

    odevio build start --build-type configuration


Or you can build an IPA or release your app by linking your Apple Developer Account to Odevio and creating an app identifier

.. code-block::

    odevio 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
    odevio 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::

    odevio build start --build-type ad-hoc
    odevio build ipa

To publish directly to the App Store

.. code-block::

    odevio build start --build-type publication

Your build failed ? No worries, you can check the logs with

.. code-block::

    odevio build logs

-------------
Documentation
-------------
All documentation is in the :code:`docs` directory and online at https://odevio-cli.readthedocs.io/.
If you are getting started this is how we recommend you use the docs :

* First read our `installation instructions <https://odevio.readthedocs.io/en/master/installation/index.html>`_.
* Next, check how to `setup your app with Odevio at and build your Flutter app to iOS <https://odevio.readthedocs.io/en/master/tutorial/index.html>`_ .
* Finally, if you want to know every option Odevio has to offer check our `reference guide <https://odevio.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 Odevio 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 Odevio. The main purpose of this repository is to continue evolving Odevio 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.

Odevio'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 Odevio.

**Giving Odevio a Github star is much appreciated by our team ! Sharing our project with other Flutter developers is too :)**

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "odevio",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7.0",
    "maintainer_email": "",
    "keywords": "Flutter,iOS",
    "author": "",
    "author_email": "Odevio <hello@odevio.com>",
    "download_url": "https://files.pythonhosted.org/packages/8a/00/1c80bad4d847835291a5bba69989798918d078e905a072bd4eb8407e3bc8/odevio-1.2.2.tar.gz",
    "platform": null,
    "description": ".. image:: https://odevio.com/static/img/odevio--logo.svg\n    :align: center\n    :height: 200px\n    :width: 100%\n\n|\n\n.. image:: https://img.shields.io/badge/version-1.2.2-blue\n    :target: https://github.com/Odevio/Odevio-CLI/\n\n.. image:: https://img.shields.io/github/license/odevio/odevio-cli\n    :target: https://github.com/Odevio/Odevio-CLI/blob/master/LICENSE\n\n.. image:: https://img.shields.io/librariesio/release/pypi/odevio\n    :target: https://pypi.org/project/odevio/\n\n.. image:: https://img.shields.io/pypi/dm/odevio\n    :target: https://pypi.org/project/odevio/\n\n.. image:: https://img.shields.io/uptimerobot/ratio/m792431382-e51d8a06926b56c359afe3b7\n    :target: https://stats.uptimerobot.com/QqN9MFXvw3\n    :alt: UptimeRobot\n\n.. image:: https://www.codefactor.io/repository/github/odevio/odevio-cli/badge\n   :target: https://www.codefactor.io/repository/github/odevio/odevio-cli\n   :alt: CodeFactor\n\n.. image:: https://img.shields.io/discord/945256030869258280?logo=discord\n    :target: https://discord.gg/sCVTTsXbvE\n    :alt: Discord\n\n=======================================================================================\nThe easy way to setup, build & release flutter apps for iOS on Linux, Windows and MacOS\n=======================================================================================\nOdevio is a tool to help developers setup and release their Flutter apps on iOS.\nThanks for checking it out.\n\n.. figure:: https://raw.githubusercontent.com/Odevio/Odevio-CLI/master/docs/img/odevio--demo.gif\n    :align: center\n\n    **A tool for developers by developers**\n\n------------\nInstallation\n------------\nOdevio is a CLI utility developed in Python. It is easily installed with\npip.\n\n.. code-block::\n\n    pip install odevio\n\n-----\nUsage\n-----\nTo start using Odevio simply run :code:`odevio` in your console.\n\nStart by creating an account\n\n.. code-block::\n\n    odevio signup\n\nYour Odevio 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.\n\n.. code-block::\n\n    odevio build start --build-type configuration\n\n\nOr you can build an IPA or release your app by linking your Apple Developer Account to Odevio and creating an app identifier\n\n.. code-block::\n\n    odevio 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\n    odevio app mk --name MY_APP_NAME --bundle-id COM.COMPANY.APP_NAME\n\nTo create the IPA to install on a physical device for testing purposes\n\n.. code-block::\n\n    odevio build start --build-type ad-hoc\n    odevio build ipa\n\nTo publish directly to the App Store\n\n.. code-block::\n\n    odevio build start --build-type publication\n\nYour build failed ? No worries, you can check the logs with\n\n.. code-block::\n\n    odevio build logs\n\n-------------\nDocumentation\n-------------\nAll documentation is in the :code:`docs` directory and online at https://odevio-cli.readthedocs.io/.\nIf you are getting started this is how we recommend you use the docs :\n\n* First read our `installation instructions <https://odevio.readthedocs.io/en/master/installation/index.html>`_.\n* Next, check how to `setup your app with Odevio at and build your Flutter app to iOS <https://odevio.readthedocs.io/en/master/tutorial/index.html>`_ .\n* Finally, if you want to know every option Odevio has to offer check our `reference guide <https://odevio.readthedocs.io/en/master/reference_guide/index.html>`_\n\n-----\nAbout\n-----\n**Our mission is to reduce the time it takes to setup, build and release Flutter\napps on iOS to the bare minimum.**\n\nThe tool allows developers working alone or in teams and on\nmultiple OS (Linux, Windows, MacOS) to build and publish their apps easily\nto the app store.\n\n**What can Odevio be used for ?**\n\n#. It allows you to setup the XCode project on a remote MacOS machine if you do not own one.\n#. It manages common iOS specific settings for your team : certificates, devices, provisioning profiles, bundle IDs, Xcode configuration files, ...\n#. It builds your Flutter app on remote iOS machines.\n#. It hosts the iOS app artifacts or publish them to the App Store.\n\n------------\nContributing\n------------\nThank you for considering contributing to Odevio. The main purpose of this repository is to continue evolving Odevio to make Flutter developer's lives easier.\n\nPlease report improvements, bugs and issues to Github's issue tracker.\nPull requests linked to open issues are even more appreciated.\n\nOdevio's GitHub issue tracker is not intended to provide help or support.\nFor that check out our `discord <https://discord.gg/sCVTTsXbvE>`_.\n\nWe are also thrilled to receive a variety of other contributions including:\n\n* Documentation updates, enhancements, designs, or bugfixes.\n* Spelling or grammar fixes.\n* Blogging, speaking about, or creating tutorials about Odevio.\n\n**Giving Odevio a Github star is much appreciated by our team ! Sharing our project with other Flutter developers is too :)**\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2023 Odevio  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.",
    "summary": "CLI to interact with Odevio, the easy way to setup, build & deploy flutter apps for iOS on Linux, Windows and MacOS",
    "version": "1.2.2",
    "project_urls": {
        "Homepage": "https://www.odevio.com",
        "Source": "https://github.com/Odevio/Odevio-CLI"
    },
    "split_keywords": [
        "flutter",
        "ios"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1db5e1c4720baecf51cba111f34804d75fdb6f333953196d35e0f24086f9fe63",
                "md5": "37d3556a380127d08b6da7d3ab7f9448",
                "sha256": "76b1c8777d44af56faca3ebb1393ea32bd37652dd921cb6813889fab7c87e910"
            },
            "downloads": -1,
            "filename": "odevio-1.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "37d3556a380127d08b6da7d3ab7f9448",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7.0",
            "size": 32959,
            "upload_time": "2024-02-02T13:49:03",
            "upload_time_iso_8601": "2024-02-02T13:49:03.077702Z",
            "url": "https://files.pythonhosted.org/packages/1d/b5/e1c4720baecf51cba111f34804d75fdb6f333953196d35e0f24086f9fe63/odevio-1.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a001c80bad4d847835291a5bba69989798918d078e905a072bd4eb8407e3bc8",
                "md5": "10813a48e87ae6c5a46fe973c9e8c0c6",
                "sha256": "5eb5b4689be6daeda09b0f2b52297d9c190e3c46ea03eb325b25c3ff4c9117d6"
            },
            "downloads": -1,
            "filename": "odevio-1.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "10813a48e87ae6c5a46fe973c9e8c0c6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7.0",
            "size": 17329400,
            "upload_time": "2024-02-02T13:49:06",
            "upload_time_iso_8601": "2024-02-02T13:49:06.931609Z",
            "url": "https://files.pythonhosted.org/packages/8a/00/1c80bad4d847835291a5bba69989798918d078e905a072bd4eb8407e3bc8/odevio-1.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-02 13:49:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Odevio",
    "github_project": "Odevio-CLI",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "odevio"
}
        
Elapsed time: 0.20364s