Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 16:20
· 175 commits to main since this release

Added

  • README and LICENSE files
  • Data classes of the sc-client for objects manipulating
  • API for connecting, disconnecting, and checking connection status with the sc-server
  • API for creating, and deleting elements in the sc-memory
  • API for checking the type of elements
  • API for setting and getting content of the sc-link
  • API for getting the list of sc-links by content
  • API for resolving sc-keynodes
  • API for generating and searching constructions in the sc-memory by template
  • API for sc-event registration and destroying in the sc-memory
  • API for checking the state of the sc-event
  • tests infrastructure for API
  • ScKeynodes class for caching identifiers and ScAddr objects
  • ScAgent class for handling a single ScEvent
  • ScModule class for handling a multiple ScAgent
  • Code linting tools: isort, pylint, black, pre-commit
  • Documentation for contributors and developers
  • CI for checking messages of commits
  • CI for code linting
  • CI for the testing package on multiple environments and python versions
  • CI for publishing package on PyPi