https://github.com/cdgriffith/Box
addict box bunch dictionaries helper object pypi python python-box python-library python-types python3
Score: 23.353146568368743
Last synced: 14 minutes ago
JSON representation
Repository metadata:
Python dictionaries with advanced dot notation access
- Host: GitHub
- URL: https://github.com/cdgriffith/Box
- Owner: cdgriffith
- License: mit
- Created: 2017-03-11T04:46:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-04T22:30:53.000Z (11 months ago)
- Last Synced: 2026-01-06T05:05:16.156Z (3 months ago)
- Topics: addict, box, bunch, dictionaries, helper, object, pypi, python, python-box, python-library, python-types, python3
- Language: Python
- Homepage: https://github.com/cdgriffith/Box/wiki
- Size: 2.67 MB
- Stars: 2,812
- Watchers: 31
- Forks: 118
- Open Issues: 36
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Owner metadata:
- Name: Chris Griffith
- Login: cdgriffith
- Email:
- Kind: user
- Description: Software Engineering Team Lead
- Website: http://codecalamity.com/
- Location: Austin, TX
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/3275435?u=7a139255ac94c055f0af2947da5988f77649afe3&v=4
- Repositories: 44
- Last Synced at: 2025-10-02T08:55:58.015Z
- Profile URL: https://github.com/cdgriffith
GitHub Events
Total
- Create event: 7
- Delete event: 4
- Fork event: 16
- Gollum event: 4
- Issue comment event: 11
- Issues event: 14
- Pull request event: 15
- Pull request review event: 1
- Push event: 14
- Release event: 3
- Watch event: 199
- Total: 288
Last Year
- Create event: 4
- Delete event: 2
- Fork event: 9
- Issue comment event: 9
- Issues event: 9
- Pull request event: 10
- Pull request review event: 1
- Push event: 8
- Release event: 2
- Watch event: 104
- Total: 158
Committers metadata
Last synced: 3 months ago
Total Commits: 55
Total Committers: 1
Avg Commits per committer: 55.0
Development Distribution Score (DDS): 0.0
Commits in past year: 2
Committers in past year: 1
Avg Commits per committer in past year: 2.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| Chris Griffith | c****s@c****m | 55 |
Issue and Pull Request metadata
Last synced: 4 months ago
Total issues: 95
Total pull requests: 72
Average time to close issues: 6 months
Average time to close pull requests: 19 days
Total issue authors: 73
Total pull request authors: 21
Average comments per issue: 2.45
Average comments per pull request: 1.1
Merged pull request: 56
Bot issues: 0
Bot pull requests: 0
Past year issues: 9
Past year pull requests: 17
Past year average time to close issues: 7 days
Past year average time to close pull requests: 9 days
Past year issue authors: 9
Past year pull request authors: 7
Past year average comments per issue: 0.22
Past year average comments per pull request: 0.18
Past year merged pull request: 8
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- cdgriffith (4)
- richieadler (3)
- ipcoder (3)
- lgblkb (3)
- julie777 (2)
- aviveh21 (2)
- philipsd6 (2)
- JacobHayes (2)
- thmsklngr (2)
- wrdls (2)
- 12rambau (2)
- aronchick (2)
- brynpickering (2)
- trallnag (2)
- Rexbard (2)
Top Pull Request Authors
- cdgriffith (27)
- JacobHayes (8)
- mgorny (4)
- jbemmel (4)
- vamega (3)
- CNSeniorious000 (2)
- m-janicki (2)
- gtkacz (2)
- jafar-sema (2)
- harry-patcher (2)
- jesperschlegel (2)
- Bit0r (2)
- mokeyish (2)
- fabaff (2)
- chrisgoddard (2)
Top Issue Labels
- enhancement (29)
- bug (10)
- documentation (5)
- help wanted (5)
- wontfix (4)
- duplicate (2)
- question (1)
Top Pull Request Labels
Package metadata
- Total packages: 3
-
Total downloads:
- pypi: 4,849,216 last-month
- Total docker downloads: 20,382
- Total dependent packages: 144 (may contain duplicates)
- Total dependent repositories: 1,008 (may contain duplicates)
- Total versions: 99
- Total maintainers: 2
pypi.org: python-box
Advanced Python dictionaries with dot notation access
- Homepage: https://github.com/cdgriffith/Box
- Documentation: https://python-box.readthedocs.io/
- Licenses: MIT
- Latest release: 7.3.2 (published about 1 year ago)
- Last Synced: 2026-01-11T21:03:14.167Z (3 months ago)
- Versions: 64
- Dependent Packages: 134
- Dependent Repositories: 994
- Downloads: 4,849,216 Last month
- Docker Downloads: 20,382
-
Rankings:
- Dependent packages count: 0.151%
- Downloads: 0.244%
- Dependent repos count: 0.367%
- Docker downloads count: 0.609%
- Average: 1.221%
- Stargazers count: 1.47%
- Forks count: 4.484%
- Maintainers (1)
conda-forge.org: python-box
Box is designed to be an easy drop in transparently replacements for dictionaries, thanks to Python’s duck typing capabilities, which adds dot notation access. Any sub dictionaries or ones set after initiation will be automatically converted to a Box object. You can always run .to_dict() on it to return the object and all sub objects back into a regular dictionary.
- Homepage: https://github.com/cdgriffith/Box
- Licenses: MIT
- Latest release: 6.1.0 (published over 3 years ago)
- Last Synced: 2026-01-08T16:44:14.644Z (3 months ago)
- Versions: 34
- Dependent Packages: 9
- Dependent Repositories: 14
-
Rankings:
- Dependent packages count: 6.444%
- Stargazers count: 8.535%
- Dependent repos count: 9.334%
- Average: 10.618%
- Forks count: 18.158%
spack.io: py-python-box
Advanced Python dictionaries with dot notation access Box will automatically make otherwise inaccessible keys safe to access as an attribute. You can always pass conversion_box=False to Box to disable that behavior. Also, all new dict and lists added to a Box or BoxList object are converted automatically.
- Homepage: https://github.com/cdgriffith/Box
- Licenses: []
- Latest release: 5.3.0 (published almost 4 years ago)
- Last Synced: 2026-01-08T16:43:52.192Z (3 months ago)
- Versions: 1
- Dependent Packages: 1
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Stargazers count: 4.863%
- Forks count: 10.977%
- Average: 10.977%
- Dependent packages count: 28.067%
- Maintainers (1)
Dependencies
- Cython >=0.29 development
- black >=21.7b0 development
- mypy >=0.910 development
- pre-commit >=2.15 development
- coverage >=5.0.4 test
- msgpack >=1.0 test
- pytest >=5.4.1 test
- pytest-cov >=2.8.1 test
- ruamel.yaml >=0.17 test
- toml >=0.10.2 test
- types-PyYAML >=6.0.3 test
- types-toml >=0.1.3 test
- wheel >=0.34.2 test
- msgpack >=1.0.0
- ruamel.yaml >=0.17
- toml >=0.10.2
- RalfG/python-wheels-manylinux-build v0.4.2-manylinux2014_x86_64 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- RalfG/python-wheels-manylinux-build v0.4.2-manylinux2014_x86_64 composite
- actions/cache v2 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- actions/upload-artifact v2 composite