Skip to main content

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

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 expect
  • flake8 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


Download files

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

Source Distribution

sq-blocks-0.4.7.tar.gz (13.7 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