Skip to content

RESTful web service for domain name registration data (WHOIS data)

Notifications You must be signed in to change notification settings

novutec/WhoisDaemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Novutec WhoisDaemon

Novutec WhoisDaemon is a implementation of the RESTful Web Service for Domain Name Registration Data DRAFT.

See: http://tools.ietf.org/html/draft-sheng-weirds-icann-rws-dnrd-01

Copyright (c) 2007 - 2012 Novutec Inc. (http://www.novutec.com) Licensed under the Apache License, Version 2.0 (the "License").

Installation

Install using pip: pip install -e git+git://github.com/novutec/WhoisDaemon.git

Installing from source: git clone git://github.com/novutec/WhoisDaemon.git; cd WhoisDaemon; python setup.py install

Create your own configuration based on the example configuration file in example/config.yaml. To use existing backend handlers, import existing structure SQL file to your database.

Usage

  • start in standalone daemon mode (only for debugging / testing): ./whoisd -c <path_to_config>

  • run as fcgi ./whoisd.fcgi -c <path_to_config>

  • run by gunicorn (config should be /etc/whoisd.yaml) gunicorn whoisd

For more deployment options, see http://flask.pocoo.org/docs/deploying/

3rd Party Libraries

Thanks to developers of following used libraries:

in fcgi mode:

Issues

Please report any issues via https://github.com/novutec/WhoisDaemon/issues

LICENSE and COPYRIGHT

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

RESTful web service for domain name registration data (WHOIS data)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages