Metadata-Version: 2.1
Name: pyFixedWidthDataFile
Version: 0.0.3
Summary: This is a simple library for creating fixed-width text files for transferring data between APIs.
Home-page: https://www.opussystem.com.br
Download-URL: https://github.com/Defendi/pyFixedWidthDataFile
Author: OpusSystem
Author-email: suporte@opussystem.com.br
License: MIT
Keywords: fixed,width,text
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE.txt
Requires-Dist: setuptools-git

# FWDataFile Creator

This is a simple library for creating fixed-width text files for transferring data between APIs.

## Installation

To install the package, just run the command below:

<pre><code>pip install pyFixedWidthDataFile</code></pre>

## Usage


## License

This project is under the MIT license. See the [LICENSE](LICENSE) file for more details.
