Files
nix-packaging/README.md
2025-10-28 11:08:30 +01:00

773 B
Raw Permalink Blame History

Test the build of packages

 nix build .#entsoe-apy.src
 nix build .#entsoe-apy

Enter a development shell

 nix develop
 pip show entsoe-apy
Name: entsoe-apy
Version: 0.4.0
Summary: A Python library for accessing ENTSO-E Transparency Platform API endpoints

Inspect flake

 nix flake show
warning: Git tree '/home/jonathan/git/NIX/packaging' is dirty
git+file:///home/jonathan/git/NIX/packaging
├───devShells
│   └───x86_64-linux
│       └───default: development environment 'Python-ENTSOE-Dev'
└───packages
    └───x86_64-linux
        ├───entsoe-apy: package 'python3.13-entsoe-apy-0.4.0'
        └───xsdata-pydantic: package 'python3.13-xsdata-pydantic-24.5'