https://github.com/roaldnefs/python-darwin
Python package providing an API to Darwin, an online database for German Shepherds owned and maintained by the VDH.
https://github.com/roaldnefs/python-darwin
Last synced: about 1 month ago
JSON representation
Python package providing an API to Darwin, an online database for German Shepherds owned and maintained by the VDH.
- Host: GitHub
- URL: https://github.com/roaldnefs/python-darwin
- Owner: roaldnefs
- License: mit
- Created: 2020-07-19T08:49:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T15:24:51.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T01:28:29.739Z (3 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-darwin
`python-darwin` is a Python package providing an API to Darwin. Darwin is an online database for German Shepherds owned and maintained by the [VDH](https://duitseherder.nl/), [Vereniging Duitse Herder](https://duitseherder.nl/).
## Installing
### Using Pip
```bash
pip install python-darwin
```### From Source
```bash
pip install git+https://github.com/roaldnefs/python-darwin.git
```## Usage
### Command Line Options
The following is the output of `darwin --help`, providing an overview of the basic command line options:
```
usage: darwin [--version] queryDarwin Command Line Interface
positional arguments:
query the search queryoptional arguments:
--version Display the version.
```## Acknowledgements
By default the Darwin data for this Python package is accessed through [duitseherder.nl](https://duitseherder.nl/leden/darwin). The copyright of the data remains with the author [VDH](https://duitseherder.nl/), [Vereniging Duitse Herder](https://duitseherder.nl/).