-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmeta.yaml
61 lines (55 loc) · 1.13 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
package:
name: "space_packet_parser"
version: "6.0.0rc2"
source:
path: .
build:
number: 0
# Uses pip to install since Poetry isn't natively supported in Conda builds
script: |
pip install .
noarch: python
entry_points:
- spp = space_packet_parser.cli:spp
requirements:
build:
- python>=3.9
- pip
- poetry-core>=2.0.1
run:
- python>=3.9
- lxml>=4.8.0
- click>=8.0
- rich>=13.0
- xarray>2024.0.0
- numpy>=2.0.0
test:
imports:
- space_packet_parser
requires:
- pre-commit
- pytest
- pytest-benchmark
- pytest-randomly
- pytest-cov
- pyyaml
- ruff
- tomli
- xarray
- numpy
source_files:
- tests
commands:
- pytest tests
about:
home: https://github.com/lasp/space_packet_parser
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE.txt
description: "A CCSDS telemetry packet decoding library based on the XTCE packet format description standard."
dev_url: https://github.com/lasp/space_packet_parser
doc_url: https://space-packet-parser.readthedocs.io
extra:
files:
- README.md
- CITATION.cff