Metadata-Version: 2.1
Name: pyrobotstxt
Version: 0.0.5
Summary: Python Package to Generate and Analyse Robots.txt files
Home-page: https://github.com/serpwings/pyrobotstxt/
Author: Faisal Shahzad
Author-email: seowingsorg@gmail.com
Project-URL: Bug Tracker, https://github.com/serpwings/pyrobotstxt/issues
Project-URL: Documentation, https://pyrobotstxt.pages.dev/
Classifier: Topic :: Utilities
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Education
Classifier: Topic :: Office/Business :: Scheduling
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

![pyrobotstx feature image](docs/img/feature-image.png)

# pyrobotstxt: Python Package for **robots.txt** Files

``pyrobotstxt`` package can be used to (systematically) generate **robots.txt** files. Moreover, this package comes in handy for creating and including ``ASCII`` images in **robots.txt** files.

In future releases, it would be possible to parse and analyze **robots.txt** file generated using any software (not limited to ``pyrobotstxt``)

## Whats in pyrobotstxt?

We believe in monolithic software development and created this tiny package that does its job without any bloat. It is useful for 

- Createing **robots.txt** File
- Parsing a **robots.txt** File [in progress]
- Analyzing **robots.txt** File [in progress]

## How to Use pyrobotstxt?

You can find detailed tutorial on [pyrobotstxt tutorial website](https://serpwings.com/software/python-robots-txt/). You can consult [pyrobotstxt documentation website](https://pyrobotstxt.pages.dev) for API reference.

## Contribute

Pull Requests, Feature Suggestions, and collaborations are welcome.

## About Us

This work is a collaborative effort of [seowings](https://seowings.org/), and [serpwings](https://serpwings.com/).
