Skip to content

Commit

Permalink
Package JREP for PyPi and fix the last commit
Browse files Browse the repository at this point in the history
Holy shit!
  • Loading branch information
Scripter17 committed May 30, 2022
1 parent 1a92a3f commit 7f025fe
Show file tree
Hide file tree
Showing 23 changed files with 3,207 additions and 610 deletions.
31 changes: 0 additions & 31 deletions JSONIdea.json

This file was deleted.

27 changes: 27 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# DON'T BE A DICK PUBLIC LICENSE

> Version 1.1, December 2016

> Copyright (C) [year] [fullname]

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document.

> DON'T BE A DICK PUBLIC LICENSE
> TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

1. Do whatever you like with the original work, just don't be a dick.

Being a dick includes - but is not limited to - the following instances:

1a. Outright copyright infringement - Don't just copy this and change the name.
1b. Selling the unmodified original with no work done what-so-ever, that's REALLY being a dick.
1c. Modifying the original work to contain hidden harmful content. That would make you a PROPER dick.

2. If you become rich through modifications, related works/services, or supporting the original work,
share the love. Only a dick would make loads off this work and not buy the original work's
creator(s) a pint.

3. Code is provided with no warranty. Using somebody else's code and bitching when it goes wrong makes
you a DONKEY dick. Fix the problem yourself. A non-dick would submit the fix back.

