Metadata-Version: 2.1
Name: securitytxt
Version: 0.0.2
Summary: My short description for my project.
Home-page: https://github.com/myles/python-securitytxt
Author: Myles Braithwaite
Author-email: python-securitytxt@mylesbraithwaite.org
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: requests


# 🔒 Python Security.txt

```python
>>> from securitytxt import SecurityTxt
>>>
>>> s_txt = SecurityTxt.parse_url("https://securitytxt.org/")
>>>
>>> s_txt.contact
["https://securitytxt.org/"]
>>>
```

## License

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any means.


