Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Latest commit

 

History

History
92 lines (58 loc) · 2.48 KB

index.rst

File metadata and controls

92 lines (58 loc) · 2.48 KB

pyensae documentation

Introduction

This module contains various helpers for teachings at the ENSAE.

See l-README.

Installation

From the page Pieces of codes, libraries:

  • Windows installation:
    • run the setup pyensae*.win32.exe
  • Windows installation with source:
    • download the file pyensae*.tar.gz and unzip it
    • type the following commands:

      set PATH=%PATH%;c:\Python33
      python.exe setup.py install    
  • Linux installation:
    • download the file pyensae*.tar.gz
    • type the following commands:

      tar xf pyensae-py3.3.tar.gz
      sudo su
      python3.3 setup.py install
  • Using pip (see pipy/pyensae):

    pip install pyensae

You can check the module is working for basic functions by running:

import pyensae
pyensae.check()

Quick overview

  • retrieve data for practical lessons
    • download data or modules: download_data <resources.http_retrieve.download_data>
  • SQL
    • import a text file into a database: import_flatfile_into_database <sql.database_helper.import_flatfile_into_database>

See also l-usecase.

Changes

  • l-changes

Contribution

The library is public and available on github. Please do not commit without running the unit test and add a unit test for every of your contributions. See l-doctestunit to see how to run them and to generate the documentation.

About this documentation

generatedoc glossary confr_pyp

Indices and tables

l-modules

l-functions

l-classes l-methods l-staticmethods l-properties
genindex

modindex

search l-license