100 changes: 50 additions & 50 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,56 +11,56 @@ For details, [check below](#extended-help-messages)

<!--<HELP MSG>-->
```
usage: jrep.py [--help [topic]] [--string] [--enhanced-engine]
[--file FILE [FILE ...]] [--glob GLOB [GLOB ...]]
[--include-dirs]
[--stdin-files | --stdin-globs | --stdin-anti-match-strings]
[--no-duplicates] [--no-name-duplicates]
[--name-regex Regex [Regex ...]]
[--name-anti-regex Regex [Regex ...]]
[--name-ignore-regex Regex [Regex ...]]
[--full-name-regex Regex [Regex ...]]
[--full-name-anti-regex Regex [Regex ...]]
[--full-name-ignore-regex Regex [Regex ...]]
[--name-glob Glob [Glob ...]]
[--name-anti-glob Glob [Glob ...]]
[--name-ignore-glob Glob [Glob ...]]
[--full-name-glob Glob [Glob ...]]
[--full-name-anti-glob Glob [Glob ...]]
[--full-name-ignore-glob Glob [Glob ...]]
[--dir-name-regex Regex [Regex ...]]
[--dir-name-anti-regex Regex [Regex ...]]
[--dir-name-ignore-regex Regex [Regex ...]]
[--dir-full-name-regex Regex [Regex ...]]
[--dir-full-name-anti-regex Regex [Regex ...]]
[--dir-full-name-ignore-regex Regex [Regex ...]]
[--file-regex Regex [Regex ...]]
[--file-anti-regex Regex [Regex ...]]
[--file-ignore-regex Regex [Regex ...]]
[--match-regex Regex [Regex ...]]
[--match-anti-regex Regex [Regex ...]]
[--match-ignore-regex Regex [Regex ...]] [--sort SORT]
[--sort-regex Regex [Regex ...]] [--sort-dir SORT_DIR]
[--no-headers] [--print-dir-names] [--print-file-names]
[--print-full-paths] [--print-posix-paths]
[--dont-print-matches] [--print-match-offset]
[--print-match-range] [--replace Regex [Regex ...]]
[--sub Regex [Regex ...]] [--name-sub Regex [Regex ...]]
[--dir-name-sub Regex [Regex ...]] [--escape]
[--count COUNT [COUNT ...]] [--limit LIMIT [LIMIT ...]]
[--depth-first] [--glob-root-dir GLOB_ROOT_DIR]
[--match-whole-lines] [--print-failed-files] [--no-warn]
[--hard-warn] [--weave-matches] [--strict-weave]
[--pre-match-exec cmd] [--match-exec cmd]
[--if-match-exec-before cmd] [--if-match-exec-after cmd]
[--if-no-match-exec-after cmd] [--pre-file-exec cmd]
[--file-exec cmd] [--if-file-exec-before cmd]
[--if-file-exec-after cmd] [--if-no-file-exec-after cmd]
[--pre-dir-exec cmd] [--dir-exec cmd]
[--if-dir-exec-before cmd] [--if-dir-exec-after cmd]
[--if-no-dir-exec-after cmd] [--order ORDER [ORDER ...]]
[--no-flush] [--force-flush] [--print-rundata] [--verbose]
[Regex ...]
usage: jrep.exe [--help [topic]] [--string] [--enhanced-engine]
[--file FILE [FILE ...]] [--glob GLOB [GLOB ...]]
[--include-dirs]
[--stdin-files | --stdin-globs | --stdin-anti-match-strings]
[--no-duplicates] [--no-name-duplicates]
[--name-regex Regex [Regex ...]]
[--name-anti-regex Regex [Regex ...]]
[--name-ignore-regex Regex [Regex ...]]
[--full-name-regex Regex [Regex ...]]
[--full-name-anti-regex Regex [Regex ...]]
[--full-name-ignore-regex Regex [Regex ...]]
[--name-glob Glob [Glob ...]]
[--name-anti-glob Glob [Glob ...]]
[--name-ignore-glob Glob [Glob ...]]
[--full-name-glob Glob [Glob ...]]
[--full-name-anti-glob Glob [Glob ...]]
[--full-name-ignore-glob Glob [Glob ...]]
[--dir-name-regex Regex [Regex ...]]
[--dir-name-anti-regex Regex [Regex ...]]
[--dir-name-ignore-regex Regex [Regex ...]]
[--dir-full-name-regex Regex [Regex ...]]
[--dir-full-name-anti-regex Regex [Regex ...]]
[--dir-full-name-ignore-regex Regex [Regex ...]]
[--file-regex Regex [Regex ...]]
[--file-anti-regex Regex [Regex ...]]
[--file-ignore-regex Regex [Regex ...]]
[--match-regex Regex [Regex ...]]
[--match-anti-regex Regex [Regex ...]]
[--match-ignore-regex Regex [Regex ...]] [--sort SORT]
[--sort-regex Regex [Regex ...]] [--sort-dir SORT_DIR]
[--no-headers] [--print-dir-names] [--print-file-names]
[--print-full-paths] [--print-posix-paths]
[--dont-print-matches] [--print-match-offset]
[--print-match-range] [--replace Regex [Regex ...]]
[--sub Regex [Regex ...]] [--name-sub Regex [Regex ...]]
[--dir-name-sub Regex [Regex ...]] [--escape]
[--count COUNT [COUNT ...]] [--limit LIMIT [LIMIT ...]]
[--depth-first] [--glob-root-dir GLOB_ROOT_DIR]
[--match-whole-lines] [--print-failed-files] [--no-warn]
[--hard-warn] [--weave-matches] [--strict-weave]
[--pre-match-exec cmd] [--match-exec cmd]
[--if-match-exec-before cmd] [--if-match-exec-after cmd]
[--if-no-match-exec-after cmd] [--pre-file-exec cmd]
[--file-exec cmd] [--if-file-exec-before cmd]
[--if-file-exec-after cmd] [--if-no-file-exec-after cmd]
[--pre-dir-exec cmd] [--dir-exec cmd]
[--if-dir-exec-before cmd] [--if-dir-exec-after cmd]
[--if-no-dir-exec-after cmd] [--order ORDER [ORDER ...]]
[--no-flush] [--force-flush] [--print-rundata] [--verbose]
[Regex ...]
options:
--help [topic], -h [topic] show this help message and exit OR use
Expand Down
11 changes: 0 additions & 11 deletions Testing/a/a/a.txt

This file was deleted.

Binary file removed Testing/a/a/a/Untitled.png
Binary file not shown.
13 changes: 0 additions & 13 deletions Testing/a/a/b.txt

This file was deleted.

Binary file removed Testing/a/b/a
Binary file not shown.
1 change: 0 additions & 1 deletion Testing/a/b/b

This file was deleted.

Binary file added dist/JREP-0.1-py3-none-any.whl
Binary file not shown.
Binary file added dist/JREP-0.1.tar.gz
Binary file not shown.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools>=42"]
build-backend = "setuptools.build_meta"
27 changes: 27 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[metadata]
name = JREP
version = 0.1
author = James C. Wise
author_email = jameschristopherwise@gmail.com
description = A CLI tool based on GREP designed for the modern world
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Scripter17/JREP
project_urls =
Bug Tracker = https://github.com/Scripter17/JREP/issues
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent

[options]
package_dir =
= src
packages = find:
python_requires = >=3.6

[options.packages.find]
where = src

[options.entry_points]
console_scripts =
jrep = jrep.jrep:main
Loading

0 comments on commit 7f025fe

Please sign in to comment.