Skip to main content

todoist-python - The official Todoist Python API library

Project description

# todoist-python - The official Todoist Python API library

## How to get started

Requirements:

Clone the repo and enter it:

$ git clone git@github.com:Doist/todoist-python.git ; cd todoist-python

Create an environment:

$ virtualenv –system-site-packages -p /usr/bin/python2.7 Env

Activate the environment:

$ source Env/bin/activate

Install the library along with all the dependencies (so far we depend on awesome requests only):

$ pip install -e .

If you want to build the documentation as well, install some extra packages:

$ pip install -r doc/requirements.txt

Build the documentation:

$ (cd doc ; make html)

Read the built documentation by opening:

doc/_build/html/index.html

Import the library and try some commands:

`python $ python >>> import todoist >>> api = todoist.TodoistAPI('0123456789abcdef0123456789abcdef01234567') >>> api.sync() >>> full_name = api.state['user']['full_name'] >>> print(full_name) John Doe >>> for project in api.state['projects']: ... print(project['name']) ... Personal Shopping Work Errands Movies to watch `

## Testing the library

We have a set of tests to ensure we support Python both 2.x and 3.x. To test it out, please make sure you have python 2.7 and python 3.4 installed in you system. Then install “tox” either globally (preferred way) or in your local environment.

# apt-get install python-tox

or

$ pip install tox

Then just type

$ tox

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

todoist-python-8.0.0.linux-x86_64.tar.gz (28.8 kB view details)

Uploaded Source

Built Distribution

todoist_python-8.0.0-py2.py3-none-any.whl (21.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file todoist-python-8.0.0.linux-x86_64.tar.gz.

File metadata

  • Download URL: todoist-python-8.0.0.linux-x86_64.tar.gz
  • Upload date:
  • Size: 28.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.13

File hashes

Hashes for todoist-python-8.0.0.linux-x86_64.tar.gz
Algorithm Hash digest
SHA256 2a0b297b768dc57089c8245153892020eb1e4f2541c6cce1d5aea9e004d07bfb
MD5 784cb9dc6103912e506db40b3a0ad92e
BLAKE2b-256 4da34088e5ef7a028f9bd9710d7ed6da392d8816f5d9ed675181e4f35779274d

See more details on using hashes here.

Provenance

File details

Details for the file todoist_python-8.0.0-py2.py3-none-any.whl.

File metadata

  • Download URL: todoist_python-8.0.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 21.6 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.13

File hashes

Hashes for todoist_python-8.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 69df6f2c659ca341ceb6ff137bf87ba32df8a3b07686d01eeae4c5daa6a26646
MD5 5e29f73e5d5323b456d1169c9e05d5de
BLAKE2b-256 0f16863f9ea5bfc02f2924f38d263b857c24ebcf522b275e503c448fb316cf3d

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page