Blocks provides a simple interface to read, organize, and manipulate structured data in files on local and cloud storage
Project description
Blocks
Blocks provides a simple interface to read, organize, and manipulate structured data in files on local and cloud storage. See the documentation for more information.
pip install sq-blocks
Development
Setup
To install all dependencies for local development and testing, you can do
pip install -e .[dev]
Tests
pytest
runs the unit testsflake8
to check style guidelines
To run them locally:
flake8 .
pytest
Continuous Integrations
CI is handled through travis, and will run non-GCS tests on both 2.7 and 3.6. We may add cloud storage tests to travis soon, but for now tests should also be run locally to confirm that functionality works as well.
Versions and Tags
Use bumpversion to update the version of the package
bumpversion [major|minor|patch]
This will increment the version and update it both in setup.py
and blocks/__init__.py
.
It will also automatically commit a tag with the corresponding version. You can push this to the repo
with
git push --tags
License
Copyright 2018 Square, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file sq-blocks-0.5.0.tar.gz
.
File metadata
- Download URL: sq-blocks-0.5.0.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd801f61924f06fc1a5fcfbb63cd6a9a453f975ecdb0ef0347a2d2a587dd6287 |
|
MD5 | fddc10a10fb460a913bfcbb2f7fa0579 |
|
BLAKE2b-256 | 3850e89746f6961ca255bf6abb68e57473424656635bad97288c6caaf826b67e |