项目作者: opendatateam

项目描述 :
A cookiecutter template for a single uData harvester
高级语言: Python
项目地址: git://github.com/opendatateam/cookiecutter-udata-harvester.git
创建时间: 2017-06-01T06:38:48Z
项目社区:https://github.com/opendatateam/cookiecutter-udata-harvester

开源协议:MIT License

下载


cookiecutter-udata-harvester

A cookiecutter template for a uData harvester

Usage

  1. pip install cookiecutter
  2. cookiecutter gh:opendatateam/cookiecutter-udata-harvester

Provide the requested informations and then you can go in the newly created directory
(which will be the project_slug that you provided).

See the udata harvesting documention
to know the possibilities.

Fields

These are the fields used by this cookiecutter template:

  • project_name: The project name that will also serve as Backend display name (ex: My Harvester)
  • project_slug: The project slug used as root folder name (ex: udata-my-harvester)
  • pypackage: The project root package name (ex: udata_my_harvester)
  • identifier: The backend entrypoint identifier (ex: mine)
  • license: The license under which the project is published (ex: AGPL)
  • author: The project author (ex: OpenDataTeam)
  • email: The project contact email (ex: contact@opendata.team)
  • description: The project short description (ex: My awesome uData harvester)
  • version: The initial version (ex: 0.1.0.dev)
  • website: The project website (ex: https://github.com/opendatateam/udata-my-harvester)