Metadata-Version: 2.1
Name: bgameb
Version: 0.0.6
Summary: Board Game Builder
Home-page: https://github.com/KonstantinKlepikov/BoardGameBuilder
Author: Konstantin Klepikov
Author-email: oformleno@gmail.com
License: MIT
Project-URL: Docs, https://konstantinklepikov.github.io/BoardGameBuilder/
Project-URL: Source, https://github.com/KonstantinKlepikov/BoardGameBuilder
Description: # BoardGameBuilder
        
        Object-oriented framework for build boardgame logic on python
        
        `pip install bgameb`
        
        ## Development
        
        `pip install -e .[dev]`. Use ipython for development from env: `python -m IPython`
        
        ### Build the docs
        
        `make create-docs`
        
        ### Run tests
        
        `python -m pytest -x -s -v`
        
        ### Changelog
        
        `towncrier create 123.feature`
        
        [towncrier](https://pypi.org/project/towncrier/)
        
        > .feature: Signifying a new feature.
        > .bugfix: Signifying a bug fix.
        > .doc: Signifying a documentation improvement.
        > .removal: Signifying a deprecation or removal of public API.
        > .misc: A ticket has been closed, but it is not of interest to users.
        > .cicd: Integration tasks
        
        ### Release
        
        Test send to pypi: `make test-pypi`
        
        - stage diffs
        - `towncrier build --draft`
        - `make release`
        
Keywords: framework
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8.10
Description-Content-Type: text/markdown
Provides-Extra: dev
