A Python EPP client – a CLI application and an API library
This repository is a subproject of FRED, the Free Registry for ENUM and Domains, and it contains only a fraction of the source code required for running FRED. See the complete list of subprojects that make up FRED.
Learn more about the project and our community on the FRED's Home Page.
Documentation for the whole FRED project is available on-line, visit https://fred.nic.cz/documentation.
To build and install the fred-client
application, run the following command:
python ./setup.py install --prefix=/tmp/client --single-version-externally-managed --record=/tmp/client/dummy.log
Adapt the prefix
dir path to the target directory of your choice, and the record
file path
to the location for the log file.
The default location of the configuration file is:
- primary:
~/.fred-client.conf
(hidden file in home) - secondary:
/etc/fred/fred-client.conf
See also the example configuration in examples/fred-client.conf.
Read about the EPP Client Workflow in the on-line FRED Documentation.
See also further README files in the doc subfolder:
doc/ README_EN.txt English version README_CS.txt Czech version in ASCII README_CS.utf8 Czech version in UTF-8 README_CS.html Czech HTML version README_CS.docbook source of the Czech versions
- Jiri Sadek [jiri.sadek@nic.cz](mailto:jiri.sadek@nic.cz)
- Jaromir Talir [jaromir.talir@nic.cz](mailto:jaromir.talir@nic.cz)
See LICENSE.