forked from funilrys/PyFunceble
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.yaml
More file actions
96 lines (89 loc) · 1.93 KB
/
Copy pathmeta.yaml
File metadata and controls
96 lines (89 loc) · 1.93 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{% set name = "%%pkg_name%%" %}
{% set version = "%%version%%" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
path: ./
build:
number: 0
entry_points:
- PyFunceble=PyFunceble.cli:tool
- pyfunceble=PyFunceble.cli:tool
noarch: python
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- alembic
- colorama
- cryptography
- dnspython
- domain2idna
- inflection
- pip
- pymysql
- python >=3.6,<4
- python-box
- python-dotenv
- pyyaml
- requests
- setuptools
- sqlalchemy
run:
- alembic
- colorama
- cryptography
- dnspython
- domain2idna
- inflection
- pymysql
- python >=3.6,<4
- python-box
- python-dotenv
- pyyaml
- requests
- setuptools
- sqlalchemy
test:
imports:
- PyFunceble
- PyFunceble.abstracts
- PyFunceble.cli
- PyFunceble.config
- PyFunceble.converter
- PyFunceble.core
- PyFunceble.data
- PyFunceble.data.alembic
- PyFunceble.data.alembic.versions
- PyFunceble.database
- PyFunceble.downloader
- PyFunceble.engine
- PyFunceble.engine.ci
- PyFunceble.engine.database
- PyFunceble.engine.database.loader
- PyFunceble.engine.database.migrations
- PyFunceble.engine.database.schemas
- PyFunceble.extractor
- PyFunceble.helpers
- PyFunceble.lookup
- PyFunceble.output
- PyFunceble.status
- PyFunceble.status.availability
- PyFunceble.status.reputation
- PyFunceble.status.syntax
commands:
- PyFunceble --help
- pyfunceble --help
- PyFunceble -d github.com
- PyFunceble -u https://github.com/pyfunceble
about:
home: "https://github.com/funilrys/PyFunceble"
license: Apache 2.0
license_family: APACHE
license_file:
summary: "The tool to check the availability or syntax of domain, IP or URL."
doc_url:
dev_url:
extra:
recipe-maintainers:
- funilrys