Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 1.38 KB

Libraries.md

File metadata and controls

44 lines (22 loc) · 1.38 KB

Libraries

Yoga Data Layer: The Flexible Data Layer

A better approach to data loading for Deep Learning. API-transparent caching to disk, GCS, or S3.

https://github.com/determined-ai/yogadl

PyOxidizer

PyOxidizer is a utility for producing binaries that embed Python. The over-arching goal of PyOxidizer is to make complex packaging and distribution problems simple so application maintainers can focus on building applications instead of toiling with build systems and packaging tools.

https://github.com/indygreg/PyOxidizer

shiv

shiv is a command line utility for building fully self-contained Python zipapps as outlined in PEP 441, but with all their dependencies included!

https://github.com/linkedin/shiv/

bcpandas

High-level wrapper around BCP for high performance data transfers between pandas and SQL Server.

https://github.com/yehoshuadimarsky/bcpandas

Connaisseur

Connaisseur is an admission controller for Kubernetes that integrates Image Signature Verification into a cluster, as a means to ensure that only valid images are being deployed.

https://github.com/sse-secure-systems/connaisseur

Flake8-AAA

A Flake8 plugin that checks Python tests follow the Arrange-Act-Assert pattern.

https://github.com/jamescooke/flake8-aaa/

MechanicalSoup

A Python library for automating interaction with websites.

https://github.com/MechanicalSoup/MechanicalSoup