31 lines
773 B
Markdown
31 lines
773 B
Markdown
# 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'
|
||
``` |