Fused Public Python package
🌎 Code to Map. Instantly.
Fused is a Python library to code, scale, and ship geospatial workflows of any size. Express workflows as shareable UDFs (user defined functions) without thinking about the underlying compute. The Fused Python library is maintained by Fused.io.
Prerequisites
Python >= 3.10
Install
pip install fused
Quickstart
import fused
# Declare UDF
@fused.udf()
def my_udf():
import pandas as pd
return pd.DataFrame({'hello': ['world']})
df = fused.run(my_udf)
print(df)
dc_file_udf = fused.load('https://github.com/fusedio/udfs/tree/main/public/DC_File_Example')
df2 = fused.run(dc_file_udf)
print(df2)
Resources
Changelog
See the changelog for the latest changes.
Release files for fused 2.8.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fused-2.8.4.tar.gz | 280.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fused-2.8.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:619.5 kB
Release files / fused-2.8.4.tar.gz
| Download URL | fused-2.8.4.tar.gz |
|---|---|
| Size | 280.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fd9d0c64c883a680d24623b9f49ec27ebeceefa1e9b79609e5f096e40d772d0f
|
|
BLAKE2b-256 checksum How to use checksums |
c466b57fef5a402e658f35bad7942b9f7c28f0c91d61aa546c859938d7ba2f75
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 21, 2026.
Transparency logRelease files / fused-2.8.4-py3-none-any.whl
| Download URL | fused-2.8.4-py3-none-any.whl |
|---|---|
| Size | 339.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
867e3cd5b359d5d7c2b9533d1e1d6d6812991aa0b96954e67d260a0a6573aff6
|
|
BLAKE2b-256 checksum How to use checksums |
2ee2006c4721a0ee9d6b05b33a953159ef3ad175fed687d94499d2a7070986f1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jul 21, 2026.
Transparency log