Metadata-Version: 2.1
Name: webSpiders
Version: 0.0.2
Summary: Create , edit html files easily with preformatted headers and preview them on your localhost or as a file.
Home-page: UNKNOWN
Author: Developer Gautam Kumar
Author-email: useronelaptop001@gmail.com
License: UNKNOWN
Keywords: python,html,webSpiders,dev_gautam,nepal
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE

### Developed by Dev Gautam Kumar
# Improved version of html-mitra
## Requirements

## Usage
You can use this library to create an HTML file if you are new to HTML
# Import
|from webSpiders import html |
# Create HTML file with preformatted headers
html.create_html(file_name)
# Create HTML elements
html.create_element(element_name,inner_content)
# Append elements and contents
html.append(file_name,content)
# Overwrite a file
html.overwrite(file_name,content)
# Delete a file
html.delete(file_name)
# Complete and serve the file
html.finish(file_name)
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

