Skip to main content

Frequently used components for Python projects.

Project description

Frequent

Frequently used components for Python projects.

PyPI Version Build Status Coverage Status Documentation Status Python Versions

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.

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 the components I find myself needing frequently and package them up in a convenient and easy-to-use manner.

Features

  • config: for global configuration/settings management.

License

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

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

frequent-0.0.1.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

frequent-0.0.1-py2.py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 2 Python 3

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