[go: up one dir, main page]

Python Package Managers for ChromeOS

Browse free open source Python Package Managers for ChromeOS and projects below. Use the toggles on the left to filter open source Python Package Managers for ChromeOS by OS, license, language, programming language, and project status.

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 1
    Django-bower

    Django-bower

    Easy way to use bower with your django project

    django-bower is a Django app that lets you manage your front-end dependencies using Bower right from your Django project. Instead of manually dropping JavaScript and CSS libraries into your static folders, you declare them as Bower packages and let the app install them to a known location. It then provides Django settings and template tags to point STATICFILES_DIRS or STATIC_ROOT to those installed components. This keeps the back-end and front-end dependency story unified, versioned, and repeatable across environments. It’s especially useful for teams that used Bower-era front-end stacks and wanted to keep Django projects tidy and deployable. The app focuses on being predictable, configurable, and compatible with Django’s staticfiles pipeline.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Import from github_com

    Import from github_com

    Python module finder/loader from github, like in golang

    import_from_github_com is a playful yet practical experiment that lets you import Python modules directly from GitHub using an import-like mechanism. The idea is to remove the friction of “clone → install → import” when you just want to try out a single file or small repo. It hooks into Python’s import machinery so that when you reference a GitHub path, it fetches the code, stores it locally (often with caching), and makes it importable in the current environment. This is helpful for prototyping, teaching, or quickly exploring other people’s utilities without polluting your global site-packages. It also demonstrates how flexible Python’s import system is and can be used as a reference for custom importers. While not a substitute for proper packaging, it’s a clever shortcut for rapid experimentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next