A Python library to parse JSON, YAML files and extract deeply nested keys.
Project description
deepextract 🔥
A Python library to parse JSON, YAML files and extract deeply nested keys.
Usage 🎯
See examples.
Installation ⚠️
pip install deepextract
Requirements 🌌
Support for Python 3.6 and greater.
Development 🛎️
conda create -n deepextract_env python=3.7 # do it once
conda install -r requirements.txt
Source code is in deepextract. Start editing and Happy contributing! 🌟
Deployment to PyPI 💎
Based on descriptions from here, whenever project owner pushes a tagged commit to this Git repository remote on GitHub, GH workflow will publish it to PyPI.
And it'll publish any push to TestPyPI which is useful for providing test builds to repo's alpha users as well as making sure that your release pipeline remains healthy.
Manual deploy to TestPyPI:
python setup.py sdist bdist_wheel
twine upload -r testpypi dist/*
Running tests 🔥
python -m unittest
Licence ✅
MIT. See LICENSE.md
Version
Follows syntax vM.M.P First is major and means not backwards compatible changes. Second is minor and means backwards compatible changes. Third is patch and means small backwards compatible changes.
The manual place of source of truth is at deepextract/__init__.py
Source: https://packaging.python.org/guides/single-sourcing-package-version/#single-sourcing-the-version
Authors ✏️
deepextract
was written by Yigit Alparslan <alparslanyigitcan@gmail.com>
.
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
Built Distribution
Hashes for deepextract-1.0.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c85fbc5fdbec92849246e2c08b4f1e9cafc0180df81ffabd1998cee3bde7f350 |
|
MD5 | 81ebf0707ecb28084dbcf427bbf325ef |
|
BLAKE2b-256 | 76a6a44928a924a5fe3c157d0fdede26bda7b1ab95988a742bba20cb0b58b46a |