Code Monkey home page Code Monkey logo

ckan-service-provider's Introduction

Build Status Coverage Status Latest Version Downloads Supported Python versions Development Status License

CKAN Service Provider

A library for making web services that make functions available as synchronous or asynchronous jobs. Used by DataPusher.

Getting Started

To install ckanserviceprovider for development:

git clone https://github.com/ckan/ckan-service-provider.git
cd ckan-service-provider
pip install -r requirements-dev.txt

To get started making a web service with ckanserviceprovider have a look at /example. You can run the example server with python example/main.py example/settings_local.py.

For a real-world example have a look at DataPusher.

Running the Tests

To run the ckanserviceprovider tests:

nosetests

Building the Documentation

To build the ckanserviceprovider docs:

python setup.py build_sphinx

Releasing a New Version

To release a new version of ckanserviceprovider:

  1. Increment the version number in setup.py

  2. Build a source distribution of the new version and publish it to PyPI:

    python setup.py sdist bdist_wheel
    pip install --upgrade twine
    twine upload dist/*

    You may want to test installing and running the new version from PyPI in a clean virtualenv before continuing to the next step.

  3. Commit your setup.py changes to git, tag the release, and push the changes and the tag to GitHub:

    git commit setup.py -m "Bump version number"
    git tag 0.0.1
    git push
    git push origin 0.0.1

    (Replace both instances of 0.0.1 with the number of the version you're releasing.)

Authors

The original authors of ckanserviceprovider were David Raznick [email protected] and Dominik Moritz [email protected]. For the current list of contributors see github.com/ckan/ckan-service-provider/contributors

ckan-service-provider's People

Contributors

amercader avatar deniszgonjanin avatar domoritz avatar gerbyzation avatar joetsoi avatar johnglover avatar kindly avatar movermeyer avatar nicholsn avatar nigelbabu avatar rossjones avatar rufuspollock avatar seanh avatar smotornyuk avatar tktech avatar zelima avatar zharktas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.