Giter Site home page Giter Site logo

frequent-py's Introduction

Frequent

Frequently used components for Python projects.

PyPI Version Build Status Coverage Status Documentation Status Python Versions

Features

All of the components in frequent have extensive code documentation (as well as extensive usage documentation and examples) and unit tests. The modules (and their associated unit tests) are entirely self-contained and depend solely on the standard library.

  • config: components providing global application configuration settings management and storage.

  • messaging: the foundations for building custom messaging frameworks.

  • repository: base class (and exception classes) for implementing the repository pattern for back-end agnostic object storage.

  • singleton: metaclass for creating singleton classes.

  • unit_of_work: base classes for implementing the unit of work pattern for transactional blocks.

Installation

You have a few options for installing/using frequent. The first is to install using your package manager of choice, pipenv for instance:

$ pipenv install frequent

However, taking a cue from the excellent boltons package, each component is self-contained in its respective file/folder allowing for easy vendorization. Components are not dependent on one another and rely solely on the standard library. This makes vendorization of a component as simple as copying just the file/folder for the component(s) that you need (same goes for the unit tests).

About

I found myself copying/re-writing certain components for my projects over and over again. This library is an attempt to take some of these components I find myself needing frequently (and re-writing too frequently) and package them up in a convenient and easy-to-use format.

License

Frequent © Copyright 2019, Douglas Daly. All rights reserved. This project is licensed under the MIT License, see the LICENSE file for more details.

frequent-py's People

Contributors

douglasdaly avatar

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.