This commit is contained in:
2025-10-28 11:08:30 +01:00
commit d4ae65bb30
6 changed files with 176 additions and 0 deletions

31
README.md Normal file
View File

@@ -0,0 +1,31 @@
# 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'
```