Metadata-Version: 2.1
Name: spectralsequence-chart
Version: 0.0.10
Summary: A Python implementation of the spectral sequences chart API
Home-page: https://github.com/SpectralSequences/sseq
Author: Hood Chatham
Author-email: roberthoodchatham@gmail.com
License: UNKNOWN
Description: # spectralsequence_chart
        This project is a Python implementation of the spectralsequence chart API.
        The Python chart API is a work in progress, and in particular there is currently no published spec.
        Hopefully I will make one soon.
        
        
        Changelog:
        ==========
        ## [0.0.4]
        ### Fixed:
        - Repr of ChartClassArg
        
        ## [0.0.4]
        ### Fixed:
        - reprs of SseqChart, ChartClass, ChartEdge
        
        ## [0.0.3]
        ### Fixed:
        - Deserialization didn't work correctly.
        
        ### Added:
        - Doc strings for a lot of the main functions.
        
        ### Changed:
        - Many private methods in SseqChart have had underscores added in front of their names.
        
        ## [0.0.2]
        ### Fixed: 
        - Removed whisker operator for compatibility with Python versions before 3.8
        
        ## [0.0.1] (2020-07-15)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
