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.0.tar.gz
(11.3 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.0-py3-none-any.whl
(12.3 kB
view details)
File details
Details for the file fairyex-0.3.0.tar.gz.
File metadata
- Download URL: fairyex-0.3.0.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e2ac7cccbba772d5650303c1beba0800312552465b78d4642bb5bd748b6a7ed
|
|
| MD5 |
477391715cdfbe9bcfdf4d25cf7350b3
|
|
| BLAKE2b-256 |
befff2e49bead76bb8867e88a3237ae30ad992cc1f70e0dd43a22a10bc5408b3
|
File details
Details for the file fairyex-0.3.0-py3-none-any.whl.
File metadata
- Download URL: fairyex-0.3.0-py3-none-any.whl
- Upload date:
- Size: 12.3 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 |
576f633a64a84099106bbb38a3cdffafdbba5d836c0f29cfe7e8a8712f2c0596
|
|
| MD5 |
38fdd0d08072513ff8db4aa72681c8ba
|
|
| BLAKE2b-256 |
96ab2c12722cd0a92c0f340623a4f05feaf14857b0cf972f3a2c4075334ce65b
|