
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Python package of modules implementing container-like data structures. This project is part of the Developer Tools for Python dtools. namespace project.
Container holding at most one object of a given type. This stateful
(mutable) container can contain only 0 or 1 items. Invariant in its
contents. Both map
and bind
return new objects. Iterable.
Subclassed tuple with a more functional interface. Gives tuple FP methods. Designed to be further inherited from. Hashable if all contained items are hashable.
A hashable, immutable, list-like data structure. Hashability will be enforced when instantiated. Mutable list methods will return new objects.
An implementation of the maybe (optional) monad. Data structure represents a possibly missing value. Useful in implementing exception free code paths.
An implementation of a left biased either monad. Data structure representing either a "left" or "right" value, but not both. These two values can be the same or different types. The "left" value is usually taken to be the "happy path" of code flow. The "right" value is often used for an error condition or a text string describing what went wrong.
FAQs
### Developer Tools - Container-like data structures
We found that dtools.containers demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.