-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
40 lines (38 loc) · 1.06 KB
/
plugin.yml
File metadata and controls
40 lines (38 loc) · 1.06 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
name: nataly
interpreter: python
description: "Generate natal chart calculations and summary reports"
entry: run.py
usage: "--person \"Name Surname\" --birth \"YYYY-MM-DD HH:MM\" --tz \"+02:00\" --lat 41.0 --lon 29.0 [--house-system Placidus] [--ephe-path ./ephe] [--format text|json|both]"
args:
- name: person
type: string
description: "Full name of the person"
required: true
- name: birth
type: string
description: "Birth date and time (YYYY-MM-DD HH:MM)"
required: true
- name: tz
type: string
description: "Timezone offset (e.g. +02:00)"
required: true
- name: lat
type: string
description: "Latitude"
required: true
- name: lon
type: string
description: "Longitude"
required: true
- name: house-system
type: string
description: "House system (default: Placidus)"
required: true
- name: ephe-path
type: string
description: "Path to ephemeris files (optional)"
required: true
- name: format
type: string
description: "Output format (text, json, both)"
required: true