Giter VIP home page Giter VIP logo

pyvespa's Introduction

pyvespa

#Vespa

Documentation Status

pyvespa site / documentation

Vespa is the scalable open-sourced serving engine that enables users to store, compute and rank big data at user serving time. pyvespa provides a python API to Vespa. It allows users to create, modify, deploy and interact with running Vespa instances. The main goal of the library is to allow for faster prototyping and get familiar with Vespa features.

License

Code licensed under the Apache 2.0 license. See LICENSE for terms.

Development environment

Check screwdriver.yaml to see which packages and environment variables need to be set to run unit and integration tests.

Releases

Find releases and release notes on GitHub.

Release instructions

  • Check out master branch
  • Temporarily change library version number in get_target_version() in setup.py to the new version, e.g. "0.16.0".
  • Run from the pyvespa root directory to create the library files:
python3 -m pip install --upgrade pip
python3 -m pip install twine wheel

python3 setup.py sdist bdist_wheel

With write access to pypi.org/project/pyvespa/, upload, this requires username "token" and the token value as password, including the pypi- prefix:

python3 -m twine upload dist/*

At this point, the package has been released. Create a new release tag at github.com/vespa-engine/pyvespa/releases/new with a summary of the code changes.

pyvespa's People

Contributors

thigm85 avatar kkraune avatar jobergum avatar maxice8 avatar lesters avatar tmaregge avatar dependabot[bot] avatar jeanextreme002 avatar freva avatar aressem avatar frodelu avatar whiteh4tdude avatar jonmv avatar rejasupotaro avatar bjormel avatar renovate[bot] avatar sephiartlist avatar bjorncs avatar bratseth avatar kevinhu avatar msminhas93 avatar ausnews avatar filippo82 avatar hmusum avatar baldersheim avatar johans1 avatar tremamiguel avatar tkaessmann avatar ldalves 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.