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
Accelerator
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
.
diffpy
/
diffpy.srxconfutils
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
1
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Migration
- #18
#18
Merged
sbillinge
merged 54 commits into
main
diffpy/diffpy.srxconfutils:main
from
migration
diffpy/diffpy.srxconfutils:migration
Copy head branch name to clipboard
Oct 8, 2025
Conversation
Commits
54
(54)
Checks
Files changed
Merged
Migration
#18
sbillinge
merged 54 commits into
main
diffpy/diffpy.srxconfutils:main
from
migration
diffpy/diffpy.srxconfutils:migration
Copy head branch name to clipboard
Commits
Commits on Aug 13, 2025
toml
sbillinge
committed
242cbe3
View commit details
Copy full SHA for 242cbe3
Browse repository at this point
Merge pull request #1 from sbillinge/toml
Show description for e9abe8f
sbillinge
authored
e9abe8f
View commit details
Copy full SHA for e9abe8f
Browse repository at this point
Commits on Aug 14, 2025
better behaved license
sbillinge
committed
3877b13
View commit details
Copy full SHA for 3877b13
Browse repository at this point
Merge pull request #2 from sbillinge/lic
Show description for 8ee76b0
sbillinge
authored
8ee76b0
View commit details
Copy full SHA for 8ee76b0
Browse repository at this point
Commits on Aug 16, 2025
chore: change dpx to src/diffpy
zmx27
committed
98ae035
View commit details
Copy full SHA for 98ae035
Browse repository at this point
chore: rename confutils to srxconfutils
zmx27
committed
274efae
View commit details
Copy full SHA for 274efae
Browse repository at this point
chore: change dpx to src in pyproject.toml
zmx27
committed
727d2c0
View commit details
Copy full SHA for 727d2c0
Browse repository at this point
Merge pull request #3 from zmx27/change-package-structure
Show description for 6ec98e4
sbillinge
authored
6ec98e4
View commit details
Copy full SHA for 6ec98e4
Browse repository at this point
Commits on Aug 17, 2025
fix: remove the use of the deprecated has_key function for dictionaries
zmx27
committed
1a987d8
View commit details
Copy full SHA for 1a987d8
Browse repository at this point
Commits on Aug 18, 2025
Merge pull request #4 from zmx27/fix-haskey-deprecation
Show description for dda539a
sbillinge
authored
dda539a
View commit details
Copy full SHA for dda539a
Browse repository at this point
Commits on Aug 23, 2025
chore: update dict.iteritems() to dict.items()
zmx27
committed
a1ce96e
View commit details
Copy full SHA for a1ce96e
Browse repository at this point
Merge pull request #5 from zmx27/fix-iteritem-deprecation
Show description for 10e029c
sbillinge
authored
10e029c
View commit details
Copy full SHA for 10e029c
Browse repository at this point
Commits on Aug 27, 2025
fix: add __iter__ and __next__ methods, and convert map object to a list object
zmx27
committed
1fb129d
View commit details
Copy full SHA for 1fb129d
Browse repository at this point
Commits on Aug 28, 2025
Merge pull request #6 from zmx27/fix-enumerate
Show description for b4d12c9
sbillinge
authored
b4d12c9
View commit details
Copy full SHA for b4d12c9
Browse repository at this point
skpkg: move over precommit files and create pre-commit auto fixes
zmx27
committed
d2d5e77
View commit details
Copy full SHA for d2d5e77
Browse repository at this point
Commits on Aug 29, 2025
Merge pull request #7 from zmx27/pre-commit-auto
Show description for f7b773e
sbillinge
authored
f7b773e
View commit details
Copy full SHA for f7b773e
Browse repository at this point
Commits on Aug 31, 2025
style: fix codespell errors
zmx27
committed
57e4561
View commit details
Copy full SHA for 57e4561
Browse repository at this point
Commits on Sep 2, 2025
Merge pull request #8 from zmx27/fix-codespell
Show description for 4124c74
sbillinge
authored
4124c74
View commit details
Copy full SHA for 4124c74
Browse repository at this point
Commits on Sep 10, 2025
style: fix flake8 error for tools.py
zmx27
committed
081340b
View commit details
Copy full SHA for 081340b
Browse repository at this point
style: fix flake8 errors for config.py
zmx27
committed
320513d
View commit details
Copy full SHA for 320513d
Browse repository at this point
Commits on Sep 17, 2025
Merge pull request #10 from zmx27/fix-flake8-config
Show description for 554a92c
sbillinge
authored
554a92c
View commit details
Copy full SHA for 554a92c
Browse repository at this point
chore: use context manager for file reads and handle exceptions by raising an error
zmx27
committed
02e4dec
View commit details
Copy full SHA for 02e4dec
Browse repository at this point
Commits on Sep 18, 2025
chore: update function names and write tests for them
zmx27
committed
ab26c01
View commit details
Copy full SHA for ab26c01
Browse repository at this point
style: fix flake8 errors for configtraits.py
zmx27
committed
7bedcce
View commit details
Copy full SHA for 7bedcce
Browse repository at this point
Commits on Sep 19, 2025
Merge pull request #11 from zmx27/fix-flake8-configtraits
Show description for 7904691
sbillinge
authored
7904691
View commit details
Copy full SHA for 7904691
Browse repository at this point
chore: rename functions and move tmpfiles into conftest.py
zmx27
committed
b752126
View commit details
Copy full SHA for b752126
Browse repository at this point
Commits on Sep 20, 2025
Merge pull request #9 from zmx27/fix-flake8-tools
Show description for dc66eef
sbillinge
authored
dc66eef
View commit details
Copy full SHA for dc66eef
Browse repository at this point
skpkg: migrate src folder
zmx27
committed
44f7f5d
View commit details
Copy full SHA for 44f7f5d
Browse repository at this point
skpkg: migrate tests folder
zmx27
committed
5f697c0
View commit details
Copy full SHA for 5f697c0
Browse repository at this point
skpkg: list dependencies in requirements folder
zmx27
committed
24338ce
View commit details
Copy full SHA for 24338ce
Browse repository at this point
skpkg: add CI
zmx27
committed
6de173e
View commit details
Copy full SHA for 6de173e
Browse repository at this point
skpkg: add pyproject.toml
zmx27
committed
7f2205d
View commit details
Copy full SHA for 7f2205d
Browse repository at this point
Commits on Sep 21, 2025
skpkg: add the rest of the github files
zmx27
committed
14adc8d
View commit details
Copy full SHA for 14adc8d
Browse repository at this point
chore: change pdfgetx to srxconfutils in the .github workflow files
zmx27
committed
36f9ec3
View commit details
Copy full SHA for 36f9ec3
Browse repository at this point
Commits on Sep 23, 2025
chore: fix copyright dates and delete dpx
zmx27
committed
9691ebc
View commit details
Copy full SHA for 9691ebc
Browse repository at this point
Commits on Sep 24, 2025
Merge pull request #12 from zmx27/setup-CI
Show description for 8092064
sbillinge
authored
8092064
View commit details
Copy full SHA for 8092064
Browse repository at this point
Commits on Sep 30, 2025
skpkg: add config files readthedocs, codecov
zmx27
committed
a4288da
View commit details
Copy full SHA for a4288da
Browse repository at this point
Merge pull request #13 from zmx27/config
Show description for 88b2170
sbillinge
authored
88b2170
View commit details
Copy full SHA for 88b2170
Browse repository at this point
Commits on Oct 1, 2025
skpkg: add public facing files like authors, changelog, code-of-conduct, license
zmx27
committed
e00efde
View commit details
Copy full SHA for e00efde
Browse repository at this point
chore: delete old authors and licensenotice files
zmx27
committed
16f5d7c
View commit details
Copy full SHA for 16f5d7c
Browse repository at this point
skpkg: add MANIFEST.in
zmx27
committed
de24e9a
View commit details
Copy full SHA for de24e9a
Browse repository at this point
skpkg: add cookiecutter.json
zmx27
committed
9f2927d
View commit details
Copy full SHA for 9f2927d
Browse repository at this point
chore: add indent to author names in authors.rst
zmx27
committed
4bf6b4a
View commit details
Copy full SHA for 4bf6b4a
Browse repository at this point
Merge pull request #14 from zmx27/docs
Show description for b756ca8
sbillinge
authored
b756ca8
View commit details
Copy full SHA for b756ca8
Browse repository at this point
Commits on Oct 3, 2025
skpkg: migrate readme.rst
zmx27
committed
4debd5c
View commit details
Copy full SHA for 4debd5c
Browse repository at this point
chore: add --file command mention to readme.rst
zmx27
committed
2a9c975
View commit details
Copy full SHA for 2a9c975
Browse repository at this point
chore: delete the 'longer descriptions' line
zmx27
committed
a02354a
View commit details
Copy full SHA for a02354a
Browse repository at this point
Commits on Oct 5, 2025
chore: update readme file
zmx27
committed
0270954
View commit details
Copy full SHA for 0270954
Browse repository at this point
Commits on Oct 7, 2025
Merge pull request #15 from zmx27/migrate-readme
Show description for 4d86135
sbillinge
authored
4d86135
View commit details
Copy full SHA for 4d86135
Browse repository at this point
skpkg: add news file
zmx27
committed
0ad1dce
View commit details
Copy full SHA for 0ad1dce
Browse repository at this point
chore: update file level comments
zmx27
committed
35e524e
View commit details
Copy full SHA for 35e524e
Browse repository at this point
Merge pull request #16 from zmx27/skpkg
Show description for 67a8781
sbillinge
authored
67a8781
View commit details
Copy full SHA for 67a8781
Browse repository at this point
Commits on Oct 8, 2025
chore: update build-wheel workflow file to match pdfgetx standards
zmx27
committed
be82a2a
View commit details
Copy full SHA for be82a2a
Browse repository at this point
Merge pull request #17 from zmx27/github-workflows
Show description for 7bfbf6c
sbillinge
authored
7bfbf6c
View commit details
Copy full SHA for 7bfbf6c
Browse repository at this point
You can’t perform that action at this time.