Skip to content

python binding for Google robots.txt parser C++ library

Notifications You must be signed in to change notification settings

thomasleveil/pyrobots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/!\ Work in progress /!\

Current status: not working

Python extension for Google Robots.txt Parser and Matcher Library

The repository contains the source code for a Python extension for Google's robots.txt parser and matcher as a C++ library.

Notice

Being myself ignorant regarding C++ and pybind11, this repository is adapted from https://github.com/av8ramit/pybind_example.

Hopefully I did not copied over too much unrelevant code. PR are much welcome.

Building

This project depends on Bazel as a build tool.

git clone https://github.com/thomasleveil/pyrobots.git
cd pyrobots
bazel test module:pyrobots_test

Releases

No releases published

Packages

No packages published