https://github.com/python-attrs/attrs

attributes boilerplate classes oop python

Last synced: about 1 month ago

Repository metadata:

Python Classes Without Boilerplate


Owner metadata:


Committers metadata

Last synced: about 1 month ago

Total Commits: 1,576
Total Committers: 182
Avg Commits per committer: 8.659
Development Distribution Score (DDS): 0.234

Commits in past year: 216
Committers in past year: 29
Avg Commits per committer in past year: 7.448
Development Distribution Score (DDS) in past year: 0.19

Name Email Commits
Hynek Schlawack hs@o****x 1208
Tin Tvrtković t****r@g****m 47
pre-commit-ci[bot] 6****] 26
David Euresti d****d@e****m 10
Christopher Armstrong r****x@t****m 9
David Euresti d****d@p****m 8
Kyle Altendorf s****a@f****t 8
Sviatoslav Sydorenko wk@s****a 8
wouter bolsterlee w****r@b****e 7
Stefan Scherfke s****n@s****g 7
David Cournapeau c****e@g****m 7
dependabot[bot] 4****] 5
Ryan Gabbard g****d@i****u 4
Samuel A. Falvo II s****o@r****m 4
Thomas Grainger t****n@g****m 4
Aaron Stephens a****t 3
Denis Laxalde d****s@l****g 3
Tim Gates t****s@i****m 3
chrysle i****t@p****e 3
Sviatoslav Sydorenko (Святослав Сидоренко) s****t@r****m 3
Joshua Oreman o****j@g****m 3
John Belmonte j****n@n****t 3
Glyph g****h@t****m 3
Antonio Botelho m****t@g****m 3
Alex Ford a****d@a****m 3
Sviatoslav Sydorenko w****z@r****m 2
Steven Loria s****1@g****m 2
Tristan Seligmann m****i@m****t 2
Venky Iyer i****t 2
Łukasz Langa l****z@l****l 2
and 152 more...

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

pypi: attrs

Classes Without Boilerplate

  • Homepage:
  • Documentation: https://www.attrs.org/
  • Licenses: MIT License
  • Latest release: 23.2.0 (published 12 months ago)
  • Last Synced: 2024-11-11T10:01:17.675Z (about 1 month ago)
  • Versions: 30
  • Dependent Packages: 2,857
  • Dependent Repositories: 226,649
  • Downloads: 251,586,946 Last month
  • Docker Downloads: 7,038,711,185
  • Rankings:
    • Dependent repos count: 0.003%
    • Downloads: 0.004%
    • Docker downloads count: 0.007%
    • Dependent packages count: 0.01%
    • Average: 0.737%
    • Stargazers count: 0.826%
    • Forks count: 3.574%
  • Maintainers (1)
  • Funding:
    • https://github.com/sponsors/hynek
conda: attrs

attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). Its main goal is to help you to write concise and correct software without slowing down your code. For that, it gives you a class decorator and a way to declaratively define the attributes on that class:

  • Homepage: https://attrs.readthedocs.io/en/stable/
  • Licenses: MIT
  • Latest release: 22.1.0 (published over 2 years ago)
  • Last Synced: 2024-10-29T14:01:49.126Z (about 2 months ago)
  • Versions: 16
  • Dependent Packages: 205
  • Dependent Repositories: 1,535
  • Rankings:
    • Dependent packages count: 0.334%
    • Dependent repos count: 0.424%
    • Average: 3.77%
    • Stargazers count: 5.055%
    • Forks count: 9.267%
conda: attrs

attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). Its main goal is to help you to write concise and correct software without slowing down your code. For that, it gives you a class decorator and a way to declaratively define the attributes on that class:

  • Homepage: https://www.attrs.org/
  • Licenses: MIT
  • Latest release: 23.1.0 (published about 1 year ago)
  • Last Synced: 2024-10-30T05:10:36.185Z (about 2 months ago)
  • Versions: 16
  • Dependent Packages: 31
  • Dependent Repositories: 1,535
  • Rankings:
    • Dependent packages count: 1.241%
    • Dependent repos count: 2.602%
    • Average: 8.487%
    • Stargazers count: 11.679%
    • Forks count: 18.427%
pypi: starfield

  • Homepage:
  • Documentation: https://starfield.readthedocs.io/
  • Licenses: mit
  • Latest release: 0.3.3 (published almost 2 years ago)
  • Last Synced: 2024-11-11T10:01:18.029Z (about 1 month ago)
  • Versions: 8
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 228 Last month
  • Rankings:
    • Dependent packages count: 6.633%
    • Downloads: 8.179%
    • Average: 15.141%
    • Dependent repos count: 30.611%
  • Maintainers (1)

Dependencies

.github/workflows/build-docset.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • step-security/harden-runner v2 composite
.github/workflows/ci.yml actions
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • hynek/build-and-inspect-python-package v1 composite
  • re-actors/alls-green release/v1 composite
  • step-security/harden-runner v2 composite
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/init v2 composite
  • step-security/harden-runner v2 composite
.github/workflows/pypi-package.yml actions
  • actions/checkout v3 composite
  • pypa/gh-action-pypi-publish release/v1 composite
  • step-security/harden-runner v2 composite
pyproject.toml pypi
  • importlib_metadata python_version<'3.8'