Metadata-Version: 2.1
Name: fputs
Version: 1.0.0
Summary: Python interface for the fputs C library function
Home-page: https://github.com/MahanthMohan/fputsModule
Author: Mahanth Mohan
Author-email: mohan.mahanth@gmail.com
License: UNKNOWN
Description: # fputsModule
        
        ## Description
        A simple package that extends the fputs C library function to Python, with the help of the Python C API
        
        ## Documentation (Methods)
        `fputs(data, filename)`\
        A method that takes in 2 parameters - data and filename, to write data in the specified file
        
        ## Credits
        Author - Mahanth Mohan\
        Email - mohan.mahanth@gmail.com\
        Feel free to reach out to me using this email to suggest any fixes/improvements\
        And also to contribute to this project!
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C
Requires-Python: >=3.6
Description-Content-Type: text/markdown
