GearPlug / clickup-python

ClickUp API wrapper written in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clickup-python

ClickUp API wrapper written in python

Installing

pip install git+https://github.com/GearPlug/clickup-python.git

Requirements

  • requests

Contributing

We are always grateful for any kind of contribution including but not limited to bug reports, code enhancements, bug fixes, and even functionality suggestions.

You can report any bug you find or suggest new functionality with a new issue.

If you want to add yourself some functionality to the wrapper:

  1. Fork it ( https://github.com/GearPlug/clickup-python )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Adds my new feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

ClickUp API wrapper written in python

License:MIT License


Languages

Language:Python 100.0%