SaaSHub helps you find the best software and product alternatives Learn more →
Box Alternatives
Similar projects and alternatives to Box
-
Nim
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
DottedDict
Python library that provides a method of accessing lists and dicts with a dotted path notation.
-
alive-progress
A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Box discussion
Box reviews and mentions
- Box: Python dictionaries with advanced dot notation access
-
DotDict: A simple Python library to make chained attributes possible
This seems similar to the functionality exposed by Box.
https://github.com/cdgriffith/Box/wiki/Types-of-Boxes#defaul...
- Best way to get a dict-like object with dot notations? Class attributes, or other options?
- I've built a PathDict, a library that makes it easy to work with dicts!
- GitHub - cdgriffith/Box: Python dictionaries with advanced dot notation access
- Box – Python dictionaries with advanced dot notation access
- Box – Python dictionary with dot notation
- What would you want to see in Python?
-
I am a proficient Python coder whose learning has plateaued. Any really useful libraries I should look into learning? Taking recommendations.
Here are some that might answer your question: - algorithms is a library which contains many of the most useful algorithms for sorting, searching, working with trees, math algorithms like factorials, prime finders and many more - data classes to save you the trouble of writing everytime special methods in a class like init, repr, set, get - box allows the use of dot on dictionaries to access the keys - more-itertools for more routines to operate on iterables than those itertools provide.
-
A note from our sponsor - SaaSHub
www.saashub.com | 21 May 2025
Stats
cdgriffith/Box is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Box is Python.