Metadata-Version: 1.1
Name: jaraco.develop
Version: 2.4
Summary: Routines to assist development
Home-page: http://bitbucket.org/jaraco/jaraco.develop
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: MIT
Description: .. -*- restructuredtext -*-
        
        jaraco.develop
        ==============
        
        .. contents::
        
        Status and License
        ------------------
        
        ``jaraco.develop`` tools for development.
        
        You can install it with ``easy_install jaraco.develop``, or from the
        `subversion repository
        <https://svn.jaraco.com/jaraco/python/jaraco.develop#egg=jaraco.develop-dev>`_ with
        ``easy_install jaraco.develop==dev``.
        
        Changes
        -------
        
        2.2
        ~~~
        
        * Runs natively on Python 3.
        
        2.1
        ~~~
        
        * Specify PyPI for releases.
        
        2.0
        ~~~
        
        * Removed 'url' parameter from calls in bitbucket module.
        * Now use Requests in favor of restclient for bitbucket operations.
        
        1.10
        ~~~~
        
        * Added ``add_version`` to ``bitbucket`` module.
        
        1.9
        ~~~
        
        * Added command to mark .hg directories as hidden (Windows).
        
        1.8
        ~~~
        
        * Added keyring support for bitbucket operations.
        * Added command to patch hgrc files in a tree (patch-hgrc).
        
        1.7
        ~~~
        
        * Added support for recursive globs in indent module.
        
        1.6.3
        ~~~~~
        
        * Updated jaraco.develop.msvc to support Python 3.
        
        1.6.2
        ~~~~~
        
        * create-namespace-package will now also generate non-namespace packages.
        
        1.6.1
        ~~~~~
        
        * Updated create-bitbucket-repository command so it now passes the new
          required parameter 'scm' (always mercurial).
        
        1.6
        ~~~
        
        * Added `compiler` module with a function `can_compile_extension` which
          will check if distutils can likely compile an extension module.
        
        1.5
        ~~~
        
        * Added build-python command, which finds Visual Studio, loads the
          appropriate environment, and then builds Python in the current PCBuild
          directory.
        * Added vs-upgrade command which will take a Visual Studio project or solution
          file and upgrade it to the latest version.
        
        1.4
        ~~~
        
        * Added support for 4-space indentation in namespace package generation.
        * Added preliminary bitbucket support (create-repo command).
        * Added Python 3 support.
        
        1.3
        ~~~
        
        * Added package module (from jaraco.util).
        * Added some helpful routines for invoking saucelabs including shortcuts
          for selecting browsers.
        * Added a script to create the simple namespace package configuration.
        * Added env_tool from the Gryphon project.
        
        1.2
        ~~~
        
        * Adding module for patching the msvc9compiler module
        * Added command-line options to start-selenium
        
        1.1
        ~~~
        
        * Added routines for working with the Core CPython project (building,
          applying patches, etc).
        
        1.0
        ~~~
        
        * Initial release
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
