Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idea for update on Depencies article: python dependencies #23

Open
augustorsouza opened this issue Jun 1, 2018 · 3 comments
Open

Idea for update on Depencies article: python dependencies #23

augustorsouza opened this issue Jun 1, 2018 · 3 comments

Comments

@augustorsouza
Copy link

Just like Ruby, Python can be used for tooling iOS apps. To have instructions regarding this subject would be great!

Python is a great language for checking project consistency as a build phase. For example, at my work we use Python to write a script that we run as a build phase before compiling the code to check if there are assets in storyboards not present in xcassets.

Our setup for python dependencies uses pipenv . This allows us to work with the same version of python and install its dependencies easily, similar to ruby bundler.

@KrauseFx
Copy link
Member

KrauseFx commented Jun 1, 2018

Sounds good, do you want to submit a PR for this? What are some commonly used iOS tools written in Python?

@augustorsouza
Copy link
Author

Great! I will make a PR after I research a little in the internet regarding these iOS tools written in Python. To be sincere we only use xUnique and some self made scripts. It is great for self made scripts.

@augustorsouza
Copy link
Author

pull request #26 submitted 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants