• Stars
    star
    734
  • Rank 59,514 (Top 2 %)
  • Language
    Python
  • License
    MIT License
  • Created over 8 years ago
  • Updated 15 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Manage the release notes for your project.

Hear ye, hear ye, says the towncrier

Documentation License: MIT PyPI release

towncrier is a utility to produce useful, summarized news files (also known as changelogs) for your project.

Rather than reading the Git history, or having one single file which developers all write to and produce merge conflicts, towncrier reads "news fragments" which contain information useful to end users.

Used by Twisted, pytest, pip, BuildBot, and attrs, among others.

While the command line tool towncrier requires Python to run, as long as you don't use any Python-specific affordances (like auto-detection of the project version), it is usable with any project type on any platform.

Philosophy

towncrier delivers the news which is convenient to those that hear it, not those that write it.

That is, by duplicating what has changed from the "developer log" (which may contain complex information about the original issue, how it was fixed, who authored the fix, and who reviewed the fix) into a "news fragment" (a small file containing just enough information to be useful to end users), towncrier can produce a digest of the changes which is valuable to those who may wish to use the software. These fragments are also commonly called "topfiles" or "newsfiles".

towncrier works best in a development system where all merges involve closing a ticket.

To get started, check out our tutorial!

Project Links

More Repositories

1

twisted

Event-driven networking engine written in Python.
Python
5,430
star
2

klein

werkzeug + twisted.web
Python
832
star
3

treq

Python requests like API built on top of Twisted's HTTP client.
Python
583
star
4

txmongo

asynchronous python driver for mongo
Python
336
star
5

pydoctor

This is pydoctor, an API documentation generator that works by static analysis.
Python
166
star
6

ldaptor

LDAP server, client and utilities, using Twisted Python
Python
156
star
7

incremental

A library for versioning your Python projects.
Python
133
star
8

vertex

Vertex is a generalized, secure, peer-to-peer communications platform; formerly of the divmod.org project (https://code.launchpad.net/divmod.org/)
Python
73
star
9

nevow

Web Application Construction Kit
Python
62
star
10

tubes

A series of tubes.
Python
55
star
11

qt5reactor

Twisted and PyQt5 eventloop integration. Borrowed from https://github.com/nehbit/aether-public/blob/master/qt5reactor.py
Python
47
star
12

txacme

Twisted client for the ACME (Automatic Certificate Management Environment) protocol
Python
43
star
13

imaginary

Imaginary is a system for building fictional, interactive worlds via parallel, intersecting simulations.
Python
34
star
14

txaws

Twisted-based Asynchronous Libraries for Amazon Web Services and clouds that support the AWS APIs
Python
32
star
15

axiom

Divmod Axiom is an object database, or alternatively, an object-relational mapper, implemented on top of Python.
Python
22
star
16

constantly

Symbolic Constants in Python
Python
22
star
17

ampoule

Process pool for Twisted, using AMP
Python
12
star
18

twistedchecker

twistedchecker is a tool to automatically verify code against the Twisted coding standard.
Python
9
star
19

filepath

An object-oriented API for manipulating filesystem paths on POSIX and Windows.
Python
8
star
20

twisted-dev-tools

Tools for twisted development.
Python
7
star
21

mantissa

Divmod Mantissa is an application server with a web interface built using Axiom and Nevow.
Python
6
star
22

newsbuilder

Automatically generate and manage a NEWS file from snippets stored in per-ticket text files.
Python
5
star
23

quotient

Divmod Quotient is a messaging platform developed as an Offering for Divmod Mantissa.
Python
5
star
24

epsilon

Library of utility modules, used by ex-Divmod projects
Python
4
star
25

trac-wiki-archive

Archive for the content of previous Trac Wiki
4
star
26

twisted.github.io

This is the repo for the Twisted Matrix presentation site
JavaScript
3
star
27

sine

Divmod Sine is a standards-based voice-over-IP application server, built as an offering for the Mantissa application server platform.
Python
3
star
28

parsley-protocols

Python
2
star
29

hyperbola

Hyperbola is a blogging and forums system, for having discussions about things.
Python
2
star
30

twisted-iocpsupport

`twisted-iocpsupport` is an extension module for the Twisted `iocp` reactor to use the Windows I/O Completion Ports (IOCP) networking API. You should not need to install it directly or interact with its API; it is a dependency of Twisted on Windows platforms.
Cython
2
star
31

documents

Hosting via GitHub Pages for legacy documentation files
1
star
32

python-info-action

A GitHub Actions action for printing Python environment information
Python
1
star
33

cython-test-exception-raiser

Testing only. A cython simple extension which is used as helper for twisted/twisted Failure tests.
Cython
1
star