Skip to content

Commit

Permalink
remove traces of yaq
Browse files Browse the repository at this point in the history
  • Loading branch information
untzag committed Jul 26, 2022
1 parent 82ff0fc commit 7973d0f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 86 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/run-entry-points.yml

This file was deleted.

9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,12 @@

[![PyPI](https://img.shields.io/pypi/v/hart-protocol)](https://pypi.org/project/hart-protocol)
[![Conda](https://img.shields.io/conda/vn/conda-forge/hart-protocol)](https://anaconda.org/conda-forge/hart-protocol)
[![yaq](https://img.shields.io/badge/framework-yaq-orange)](https://yaq.fyi/)
[![black](https://img.shields.io/badge/code--style-black-black)](https://black.readthedocs.io/)
[![ver](https://img.shields.io/badge/calver-YYYY.M.MICRO-blue)](https://calver.org/)
[![log](https://img.shields.io/badge/change-log-informational)](https://github.com/yaq-project/hart-protocol/-/blob/main/CHANGELOG.md)

Yaqd Boilerplate contains all the boilerplate you need to create a yaq daemon.

This package contains the following daemon(s):

- https://yaq.fyi/daemons/my-daemon
A sans-io Python implementation of the [Highway Adressable Remote Transducer Protocol](https://en.wikipedia.org/wiki/Highway_Addressable_Remote_Transducer_Protocol).

Maintainers:

- This package is currently unmaintained!
- [Blaise Thompson](https://github.com/untzag)
26 changes: 0 additions & 26 deletions hart_protocol/_my_daemon.py

This file was deleted.

17 changes: 0 additions & 17 deletions hart_protocol/my-daemon.toml

This file was deleted.

12 changes: 5 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ build-backend = "flit_core.buildapi"
[tool.flit.metadata]
module = "hart_protocol"
dist-name = "hart-protocol"
author = "yaq developers"
home-page = "https://yaq.fyi"
author = "Blaise Thompson"
home-page = "https://github.com/yaq-project/hart-protocol"
description-file = "README.md"
requires-python = ">=3.7"
requires = ["yaqd-core>=2020.06.3"]
requires = []
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Science/Research",
Expand All @@ -18,6 +18,8 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering",
]

Expand All @@ -28,10 +30,6 @@ Issues = "https://github.com/yaq-project/hart-protocol/issues"
[tool.flit.metadata.requires-extra]
dev = ["black", "pre-commit"]

[tool.flit.scripts]
yaqd-my-daemon = "hart_protocol._my_daemon:MyDaemon.main"


[tool.black]
line-length = 99
target-version = ['py37', 'py38']
Expand Down

0 comments on commit 7973d0f

Please sign in to comment.