Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 439 Bytes

README.rst

File metadata and controls

20 lines (12 loc) · 439 Bytes

Code Data Science Tools for Python

Installation:

pip install code_data_science

Usage

import code_data_science.versions

>>>versions.sort(['1.1.0','1.2.0','1.3.0.RELEASE']) -----input

import code_data_science.versions

>>>versions.index(['1.1.0','1.2.0','1.3.0.RELEASE']) -----input

This package uses doctest for testing, run doctest versions.py to run the tests.