Skip to main content

easy azure interface for uploading & downloading files

Project description

Azure’s python interface for uploading and downloading files is complicated and unintutive. ezazure provides an easy interface to these functionalities.

To get started, check out the docs!

If you will be contributing to this repo, check out the developer’s guide.

Quickstart

  1. Install this package:

    pip install ezazure
  2. Put your Azure connection string and container name in a .ezazure file:

    connection_str: AZURE_CONNECTION_STRING
    container: CONTAINER_NAME
  3. Run from the command line either of the following:

    python -m ezazure --upload FNAME
    python -m ezazure --download FNAME
  4. ezazure supports regex pattern matching:

    python -m ezazure --download --regex FNAME.*
    python -m ezazure --upload --regex PATH/FNAME[0-9]+\.csv
  5. You can also use this package as an API:

    from ezazure import Azure
    
    
    azure = Azure()
    azure.upload(fname)
    azure.download(fname)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ezazure-0.0.9.tar.gz (6.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page