Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# python-datamuse

[![Build Status](https://app.travis-ci.com/gmarmstrong/python-datamuse.svg?branch=master)](https://app.travis-ci.com/gmarmstrong/python-datamuse)
[![PyPI](https://img.shields.io/pypi/v/python-datamuse)](https://pypi.org/project/python-datamuse/)
[![PyPI - License](https://img.shields.io/pypi/l/python-datamuse)](https://github.com/gmarmstrong/python-datamuse/blob/master/LICENSE)
[![CodeQL](https://github.com/gmarmstrong/python-datamuse/actions/workflows/codeql-analysis.yml/badge.svg?branch=master)](https://github.com/gmarmstrong/python-datamuse/actions/workflows/codeql-analysis.yml)
Expand Down
258 changes: 258 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[tool.poetry]
name = "datamuse"
version = "1.3.2"
description = "Python wrapper for the Datamuse API"
authors = [
"Guthrie McAfee Armstrong <git@gmarmstrong.dev>",
"Margaret Sy",
]
license = "MIT"
maintainers = [
"Guthrie McAfee Armstrong <git@gmarmstrong.dev>",
]
readme = "README.md"
repository = "https://github.com/gmarmstrong/python-datamuse"
keywords = ["datamuse", "linguistics", "language", "wrapper"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
]

[tool.poetry.dependencies]
python = "^3.6"
requests = "*"

[tool.poetry.dev-dependencies]
pytest = "*"
responses = "*"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
3 changes: 0 additions & 3 deletions requirements-devel.txt

This file was deleted.

2 changes: 0 additions & 2 deletions requirements-test.txt

This file was deleted.

1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

28 changes: 0 additions & 28 deletions setup.py

This file was deleted.