Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Petl use fsspec #494

Merged
merged 6 commits into from
Jun 29, 2020
Merged

Petl use fsspec #494

merged 6 commits into from
Jun 29, 2020

Commits on Jun 25, 2020

  1. use fsspec for handling remote protocols

    use fsspec for handling remote protocols
    Add RemoteSource for handling all remote sources with fsspec
    Remove S3Source replaced by fsspec
    Keep SMBSource as it isn't handled by fsspec
    Refactored namespaces to remotes
    juarezr authored and Juarez Rudsatz committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    d574925 View commit details
    Browse the repository at this point in the history
  2. use compression from fsspec

    remove codec implementation in petl
    juarezr authored and Juarez Rudsatz committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    43affbe View commit details
    Browse the repository at this point in the history
  3. update docs with changes for fsspec

    juarezr authored and Juarez Rudsatz committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    55d2aec View commit details
    Browse the repository at this point in the history
  4. added another test case for fsspec

    Juarez Rudsatz committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    ef01f5d View commit details
    Browse the repository at this point in the history
  5. make appveyor happy

    Juarez Rudsatz committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    4f8eb6a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Apply suggestions from code review of petl-developers#494

    Ready to merge.
    
    Co-authored-by: Alistair Miles <alimanfoo@googlemail.com>
    juarezr and alimanfoo authored Jun 26, 2020
    Configuration menu
    Copy the full SHA
    a620194 View commit details
    Browse the repository at this point in the history