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.

  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 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: 3 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: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.