Metadata-Version: 2.1
Name: frequenz-repo-config
Version: 0.1.0
Summary: Frequenz repository setup tools and common configuration
Author-email: Frequenz Energy-as-a-Service GmbH <floss@frequenz.com>
License: MIT
Project-URL: Changelog, https://github.com/frequenz-floss/frequenz-repo-config-python/releases
Project-URL: Repository, https://github.com/frequenz-floss/frequenz-repo-config-python
Project-URL: Issues, https://github.com/frequenz-floss/frequenz-repo-config-python/issues
Project-URL: Support, https://github.com/frequenz-floss/frequenz-repo-config-python/discussions/categories/support
Keywords: frequenz,package,project,config,tool,repository,setuptools,nox,grpc,protobuf
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries
Requires-Python: <4,>=3.11
Description-Content-Type: text/markdown
Provides-Extra: actor
Provides-Extra: api
Provides-Extra: app
Provides-Extra: lib
Provides-Extra: dev-docs-gen
Provides-Extra: dev-docstrings
Provides-Extra: dev-formatting
Provides-Extra: dev-mypy
Provides-Extra: dev-pylint
Provides-Extra: dev-pytest
Provides-Extra: dev
License-File: LICENSE

# Frequenz repository common configuration for Python

This is very opinionated set of tools and configurations to setup a Python
repository for Frequenz projects.

If offers:

* Trivial build of `noxfile.py` with some predefined sessions with all common
  checks.
* Tools to build protobuf/grpc files as Python, including type information.
