Skip to content

v0.1.0

Compare
Choose a tag to compare
@FalseR20 FalseR20 released this 13 May 08:51
· 18 commits to main since this release
12d2742

Added

  • README and LICENSE files
  • ScKeynodes class for caching identifiers and ScAddr objects. Easy access to rrel keynodes
  • ScAgent class for handling a single ScEvent
  • ScModule class for handling a multiple ScAgent
  • ScServer class for modules serving
  • ScSet, ScStructure, ScOrientedSet and ScNumberedSet classes for creating complex structures and manipulations
  • List of common utils for basic manipulations with knowledge base
  • List of action utils for agent development based on actions
  • List of iterate utils for easy passing the same type of data
  • 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