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.3.1.tar.gz
(11.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.3.1-py3-none-any.whl
(12.5 kB
view details)
File details
Details for the file fairyex-0.3.1.tar.gz.
File metadata
- Download URL: fairyex-0.3.1.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3ae15e87a5e77873e4ba8bfe6f2cfef458a291dc1f912aca593913e0c6b5242
|
|
| MD5 |
4c98c786ce1fa2c3bcf77587b8a014d9
|
|
| BLAKE2b-256 |
9ae5e862d9920b427079c2aed51db204cd58d6bde5984be34a831084beaa6b33
|
File details
Details for the file fairyex-0.3.1-py3-none-any.whl.
File metadata
- Download URL: fairyex-0.3.1-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
370d00cc0a60440de47230cf0689f84c80c986684512ae3597f364e6c8fca61f
|
|
| MD5 |
d8a2bd2d7ab7080a040e5877ea8dbbca
|
|
| BLAKE2b-256 |
11884025c83f13c39799965650164fde2115d9d60835d15577eca961289d3ca2
|