An open API service indexing awesome lists of open source software.

https://github.com/jonringer/python-pkgs

Python package set for use with core-pkgs
https://github.com/jonringer/python-pkgs

Last synced: 8 months ago
JSON representation

Python package set for use with core-pkgs

Awesome Lists containing this project

README

          

# Python Pkgs for poly-repo Nixpkgs

This is meant to be the central location to curate python packages for a
poly-repo nixpkgs fork.

## Structure

```
default.nix # Entry point, return pkgs + our changes in this repo
python-packages.nix # Python overlay, applied after the auto called entries in `pkgs/`
top-level.nix # top-level overlay
pkgs/ # mkAutoCalledDirectory containing all python expressions, these get auto called based on directory name
```