Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

pyregex is a Python Regular Expression Online Tester

License

NotificationsYou must be signed in to change notification settings

rscarvalho/pyregex

Repository files navigation

Build Status

PyRegex is an online Regular Expression tester for python dialect.

License

The code is licensed under theGNU General Public License v2

Development Environment

Requirements

Dependency Installation

  • Node.js andNpm - See their websites (2 and3) about how to get them installed in your platform
  • Grunt:npm install -g grunt-cli
  • Bower:npm install -g bower
  • Nose and its companions:pip install -r requirements.txt (May requiresudo orsu)
    • For development, please installalsopip install -r requirements-dev.txt
  • Assets dependencies:./install_assets_deps.sh

Running the application

Just runhoncho start

It will start both uWSGI server and grunt. This will watch the filesystem for changes in the source folders and regenerate the client-side target files as needed.

The API will be available onhttp://localhost:5000 (The port can be overridden by the$PORT environment variable). The web app is available athttp://localhost:8082

Testing the application

To test the application, runnosetests -c nose.cfg from a terminal window.

Contributing

Anyone is more than welcome toCreate an issue,Fork the repository and submit aPull Request.

TODO

  • Social integration (share regex on facebook, twitter, g+, etc.)
  • Save/generate regex permalink
  • I18n
  • Better result visualization

About

pyregex is a Python Regular Expression Online Tester

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp