Coder Social home page Coder Social logo

bring's Introduction

PyPI status PyPI version PyPI pyversions Pipeline status coverage report Code style

bring

Package manager for files and file-sets.

Description

Documentation still to be done.

Links

Downloads

Binaries

Development

Requirements

  • Python (version >=3.6)
  • pip, virtualenv
  • git
  • make
  • direnv (optional)

Prepare development environment

Notes:

  • if using direnv, adjust the Python version in .envrc (should not be necessary)
  • if not using direnv, you have to setup and activate your Python virtualenv yourself, manually, before running make init
git clone https://gitlab.com/frkl/bring
cd bring
mv .envrc.disabled .envrc
direnv allow   # if using direnv, otherwise activate virtualenv
make init

make targets

  • init: init development project (install project & dev dependencies into virtualenv, as well as pre-commit git hook)
  • binary: create binary for project (will install pyenv -- check scripts/build-binary for details)
  • flake: run flake8 tests
  • mypy: run mypy tests
  • test: run unit tests
  • docs: create static documentation pages
  • serve-docs: serve documentation pages (incl. auto-reload)
  • clean: clean build directories

For details (and other, minor targets), check the Makefile.

Running tests

> make test
# or
> make coverage

Update project template

This project uses cruft to apply updates to the base Python project template to this repository. Check out it's documentation for more information.

> cruft update
# interactively approve changes, make changes if necessary
> git add *
> git commit -m "chore: updated project from template"

Copyright & license

Please check the LICENSE file in this repository (it's a short license!).

Parity Public License 6.0.0

Copyright (c) 2020 frkl Oรœ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.