FairyEx - FEErical Extraction
Project description
FairyEx
FairyEx (for FEE Extraction) is a Python package to perform extraction with some ZIP solution file.
Magical extraction
- Fast: focus on speed
- Efficient: low memory usage
- Easy: to install and to use
Quickstart
pip install fairyex
from fairyex import DarkSol
with DarkSol("Model Open World Solution.zip") as ds:
df = ds.query(
phase="STSchedule",
children_class="Generator",
children=ds.query_children("Generator"),
properties=["Generation"],
samples=["1", "2", "3"],
)
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 Distribution
fairyex-0.2.0.tar.gz
(10.5 kB
view details)
Built Distribution
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
fairyex-0.2.0-py3-none-any.whl
(11.7 kB
view details)
File details
Details for the file fairyex-0.2.0.tar.gz.
File metadata
- Download URL: fairyex-0.2.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84b90ea5d71955a10306ecdf7e12957ce7a52154d86820b3afa01623f0fc12b4
|
|
| MD5 |
55bbb9b47e32bad1b218000db534cca7
|
|
| BLAKE2b-256 |
a7c79877a2b46148952e98d2904b2136cbd6834089c5f90ff04fd7144b35dd68
|
File details
Details for the file fairyex-0.2.0-py3-none-any.whl.
File metadata
- Download URL: fairyex-0.2.0-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b05534c5d10bf91d06925b3187725e28fd9a1dd6f72bde6f9f5bb38d49e596c
|
|
| MD5 |
452c4a108db0780a0844b2bc07ebe878
|
|
| BLAKE2b-256 |
8238535434ce526165994adefd8f6fe343db038401255a4f5bc5acb764181292
|