todoist-python
DEPRECATED The official Todoist Python API library
File Explorer
Download Latest Version (.zip)- conf.py
- index.rst
- make.bat
- Makefile
- managers.rst
- models.rst
- modules.rst
- requirements.txt
- todoist.rst
- conftest.py
- test_api.py
- __init__.py
- activity.py
- archive.py
- backups.py
- biz_invitations.py
- business_users.py
- collaborator_states.py
- collaborators.py
- completed.py
- emails.py
- filters.py
- generic.py
- invitations.py
- items.py
- labels.py
- live_notifications.py
- locations.py
- notes.py
- projects.py
- quick.py
- reminders.py
- sections.py
- templates.py
- uploads.py
- user.py
- user_settings.py
- __init__.py
- api.py
- models.py
- .gitignore
- .isort.cfg
- .pre-commit-config.yaml
- CHANGELOG.md
- LICENSE
- MANIFEST.in
- mypy.ini
- pytest.ini.sample
- README.md
- setup.cfg
- setup.py
- tox.ini
# Installation Guide
git clone https://github.com/Doist/todoist-python
Downloads the entire project code from GitHub to your computer.
cd todoist-python
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install todoist-python
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install todoist-python
Installs the package published on PyPI directly β no need to clone the source.
$ pip install -e .
Installs the Python libraries listed in requirements.txt (or similar).
$ pip install -r doc/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
$ pip install tox
Installs the Python libraries listed in requirements.txt (or similar).
Pulled directly from this repo's README.
4. Make
Medium- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
cd doc
This project's files live in a subfolder, so move into it first.
make
Compiles the code based on the generated build configuration to produce an executable.
