![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
cloud-blaze
Advanced tools
cloudflare workers handler for proxying requests to backblaze b2
this package enables using backblaze b2 as a back end for a website served via cloudflare workers. within certain limits, this is completely free! the bandwidth alliance as well as generous free-tier limits from backblaze and cloudflare make this possible.
yarn add cloud-blaze
import the handler into your cloudflare workers code
import b2ProxyHandler from "cloud-blaze";
addEventListener("fetch", (event) => {
event.respondWith(b2ProxyHandler({ event }));
});
wrangler publish -e <env>
wrangler secret put -e <env> <VAR_NAME>
B2_APPLICATION_KEY
: b2 application key to access private bucketB2_APPLICATION_KEY_ID
: b2 application key idB2_BUCKET_PREFIX
: b2 bucket prefix for serving files within a bucket folderPUBLIC_PREFIX
: public url prefix to proxy requests behind a certain pathnamebucketKey
: defaults to B2_APPLICATION_KEY
bucketKeyId
: defaults to B2_APPLICATION_KEY_ID
bucketPrefix
: defaults to B2_BUCKET_PREFIX
publicPrefix
: defaults to PUBLIC_PREFIX
[0.2.1] - 2020-12-23
index.d.ts
in published tarballFAQs
cloudflare workers handler for proxying requests to backblaze b2
The npm package cloud-blaze receives a total of 2 weekly downloads. As such, cloud-blaze popularity was classified as not popular.
We found that cloud-blaze demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.