# Proposal for Tchotchke.jl – everything but the kitchen sink

**URL:** https://discourse.julialang.org/t/proposal-for-tchotchke-jl-everything-but-the-kitchen-sink/13749
**Category:** Internals & Design
**Tags:** package
**Created:** [August 20, 2018, 6:06am UTC](https://discourse.julialang.org/t/proposal-for-tchotchke-jl-everything-but-the-kitchen-sink/13749 "2018-08-20T06:06:21Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![djsegal](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/djsegal/32/13752_2.png) [@djsegal](https://discourse.julialang.org/u/djsegal)
#### Post date: [June 10, 2020, 4:32pm UTC](https://discourse.julialang.org/t/proposal-for-tchotchke-jl-everything-but-the-kitchen-sink/13749/4 "2020-06-10T16:32:55Z")

</div>

It’s been a couple years and people responded a decent amount to:

> [@\[ANN\] Numerics.jl – The Extended Standard Library](https://discourse.julialang.org/t/ann-numerics-jl-the-extended-standard-library/40694/45):
>
> That might be achieved with something like this… (using [this TOML parser](https://github.com/JuliaLang/TOML.jl) for simplicity, but it could be easily written without any external dependency). using TOML deps = TOML.parsefile(Base.active\_project())["deps"] for package in keys(deps) @eval Main using $(Symbol(package)) end

What new tchotchkes do you all have in your `util` and `startup` files?

---

_[View the full topic](https://discourse.julialang.org/t/proposal-for-tchotchke-jl-everything-but-the-kitchen-sink/13749)._
