Skip to content

Manipulation Operations Designed Only for Deterministic Regular Expressions

License

Notifications You must be signed in to change notification settings

cburschka/modod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building

  • This will create an egg file for download and installation with easy_install:

    $ python3 setup.py bdist_egg

  • This will install the package, either on the system or the user site:

    $ python3 setup.py install [--user]

    (The user site is ~/.local on UNIX and %APPDATA%\Python on Windows.)

  • This will create a source distribution, which can be easily downloaded, unpacked and used without installation:

    $ python3 setup.py sdist [--format=gzttar|zip]

About

Manipulation Operations Designed Only for Deterministic Regular Expressions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published