File: CITATION.cff

package info (click to toggle)
poetry 2.3.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,636 kB
  • sloc: python: 56,035; sh: 128; makefile: 100; ansic: 49
file content (21 lines) | stat: -rw-r--r-- 806 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
cff-version: 1.2.0
title: "Poetry: Python packaging and dependency management made easy"
message: >-
  If you use this software, please cite it using the
  metadata from this file.
authors:
  - family-names: Eustace
    given-names: Sébastien
  - name: "The Poetry contributors"
abstract:  >-
  Poetry helps you declare, manage and install dependencies of Python projects, ensuring you have the right stack everywhere.
  Poetry replaces setup.py, requirements.txt, setup.cfg, MANIFEST.in and Pipfile with a simple pyproject.toml based project format.
license: MIT
license-url: "https://github.com/python-poetry/poetry/blob/main/LICENSE"
repository-code: "https://github.com/python-poetry/poetry"
keywords:
  - python
  - packaging
  - dependency management
type: software
url: "https://python-poetry.org"