# inpi-patents -- credential file template.
#
# Copy this file to `.env` and fill in the values. `.env` is gitignored and
# must never be committed, shared, or pasted into an issue.
#
# FTP: INPI issues one login per licensed database. The access codes arrive
# by email from INPI once the licence form has been processed. Each database
# gets its own <PREFIX>_USER / <PREFIX>_PASS pair; the CLI selects a pair with
# `--cred <PREFIX>`, e.g. `inpi ftp probe --cred NOTICES`.
#
# API: the API PI Diffusion route uses the technical account you create on
# data.inpi.fr. Set INPI_API_USER / INPI_API_PASS here, or leave them unset
# and the CLI will prompt for them (without echoing the password).
#
# Tip: put a comment above each block noting the date and sender of the
# email the codes came from. Comments carry no secrets; values do.

# FTP server. This is INPI's documented address; only change it if INPI
# tells you to.
INPI_FTP_HOST=www.inpi.net

# Where fetched archives and parsed tables go (default: ./data)
# INPI_DATA_DIR=./data

# --- French patents: notices (bibliographic + legal status, ST36 XML) -------
NOTICES_USER=
NOTICES_PASS=

# --- French patents: full texts ----------------------------------------------
FULLTEXT_USER=
FULLTEXT_PASS=

# --- European patents: French national phase ---------------------------------
EPNAT_USER=
EPNAT_PASS=

# --- French designs ---------------------------------------------------------
DESIGNS_USER=
DESIGNS_PASS=

# --- French trademarks ------------------------------------------------------
TRADEMARKS_USER=
TRADEMARKS_PASS=

# --- API PI Diffusion (technical account from data.inpi.fr) -----------------
INPI_API_USER=
INPI_API_PASS=
