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

31 lines
773 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Test the build of packages
```sh
nix build .#entsoe-apy.src
nix build .#entsoe-apy
```
# Enter a development shell
```sh
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
```sh
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'
```