https://github.com/gearplug/clickup-python
ClickUp API wrapper written in python
https://github.com/gearplug/clickup-python
Last synced: 8 months 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T15:18:34.000Z (about 2 years ago)
- Last Synced: 2025-09-15T14:44:20.238Z (9 months ago)
- Language: Python
- Size: 41 KB
- Stars: 9
- Watchers: 0
- Forks: 4
- 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