How to build static libraries with pip

This page summarizes the projects mentioned and recommended in the original post on /r/learnpython

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • kivy-ios

    Toolchain for compiling Python / Kivy / other libraries for iOS

  • Hi, I am building a mobile app with Kivy. Right now, I am trying to compile the app for iOS devices. To build Kivy and install other necessary libraries, I need to use the Kivy toolchain (https://github.com/kivy/kivy-ios). One of the libraries my project uses is bcrypt. When I try to compile the app on an iPhone emulator, I get this error log (https://gist.github.com/JanBartos6/ddd0e13f9fc5ca7c7fabff04cdc259be). The error is probably caused by using bcrypt as a dynamic library. So my question is: Is there a way to build a static Python library with pip or even better with the Kivy toolchain?

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts