GithubHelp home page GithubHelp logo

opsdroid / wheels-for-teams-connector Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 136 KB

Artifacts (wheels) in this repo are modified from BotBuilder wheels on PyPI. Only wheel METADATA has changed to unpin requirements.

License: Apache License 2.0

Python 100.00%

wheels-for-teams-connector's Introduction

Opsdroid Logo

An open source chat-ops bot framework

Current version of pypi Github CI Status codecov BCH compliance Docker Build Docker Image Size (latest by date)Docker Layers Documentation Status Matrix Chat Backers on Open Collective Sponsors on Open Collective Open Source Helpers


Quick StartDocumentationPlaygroundBlogCommunity


An open source chatbot framework written in Python. It is designed to be extendable, scalable and simple.

This framework is designed to take events from chat services and other sources and execute Python functions (skills) based on their contents. Those functions can be anything you like, from simple conversational responses to running complex tasks. The true power of this project is to act as a glue library to bring the multitude of natural language APIs, chat services and third-party APIs together.

See our full documentation to get started.

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

wheels-for-teams-connector's People

Contributors

cognifloyd avatar

Watchers

 avatar  avatar  avatar  avatar

wheels-for-teams-connector's Issues

Turn process into a github workflow

Until microsoft/botbuilder-python#1467 is resolved, we will need to maintain barely forked wheels. Instead of re-building the wheels from scratch (to maintain full compatibility with current version), we:

  • remove any existing unpacked directories rm -rf bot*
  • download the wheels from pypi
  • unpack each wheel with wheel unpack bot*.whl
  • commit the unpacked files (to allow traceability of what we changed)
  • adjust the dependencies in *.info/METADATA
  • commit the changes
  • repack the wheel wheel pack *
  • tag the commit
  • make a release on github from that tag and upload the wheels as the artifacts for that release.

This should probably be a github workflow. For now, I'll do it manually, but hopefully we won't need to do this again. Hopefully we can just archive this repo soon.

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.