No project description provided
Project description
fastexcel
A fast excel file reader for Python, written in Rust.
Based on calamine and Apache Arrow.
Dev setup
Prerequisites
Python>=3.10 and a recent Rust toolchain must be installed on your machine. cargo must be available in your PATH.
First setup
On the very first time you setup the project, you'll need to create a virtualenv and install the necessary tools:
python -m venv .venv
source .venv/bin/activate
(.venv) make dev-setup
This will also set up pre-commit.
Installing the project in dev mode
In order to install the project in dev mode (for local tests for example), use make dev-install.
This will compile the wheel (in debug mode) and install it. It will then be available in your venv.
Installing the project in prod mode
This is required for profiling, as dev mdoe wheels are much slower. make prod-install will compile the project
in release mode and install it in your local venv, overriding previous dev installs.
Linting and formatting
The Makefile provides the lint and format extras to ease this.
Running the tests
make test
Building the docs
make doc
Creating a release
- Create a PR containing a commit that only updates the version in
Cargo.toml. - Once it is approved, squash and merge it into main.
- Tag the squashed commit, and push it.
- The
releaseGitHub action will take care of the rest.
Dev tips
- Use
cargo checkto verify that your rust code compiles, no need to go throughmaturinevery time cargo clippy= 💖- Careful with arrow constructors, they tend to allocate a lot
mprofandtimego a long way for perf checks, no need to go fancy right from the start
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fastexcel-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fastexcel-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ab7bbd96d79774bc78f75fd96510a211dc718393ad2e74f55edaaf189670971
|
|
| MD5 |
d8fa8627785322f2ffe48359a6aa082a
|
|
| BLAKE2b-256 |
3b9e7118b8bc969cea2539c546a2e0524bb641bd9dd6aaea6e2f29dff4b6c428
|
File details
Details for the file fastexcel-0.5.0-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.
File metadata
- Download URL: fastexcel-0.5.0-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.11, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a8686faea4884825757e594ac3c05b8dafaf4ed0f75ba5217ce041e98f21a30
|
|
| MD5 |
7346d830c4395756d977c7450fa5a6c3
|
|
| BLAKE2b-256 |
d7fd885417d1201bc445afb211f83171f08a0f5a7c725a3e00a3f949f42af803
|
File details
Details for the file fastexcel-0.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fastexcel-0.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc9f96df0b65fb210f357c1005bdd886523427489aa6cadb07c9c032597f34db
|
|
| MD5 |
038808224ae1b2c568225565c521d5b4
|
|
| BLAKE2b-256 |
e0552d0ec0c1fbff05c3dbc0ebf7ae42d314678b5bfb1ca9392346029c03e1b0
|
File details
Details for the file fastexcel-0.5.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.
File metadata
- Download URL: fastexcel-0.5.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
- Upload date:
- Size: 1.6 MB
- Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64), macOS 10.9+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/0.14.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d487fb382c1cbadf5658b369d9c22651ba555d33eb7bebddbe7bc75f6ea4412d
|
|
| MD5 |
26affbb33882d56b4e55e2c1c0fbd98e
|
|
| BLAKE2b-256 |
2360843d039d399ca0d0a9ce3e52c26ae586561e40836d75b385b7d46f6c4e59
|