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
For development, we use pipenv
to manage the testing environment
To install all dependencies for local development and testing, you can do
pipenv install
Tests
There are two categories of tests
py.test
which tests that your code does what you expectflake8
which verifies that you're using standard conventions in writing your code
To run them locally:
pipenv run flake8 .
pipenv run pytest
Continuous Integrations
coming soon
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.4.7.tar.gz
.
File metadata
- Download URL: sq-blocks-0.4.7.tar.gz
- Upload date:
- Size: 13.7 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 | 0c222f7205b6c741b994569887abedd9a03a3b629cfb633436d473a747cd78e4 |
|
MD5 | fe614f3609896ab425ea83c817052354 |
|
BLAKE2b-256 | 3f7578e1d6f698e66c64850939019eca59869ece1e2ad73d93274f45d16f8dad |