Metadata-Version: 1.1
Name: yapymake
Version: 0.1.0
Summary: attr: yapymake.DESCRIPTION
Home-page: https://code.boringcactus.com/yapymake/
Author: Melody Horn / boringcactus
Author-email: melody@boringcactus.com
License: UNKNOWN
Description: # yapymake
        
        A (mostly) [POSIX-compatible](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html) make implemented in Python.
        
        ## conformance
        
        - internationalization (`LANG`/`LC_ALL`/`LC_CTYPE`/`LC_MESSAGES`) not implemented
        - XSI conformance (SCCS integration) not implemented
        - signal handling not implemented
        - library handling not implemented
        - some POSIX-specified features are pending (search `TODO` for a list)
        
        ## status
        
        there are no automated tests whatsoever, so if this works, consider that a coincidence.
        that said, it might work.
        
        ## changelog
        
        ### v0.1.0 - 2021-03-25
        
        - initial release
        
        ## license
        
        Released under the [Indie Code Catalog Standard Deal](https://indiecc.com/deal/3.0.0), version 3.0.0 or later.
        
        Commercial licenses are available for purchase [through Indie Code Catalog](https://indiecc.com/~boringcactus/yapymake).
        
Keywords: build,make
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Build Tools
