Code Monkey home page Code Monkey logo

brave-api's Introduction

Brave Core Service API Bindings

Python API bindings for both utilizing and hosting the secure RPC mechanism.

© 2014, Alice Bevan-McGregor and contributors.

https://github.com/bravecollective/api

1. What are the Core Service API Bindings?

There are three primary components provided by this package:

  • A method of generating keys in the correct format.
  • Client API bindings.
  • WebCore Controller sub-class which implements the server-side API.

2. Installation

Development takes place on GitHub in the core project. Issue tracking, documentation, and downloads are provided there.

Installing the current development version of the API Bindings requires Git, a distributed source code management system. In Debian/Ubuntu, these are found in packages `python-dev`.

Run the following to download the development version with Git, and link it into your Python runtime:

git clone https://github.com/bravecollective/api.git
(cd api; python setup.py develop)

You can upgrade to the latest version at any time:

(cd api; git pull; python setup.py develop)

If you would like to make changes and contribute them back to the project, fork the GitHub project, make your changes, and submit a pull request. This process is beyond the scope of this documentation; for more information, see GitHub’s documentation.

3. Key Management

TODO

4. Client Bindings

TODO

5. WebCore Secure Controller

TODO

4. License

Brave Core Service API Bindings has been released under the MIT Open Source license. All contributors agree to transfer ownership of their code to Alice Bevan-McGregor for release under this license. (This is to mitigate issues in the future.)

4.1. The MIT License

Copyright © 2014 Alice Bevan-McGregor and contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

brave-api's People

Contributors

amcgregor avatar drakedevel avatar paxswill avatar

Watchers

 avatar  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.