An open API service for producing an overview of a list of open source projects.

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


Owner metadata:


GitHub Events

Total
Last Year

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 Email 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

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/cdgriffith/Box

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

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

requirements-dev.txt pypi
  • Cython >=0.29 development
  • black >=21.7b0 development
  • mypy >=0.910 development
  • pre-commit >=2.15 development
requirements-test.txt pypi
  • 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
requirements.txt pypi
  • msgpack >=1.0.0
  • ruamel.yaml >=0.17
  • toml >=0.10.2
.github/workflows/pythonpublish.yml actions
  • RalfG/python-wheels-manylinux-build v0.4.2-manylinux2014_x86_64 composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/tests.yml actions
  • 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