-
Notifications
You must be signed in to change notification settings - Fork 4
/
meta.yml
77 lines (69 loc) · 1.6 KB
/
meta.yml
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{% set name = "pyaqsapi" %}
{% set version = '1.0.1-beta' %}
{% set posix = 'm2-' if win else '' %}
{% set native = 'm2w64-' if win else '' %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: dist/pyaqsapi-1.0.1-beta.tar.gz
build:
noarch: python
number: 0
script: python -m pip install --no-deps --ignore-installed sphinxcontrib-bibtex.
requirements:
host:
- python >=3.8
- pep517
- sphinx >=5.0
- sphinx-rtd-theme
- sphinxcontrib-napoleon
- sphinxcontrib-apidoc
- sphinxcontrib-bibtex
- toml
- wheel
- pip
- setuptools >=42
- codecov
- toml
- build
run:
- python > = 3.8
- keyring
- pandas
- requests
- wheel
- pip
- certifi
- datetime
- cryptography
- numpydoc
test:
imports:
- pyaqsapi
commands:
- pip check
requires:
- python > = 3.8
- pytest
- pip
# the dependencies required for sphinxcontrib.spelling
# do not seem to be maintained anymore
# - sphinxcontrib-spelling
- tox
- pytest-black
- codecov
about:
home:"https://github.com/USEPA/pyaqsapi"
license: MIT
license_family: MIT
license_file: LICENSE.rst
summary: "Retrieve Ambient Air Monitoring data from US EPA AQS DataMart"
description: |
Retrieve air monitoring data and associated metadata from the
US Environmental Protection Agency's Air Quality System (AQS)
DataMart API service using python functions.
extra:
recipe-maintainers:
#GITHUB ID of the maintainer of pyaqsapi
- MCCROWEYCLINTON-EPA