nbeversl / sublime-dateutil

mirror https://pypi.python.org/pypi/python-dateutil to use in Sublime Text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-dateutil module for Package Control

This is a mirror of the python-dateutil module, created for using it as dependency in Package Control for Sublime Text.

this repo pypi
latest tag pypi

How to use

  1. Create a dependencies.json file in your package root with the following contents:

    {
       "*": {
          "*": [
             "dateutil"
          ]
       }
    }
  2. Run the Package Control: Satisfy Dependencies command via command palette

  3. Import as you usually do in stand-alone Python, e.g.

    from dateutil import parser

See also: Documentation on Dependencies

License

Simplified BSD

About

mirror https://pypi.python.org/pypi/python-dateutil to use in Sublime Text


Languages

Language:Python 100.0%