Skip to content

Commit

Permalink
Updated README.md to reflect the support for ADLS Gen1 by this librar…
Browse files Browse the repository at this point in the history
…y. (#312)
  • Loading branch information
markusweimer authored Feb 21, 2020
1 parent 4098eff commit a67d7a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# azure-datalake-store

A pure-python interface to the Azure Data-lake Storage system, providing
A pure-python interface to the Azure Data-lake Storage Gen 1 system, providing
pythonic file-system and file objects, seamless transition between Windows and
POSIX remote paths, high-performance up- and down-loader.

This software is under active development and not yet recommended for general
use.

*Note:* This library supports ADLS Gen 1. For Gen 2, please see
`azure-storage-file-datalake`, documented
[here](https://docs.microsoft.com/en-us/samples/azure/azure-sdk-for-python/storage-datalake-samples/)

## Installation

Using `pip`:
Expand Down

0 comments on commit a67d7a6

Please sign in to comment.