Metadata-Version: 2.1
Name: todoist-colors
Version: 1.0.1
Summary: Color aliases for Todoist API.
Home-page: https://github.com/VoIlAlex/todoist-colors
Author: voilalex
Author-email: ilya.vouk@gmail.com
License: MIT
Download-URL: https://github.com/VoIlAlex/todoist-colors/archive/v1.0.1.tar.gz
Description: # Todoist Colors
        
        Color aliases for Todoist API. Look [here](https://developer.todoist.com/sync/v8/#miscellaneous) for more details. For strange colors we used [this](http://chir.ag/projects/name-that-color/#158FAD) web resource.
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.
        
        ```bash
        pip install todoist-colors
        ```
        
        ## Usage
        
        ```python
        import todoist_colors
        todoist_colors.RED # 31
        ```
        
        ## Contributing
        
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        Please make sure to update tests as appropriate.
        
        ## License
        
        [MIT](./LICENSE.md)
        
Keywords: util,alias,todoist
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
