https://github.com/cdgriffith/Box
addict box bunch dictionaries helper object pypi python python-box python-library python-types python3
Score: 23.819547917814184
Last synced: about 19 hours 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2026-02-21T16:20:58.000Z (6 months ago)
- Last Synced: 2026-08-21T21:15:52.129Z (2 days 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.63 MB
- Stars: 2,830
- Watchers: 30
- Forks: 131
- Open Issues: 46
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Owner metadata:
- Name: Chris Griffith
- Login: cdgriffith
- Email: chris@cdgriffith.com
- Kind: user
- Description: VP of Engineering @scitedotai
- Website: http://codecalamity.com/
- Location: Austin, TX
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/3275435?u=a958ce2d8fc5f5bced9ed3cfee51e90a9eeee362&v=4
- Repositories: 44
- Last Synced at: 2026-08-22T10:16:26.219Z
- 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: 16
- Pull request event: 19
- Pull request review event: 1
- Push event: 20
- Release event: 3
- Watch event: 206
- Total: 307
Last Year
- Issues event: 2
- Pull request event: 4
- Push event: 6
- Watch event: 26
- Total: 38
Committers metadata
Last synced: 4 days ago
Total Commits: 57
Total Committers: 1
Avg Commits per committer: 57.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 | 57 |
Issue and Pull Request metadata
Last synced: 2 days ago
Total issues: 97
Total pull requests: 84
Average time to close issues: 6 months
Average time to close pull requests: 18 days
Total issue authors: 75
Total pull request authors: 30
Average comments per issue: 2.42
Average comments per pull request: 0.95
Merged pull request: 56
Bot issues: 0
Bot pull requests: 0
Past year issues: 4
Past year pull requests: 12
Past year average time to close issues: N/A
Past year average time to close pull requests: 2 days
Past year issue authors: 4
Past year pull request authors: 9
Past year average comments per issue: 0.25
Past year average comments per pull request: 0.08
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- cdgriffith (4)
- lgblkb (3)
- richieadler (3)
- ipcoder (3)
- aronchick (2)
- thmsklngr (2)
- JacobHayes (2)
- brynpickering (2)
- trallnag (2)
- wrdls (2)
- Rexbard (2)
- philipsd6 (2)
- mgorny (2)
- ipspace (2)
- 12rambau (2)
Top Pull Request Authors
- cdgriffith (27)
- JacobHayes (8)
- mgorny (4)
- jbemmel (4)
- vamega (3)
- highoncomputers (3)
- CNSeniorious000 (2)
- m-janicki (2)
- gtkacz (2)
- gaoflow (2)
- jafar-sema (2)
- harry-patcher (2)
- jesperschlegel (2)
- chrisgoddard (2)
- Bit0r (2)
Top Issue Labels
- enhancement (29)
- bug (11)
- documentation (5)
- help wanted (5)
- wontfix (4)
- duplicate (2)
- question (1)
Top Pull Request Labels
Package metadata
- Total packages: 23
-
Total downloads:
- conda: 1,093,334 total
- pypi: 6,574,753 last-month
- Total docker downloads: 20,382
- Total dependent packages: 144 (may contain duplicates)
- Total dependent repositories: 1,008 (may contain duplicates)
- Total versions: 121
- Total maintainers: 3
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.4.1 (published 6 months ago)
- Last Synced: 2026-08-21T21:02:38.507Z (2 days ago)
- Versions: 66
- Dependent Packages: 134
- Dependent Repositories: 994
- Downloads: 6,574,753 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 almost 4 years ago)
- Last Synced: 2026-03-18T04:05:04.592Z (5 months ago)
- Versions: 34
- Dependent Packages: 9
- Dependent Repositories: 14
- Downloads: 1,093,334 Total
-
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 over 4 years ago)
- Last Synced: 2026-08-21T21:02:39.055Z (2 days 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)
ubuntu-22.04: python-box
- Homepage: https://github.com/cdgriffith/Box
- Licenses: mit
- Latest release: 3.4.6-2 (published 6 months ago)
- Last Synced: 2026-03-13T21:44:29.663Z (5 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
nixpkgs-24.11: python311Packages.python-box
Python dictionaries with advanced dot notation access
- Homepage: https://github.com/cdgriffith/Box
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/python-box/default.nix#L55
- Licenses: MIT
- Latest release: 7.2.0 (published 7 months ago)
- Last Synced: 2026-08-15T19:28:05.095Z (8 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-unstable: python314Packages.python-box
Python dictionaries with advanced dot notation access
- Homepage: https://github.com/cdgriffith/Box
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/python-box/default.nix#L56
- Licenses: MIT
- Latest release: 7.3.2 (published 7 months ago)
- Last Synced: 2026-04-14T16:11:11.580Z (4 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-24.11: python312Packages.python-box
Python dictionaries with advanced dot notation access
- Homepage: https://github.com/cdgriffith/Box
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/python-box/default.nix#L55
- Licenses: MIT
- Latest release: 7.2.0 (published 7 months ago)
- Last Synced: 2026-03-08T07:14:38.261Z (6 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
debian-12: python-box
- Homepage: https://github.com/cdgriffith/Box
- Documentation: https://packages.debian.org/bookworm/python-box
- Licenses: mit
- Latest release: 3.4.6-3 (published 6 months ago)
- Last Synced: 2026-03-13T07:48:57.257Z (5 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
debian-11: python-box
- Homepage: https://github.com/cdgriffith/Box
- Documentation: https://packages.debian.org/bullseye/python-box
- Licenses: mit
- Latest release: 3.4.6-2 (published 6 months ago)
- Last Synced: 2026-03-14T02:23:24.876Z (5 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
guix: python-box
Advanced Python dictionaries with dot notation access
- Homepage: https://github.com/cdgriffith/Box
- Documentation: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/python-xyz.scm#n33716
- Licenses: expat
- Latest release: 7.3.2 (published 6 months ago)
- Last Synced: 2026-04-27T16:36:56.108Z (4 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
nixpkgs-23.11: python310Packages.python-box
Python dictionaries with advanced dot notation access
- Homepage: https://github.com/cdgriffith/Box
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/python-modules/python-box/default.nix#L73
- Licenses: MIT
- Latest release: 7.1.1 (published 7 months ago)
- Last Synced: 2026-04-11T05:04:17.308Z (4 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
gentoo-portage: dev-python/python-box
Python dictionaries with advanced dot notation access
- Homepage: https://github.com/cdgriffith/Box/
- Documentation: https://packages.gentoo.org/packages/dev-python/python-box
- Licenses: MIT
- Latest release: 7.4.1 (published 3 months ago)
- Last Synced: 2026-07-15T01:35:16.626Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
ubuntu-23.10: python-box
- Homepage: https://github.com/cdgriffith/Box
- Licenses: mit
- Latest release: 3.4.6-3 (published 6 months ago)
- Last Synced: 2026-03-14T00:17:21.452Z (5 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
nixpkgs-23.05: python310Packages.python-box
Python dictionaries with advanced dot notation access
- Homepage: https://github.com/cdgriffith/Box
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/python-modules/python-box/default.nix#L71
- Licenses: MIT
- Latest release: 7.0.1 (published 7 months ago)
- Last Synced: 2026-04-17T17:05:12.025Z (4 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
debian-13: python-box
- Homepage: https://github.com/cdgriffith/Box
- Documentation: https://packages.debian.org/trixie/python-box
- Licenses: mit
- Latest release: 7.3.2-1 (published 6 months ago)
- Last Synced: 2026-03-14T09:02:00.236Z (5 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
nixpkgs-23.05: python311Packages.python-box
Python dictionaries with advanced dot notation access
- Homepage: https://github.com/cdgriffith/Box
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/python-modules/python-box/default.nix#L71
- Licenses: MIT
- Latest release: 7.0.1 (published 7 months ago)
- Last Synced: 2026-04-18T07:04:53.678Z (4 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-23.11: python311Packages.python-box
Python dictionaries with advanced dot notation access
- Homepage: https://github.com/cdgriffith/Box
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/python-modules/python-box/default.nix#L73
- Licenses: MIT
- Latest release: 7.1.1 (published 7 months ago)
- Last Synced: 2026-03-07T11:34:54.270Z (6 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
ubuntu-24.10: python-box
- Homepage: https://github.com/cdgriffith/Box
- Licenses: mit
- Latest release: 3.4.6-3 (published 7 months ago)
- Last Synced: 2026-03-09T12:06:09.571Z (6 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
ubuntu-23.04: python-box
- Homepage: https://github.com/cdgriffith/Box
- Licenses: mit
- Latest release: 3.4.6-3 (published 6 months ago)
- Last Synced: 2026-03-12T00:21:39.104Z (5 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
nixpkgs-unstable: python313Packages.python-box
Python dictionaries with advanced dot notation access
- Homepage: https://github.com/cdgriffith/Box
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/python-box/default.nix#L56
- Licenses: MIT
- Latest release: 7.3.2 (published 7 months ago)
- Last Synced: 2026-05-13T14:08:57.870Z (3 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-24.05: python311Packages.python-box
Python dictionaries with advanced dot notation access
- Homepage: https://github.com/cdgriffith/Box
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/python-box/default.nix#L56
- Licenses: MIT
- Latest release: 7.1.1 (published 7 months ago)
- Last Synced: 2026-05-11T17:12:23.005Z (3 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-24.05: python312Packages.python-box
Python dictionaries with advanced dot notation access
- Homepage: https://github.com/cdgriffith/Box
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/python-box/default.nix#L56
- Licenses: MIT
- Latest release: 7.1.1 (published 7 months ago)
- Last Synced: 2026-05-19T16:09:52.806Z (3 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- 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