Metadata-Version: 2.1
Name: pystrategy
Version: 0.0.3
Summary: UNKNOWN
Home-page: https://github.com/faprieto96/pystrategy
Author: Francisco A. Prieto Rodriguez, Francisco de Asís Fernández Navarro, David Becerra Alonso
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown

# pystrategy

This is the repository for pystrategy package.

No docutils, pandoc, or any other tricks! Just a `README.md` and a `setup.py`.

See the source for this project here:
<https://github.com/di/markdown-description-example>.

Instructions to do this for your project are here:
<https://dustingram.com/articles/2018/03/16/markdown-descriptions-on-pypi>

## What we can do:

We can do *italics* and **bold text**.

* Lists
* Are
* Fun
* Too
  * (But please use responsibly)

Code blocks:
```
>>> pypi_supports_markdown
True
```

And much much more!

