GitXplorerGitXplorer
J

taxonomy

public
1 stars
0 forks
1 issues

Commits

List of commits on branch master.
Verified
2ebee8e81f776fd9562118445fcd19294d57d2e4

Bump virtualenv from 20.26.3 to 20.26.6 (#43)

ddependabot[bot] committed 5 days ago
Unverified
bfeadf6cff4528d2f44f2a8c178595d06ec10072

typos

JJelleZijlstra committed 25 days ago
Unverified
9d04acc3dc79275bc4bdb2a7640f28949bbcdd41

Add biblio note on Griffith

JJelleZijlstra committed 25 days ago
Verified
67b41d2507b76f12e0c5cb72e6526a21cff2b5bf

[pre-commit.ci] pre-commit autoupdate (#40)

ppre-commit-ci[bot] committed 25 days ago
Unverified
c15188a8b09e22d15bdebf77751532e2e9aaf496

Fix prettier and tests

JJelleZijlstra committed 25 days ago
Unverified
40702831f65978918f376158abe6aa749ff42130

UnavailableVersionOf tag

JJelleZijlstra committed a month ago

README

The README file for this repository.

taxonomy is a tool for maintaining a taxonomic database. I use it for my personal database of mammals and other animals. It is focused on providing comprehensive data about the nomenclature of each name: type specimens, type localities, citations, type species, and much more.

The database is publicly accessible at hesperomys.com. The frontend is maintained in the separate hesperomys project.

Main entry points:

  • python -m hsweb will run a GraphQL server that the hesperomys frontend can communicate with to render the web app
  • python -m taxonomy.shell will open a shell that enables editing the database. This is my primary interface for working with the database.