Commit Graph

97 Commits

Author SHA1 Message Date
k4yt3x
b5e2e99480 updated installation instructions 2023-02-03 02:06:51 +00:00
k4yt3x
aa164078b4 updated Pip installation header for clearer guidance 2023-02-03 01:52:01 +00:00
k4yt3x
6df9badd3d removed the redundant intro header 2023-02-03 01:50:46 +00:00
k4yt3x
a63f90a4b7 updated README and licensing information 2023-02-03 01:50:21 +00:00
k4yt3x
c7cd8ed440 adjusted pinned package versions; removed fixed version number 2023-02-03 01:17:39 +00:00
k4yt3x
2f4c4f1b09 2.5.1: updated project to use PEP 518 and PEP 621 2023-02-03 01:02:58 +00:00
k4yt3x
ada5c3e014 ignored vim sessions and PDM files 2023-02-03 00:58:47 +00:00
K4YT3X
25b3258fc2 corrected package dependencies 2021-06-29 22:42:22 +00:00
K4YT3X
48d4d35761 merged @KOLANICH's PR 2021-06-22 07:29:55 +00:00
K4YT3X
769aba4f62 merged @KOLANICH's PR 2021-06-22 07:29:06 +00:00
K4YT3X
5dd760b625 fixed windows newline bug; changed prettytable to rich 2021-06-22 06:52:01 +00:00
K4YT3X
17f0de5606 added pyproject for setup.cfg 2021-06-22 06:51:00 +00:00
K4YT3X
23d6cd3bb5 moved setup.py to setup.cfg 2021-06-22 06:50:23 +00:00
K4YT3X
e37a2399ce updated init and main docs and modes 2021-06-22 06:37:33 +00:00
k4yt3x
ae4d6fbaf2 removed the example database file 2021-05-29 19:27:14 +00:00
k4yt3x
a7c5c1a7c6 added a little comment 2021-05-29 19:05:41 +00:00
k4yt3x
be6a15ab30 bumped package version to 2.4.0 2021-05-29 18:44:05 +00:00
k4yt3x
4a2e1ebf78 added the init command 2021-05-29 18:42:39 +00:00
k4yt3x
08e51c97eb updated README for version 2.4.0 2021-05-29 18:41:30 +00:00
k4yt3x
fcdcf3e581 updated gitignore to omit CSV files 2021-05-29 17:59:30 +00:00
k4yt3x
b730c92317 changed database format from JSON to CSV 2021-05-29 17:04:21 +00:00
k4yt3x
64bc028c55 fixed typo in setup.py 2021-05-22 21:46:56 +00:00
k4yt3x
1182b21c39 bumped package version to 2.3.0 2021-05-22 21:46:16 +00:00
k4yt3x
db6bc45c4e changed README version 2.0.0 to version 2 2021-05-22 21:40:38 +00:00
k4yt3x
00abe34613 formatted file and corrected file metadata 2021-05-21 22:04:36 +00:00
k4yt3x
559a51393b added support for optional peer attributes, added __main__ 2021-05-21 21:37:28 +00:00
KOLANICH
ead3254833 Replaced setup.py with setup.cfg.
Added pyproject.toml.
Fetching version from git tags since now.
2021-04-28 12:00:33 +03:00
K4YT3X
6673a6d2f6 fixed README typo 2021-03-24 01:44:48 -04:00
K4YT3X
e841200fc9 Merge branch 'master' of github.com:k4yt3x/wg-meshconf 2021-01-29 13:41:39 -05:00
K4YT3X
1fa8878a26 removed ./ from all wg-meshconf commands 2021-01-29 13:41:27 -05:00
K4YT3X
4adbc4942c
Merge pull request #16 from k4yt3x/feature/changelog
Add 2.2.0 to changelog
2021-01-26 23:38:49 -05:00
K4YT3X
a4f191672f
added changelog for 2.1.0 and updated changelog for 2.2.0 2021-01-27 04:38:20 +00:00
Dmitry Romanenko
7dfdbf3064
Add 2.2.0 to changelog 2021-01-26 22:47:06 -05:00
K4YT3X
b225680c63 added build commands into setup.py comments 2021-01-26 22:07:45 -05:00
K4YT3X
6aedbd7aba updated dependencies 2021-01-26 22:06:28 -05:00
K4YT3X
b3c0be077d Merge remote-tracking branch 'origin/master' 2021-01-26 21:55:26 -05:00
K4YT3X
e695024cff replaced external wg subprocess calls with native Python implementations 2021-01-26 21:55:19 -05:00
K4YT3X
e0046fa37d
Created contribution guidelines 2021-01-13 03:01:02 +00:00
K4YT3X
f27d634a45 added license and credits sections into README 2021-01-12 21:47:41 -05:00
K4YT3X
50ad4fbc13 updated gitignore after directory structure adjustment 2021-01-12 21:43:21 -05:00
K4YT3X
72ada81417 bumped version to 2.1.2 2021-01-12 21:40:16 -05:00
K4YT3X
40872a138a fixed import not found issues 2021-01-12 21:39:58 -05:00
K4YT3X
215032f0c3 made prettytable an optional import 2021-01-12 21:30:57 -05:00
K4YT3X
03fd6267a9 bumped version to 2.1.1 2021-01-12 21:27:09 -05:00
K4YT3X
ee85fd94d8 updated README with pip installation guides 2021-01-12 21:26:31 -05:00
K4YT3X
d67776cf0f fixed program prog output 2021-01-12 21:26:01 -05:00
K4YT3X
8ba2530902 re-added requirements.txt 2021-01-12 21:25:30 -05:00
K4YT3X
c6f001ed6f
Merge pull request #13 from k4yt3x/feature/add_classifiers
Add python minor version classifiers
2021-01-13 01:50:43 +00:00
Dmitry Romanenko
d0f56212d1
Add python minor version classifiers 2021-01-12 20:49:10 -05:00
K4YT3X
a08d831cc4 formatted code with black 2021-01-12 20:47:40 -05:00