Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gearplug/clickup-python
ClickUp API wrapper written in python
https://github.com/gearplug/clickup-python
Last synced: 3 days ago
JSON representation
ClickUp API wrapper written in python
- Host: GitHub
- URL: https://github.com/gearplug/clickup-python
- Owner: GearPlug
- License: mit
- Created: 2022-03-10T14:21:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T15:18:34.000Z (7 months ago)
- Last Synced: 2024-09-18T10:15:03.125Z (about 2 months ago)
- Language: Python
- Size: 41 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/GearPlug/clickup-python/issues).
#### 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