Skip to content

microformats/microformats-parser-website-python

Folders and files

Image for: Folders and files
NameName
Last commit message
Last commit date

Latest commit

Image for: Latest commit
 

History

Image for: History
29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image for: Repository files navigation

Microformats Python Parser Website

Website for Microformats Python parser (based on pin13.net by @aaronpk).

https://python.microformats.io

Deployment

Image for: Deployment

All commits to the master branch get auto-deployed to the live website (running on Heroku)

Getting Started

Image for: Getting Started

This website is built using Python Flask.

To start working with this project, first clone the repository for this project:

git clone https://github.com/indieweb/microformats-python-parser-website.git
cd microformats-python-parser-website

Next, install the required dependencies:

pip3 install -r requirements.txt

Next, start the server. You can do this in either debugging mode (where debug=True) in Flask or in production mode using Gunicorn.

python3 app.py --debug (debug mode)
gunicorn app:app (production mode)

You can view your running local application at this URL:

http://localhost:8080

Requirements

Image for: Requirements
  • Python 3.9

Contributions

Image for: Contributions
  1. Fork it
  2. Get it running (see Installation above)
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request

If you find bugs, have feature requests or questions, please file an issue.

License

Image for: License

Microformats Python Parser Website is dedicated to the public domain using Creative Commons -- CC0 1.0 Universal.

http://creativecommons.org/publicdomain/zero/1.0

Contributors

Image for: Contributors

About

Image for: About

Website for Microformats Python parser (mf2py & mf2util)

Topics

Resources

License

Stars

Watchers

Forks

Releases

Image for: Releases
No releases published

Packages

Image for: Packages 0
No packages published

Contributors 8

Image for: Contributors 8