Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
dpath-maintainers
/
dpath-python
Public
Notifications
You must be signed in to change notification settings
Fork
92
Star
629
Code
Issues
18
Pull requests
8
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add ability to select path segments with user defined match; follow on to PRs #146 & #177
- #182
#182
Open
AlainLich
wants to merge 23 commits into
dpath-maintainers:master
dpath-maintainers/dpath-python:master
from
AlainLich:AL-PR-devel
AlainLich/dpath-python:AL-PR-devel
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Open
Add ability to select path segments with user defined match; follow on to PRs #146 & #177
#182
AlainLich
wants to merge 23 commits into
dpath-maintainers:master
dpath-maintainers/dpath-python:master
from
AlainLich:AL-PR-devel
AlainLich/dpath-python:AL-PR-devel
Copy head branch name to clipboard
Commits
Commits on Dec 9, 2022
Preparing for integration of PR
Show description for 2ba5326
AlainLich
committed
2ba5326
View commit details
Copy full SHA for 2ba5326
Browse repository at this point
Commits on Dec 12, 2022
After integration of regexp extention to paths
Show description for 0a9992d
AlainLich
committed
0a9992d
View commit details
Copy full SHA for 0a9992d
Browse repository at this point
Merge branch 'AL-PR-devel' into AL-master4merge
Show description for 7924d5f
AlainLich
committed
7924d5f
View commit details
Copy full SHA for 7924d5f
Browse repository at this point
After integration into with update of master on Dec 5, 2022
Show description for 23f491f
AlainLich
committed
23f491f
View commit details
Copy full SHA for 23f491f
Browse repository at this point
Modifications in python3Test.yml for current Python version and running action manually
AlainLich
committed
98cf08a
View commit details
Copy full SHA for 98cf08a
Browse repository at this point
Commits on Dec 13, 2022
Corrects issues found running Github Action test-python3, documentation enhancements
Show description for 18fc279
AlainLich
committed
18fc279
View commit details
Copy full SHA for 18fc279
Browse repository at this point
Correction in README.rst, bumped Pypy version in tox.ini
AlainLich
committed
1a36acc
View commit details
Copy full SHA for 1a36acc
Browse repository at this point
Commits on Dec 17, 2022
Merge branch 'master' into AL-master4merge
moomoohk
authored
afc04ec
View commit details
Copy full SHA for afc04ec
Browse repository at this point
Commits on Dec 19, 2022
Resolved Flake8 issues (in full module), added tool to help with sys.path for pypy
Show description for 932e9e6
AlainLich
committed
932e9e6
View commit details
Copy full SHA for 932e9e6
Browse repository at this point
Commits on Dec 20, 2022
Used yamllint on 2 action workflows, corrected errors
AlainLich
committed
e6a0d0d
View commit details
Copy full SHA for e6a0d0d
Browse repository at this point
Commits on Dec 21, 2022
Extends path search capabilities beyond handling re.regex by abstracting StringMatcher capability:
Show description for ded5d26
AlainLich
committed
ded5d26
View commit details
Copy full SHA for ded5d26
Browse repository at this point
Commits on Dec 22, 2022
Corrected tox.ini for testing, rapidfuzz is required for testing StringMatcher extension
AlainLich
committed
6b4cabd
View commit details
Copy full SHA for 6b4cabd
Browse repository at this point
Commits on Jan 11, 2023
Developped towards generic path component matching, beyond use of python's re
Show description for 1c87332
AlainLich
committed
1c87332
View commit details
Copy full SHA for 1c87332
Browse repository at this point
Commits on Jan 12, 2023
Merge branch 'AL-PR-devel' into AL-PR-4merge
Show description for aac95f1
AlainLich
committed
aac95f1
View commit details
Copy full SHA for aac95f1
Browse repository at this point
Commits on Apr 8, 2023
Adds support for re regular expressions in paths
Show description for b260955
AlainLich
committed
b260955
View commit details
Copy full SHA for b260955
Browse repository at this point
Commits on Apr 9, 2023
Add a workflow which is launched manually within selectable branch
Show description for 8a468c1
AlainLich
committed
8a468c1
View commit details
Copy full SHA for 8a468c1
Browse repository at this point
Corrected tests/test_various_exts.py pypy-3.7 incompat.
Show description for b5827d3
AlainLich
committed
b5827d3
View commit details
Copy full SHA for b5827d3
Browse repository at this point
Adds support for re regular expressions in paths
Show description for bccb6d0
AlainLich
committed
bccb6d0
View commit details
Copy full SHA for bccb6d0
Browse repository at this point
Commits on Apr 11, 2023
Add support for generalized segment matching in paths
Show description for d401b90
AlainLich
committed
d401b90
View commit details
Copy full SHA for d401b90
Browse repository at this point
Merge branch 'AL-full-restruct' into AL-PR-devel
Show description for 0257999
AlainLich
committed
0257999
View commit details
Copy full SHA for 0257999
Browse repository at this point
Cleanup preparing for remote update
AlainLich
committed
41e1115
View commit details
Copy full SHA for 41e1115
Browse repository at this point
Commits on Apr 12, 2023
Documentation correction
AlainLich
committed
12cf369
View commit details
Copy full SHA for 12cf369
Browse repository at this point
Commits on May 3, 2023
(Re-)Integrated on top of changes in re.regexp only PR
Show description for b568d51
AlainLich
committed
b568d51
View commit details
Copy full SHA for b568d51
Browse repository at this point
You can’t perform that action at this time.