All Projects β†’ abseil β†’ Abseil Py

abseil / Abseil Py

Licence: apache-2.0
Abseil Common Libraries (Python)

Programming Languages

python
139335 projects - #7 most used programming language
Starlark
911 projects
shell
77523 projects

Projects that are alternatives of or similar to Abseil Py

Dotzu
πŸ“±πŸ‘€ In-App iOS Debugging Tool With Enhanced Logging, Networking Info, Crash reporting And More.
Stars: ✭ 1,802 (+0.95%)
Mutual labels:  application, logging
Timber Ruby
🌲 Great Ruby logging made easy.
Stars: ✭ 154 (-91.37%)
Mutual labels:  application, logging
Console
OS X console application.
Stars: ✭ 298 (-83.31%)
Mutual labels:  application, logging
Node Lambda Log
Basic logging mechanism for Node 6.10+ Lambda Functions
Stars: ✭ 115 (-93.56%)
Mutual labels:  logging
Zoya
Truly highly composable logging utility
Stars: ✭ 116 (-93.5%)
Mutual labels:  logging
Easy.logger
A modern, high performance cross platform wrapper for Log4Net.
Stars: ✭ 118 (-93.39%)
Mutual labels:  logging
Maxlock
Powerful app locker for Android, with a root and no-root implementation
Stars: ✭ 121 (-93.22%)
Mutual labels:  application
Gerstnerizer
πŸ’  pattern generator based on the idea of the book "Forms of Colors"
Stars: ✭ 114 (-93.61%)
Mutual labels:  application
Calculatorapp
scientific calculator basic calculator and unit converter android app
Stars: ✭ 119 (-93.33%)
Mutual labels:  application
Corsme
Cross Origin Resource Sharing MisConfiguration Scanner
Stars: ✭ 118 (-93.39%)
Mutual labels:  application
Serverlog
A simple, practical and innovative Node.js log library that enables you to view logs in Chrome dev tools and browser Console.
Stars: ✭ 117 (-93.45%)
Mutual labels:  logging
Fluentd
Fluentd: Unified Logging Layer (project under CNCF)
Stars: ✭ 10,807 (+505.43%)
Mutual labels:  logging
Logback Access Spring Boot Starter
Spring Boot Starter for Logback-access
Stars: ✭ 118 (-93.39%)
Mutual labels:  logging
Stacktracey
Parses call stacks. Reads sources. Clean & filtered output. Sourcemaps. Node & browsers.
Stars: ✭ 115 (-93.56%)
Mutual labels:  logging
Cat Account Ios
Cat Accounting iOS Client Code.
Stars: ✭ 120 (-93.28%)
Mutual labels:  application
Cscore
cscore is a minimal-footprint library providing commonly used helpers & patterns for your C# projects. It can be used in both pure C# and Unity projects.
Stars: ✭ 115 (-93.56%)
Mutual labels:  logging
Mac App Translate
Mac θ½―δ»Άζ±‰εŒ–
Stars: ✭ 119 (-93.33%)
Mutual labels:  application
Shadow Rs
A build-time information stored in your rust project.(binary,lib,cdylib,dylib)
Stars: ✭ 117 (-93.45%)
Mutual labels:  flags
Silencer
Easily suppress the Rails logger
Stars: ✭ 116 (-93.5%)
Mutual labels:  logging
Drf Api Tracking
Fork of aschn/drf-tracking so that we can maintain and release newer versions
Stars: ✭ 117 (-93.45%)
Mutual labels:  logging

Abseil Python Common Libraries

This repository is a collection of Python library code for building Python applications. The code is collected from Google's own Python code base, and has been extensively tested and used in production.

Features

  • Simple application startup
  • Distributed commandline flags system
  • Custom logging module with additional features
  • Testing utilities

Getting Started

Installation

To install the package, simply run:

pip install absl-py

Or install from source:

python setup.py install

Running Tests

To run Abseil tests, you can clone the git repo and run bazel:

git clone https://github.com/abseil/abseil-py.git
cd abseil-py
bazel test absl/...

Example Code

Please refer to smoke_tests/sample_app.py as an example to get started.

Documentation

See the Abseil Python Developer Guide.

Future Releases

The current repository includes an initial set of libraries for early adoption. More components and interoperability with Abseil C++ Common Libraries will come in future releases.

License

The Abseil Python library is licensed under the terms of the Apache license. See LICENSE for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].