Update README with link to local git repo + previous version.
authorScott Gasch <[email protected]>
Wed, 12 Oct 2022 20:50:20 +0000 (13:50 -0700)
committerScott Gasch <[email protected]>
Wed, 12 Oct 2022 20:50:20 +0000 (13:50 -0700)
README.md

index 9f7cac9d3dbe41f6ec8a71851e29abda9d70d30a..cd64341c035614f737670402f9438f28812ab8b7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,25 +5,35 @@ From collections that try to emulate Pythonic patterns
 (pyutils.collectionz) to a "smart" natural language date parser
 (pyutils.datetimez.dateparse_utils), to filesystem helpers
 (pyutils.files.file_utils) to a "simple" parallelization framework
-(pyutils.parallelize.parallelize).  I hope you find them useful.
+(pyutils.parallelize.parallelize).  I hope you find them useful, too.
 
-Code is under src/*.  Most code includes doctests.
+Code is under src/pyutils/*.  Most code includes doctests inline.
 
 Tests are under tests/*.  To run all tests:
 
     cd tests/
     ./run_tests.py --all [--coverage]
 
-See the README under tests/ for more options / information.
+See the README under tests/ and the code of run_tests.py for more
+options / information.
 
 This package generates Sphinx docs which are available at:
 
     https://wannabe.guru.org/pydocs/pyutils/pyutils.html
 
-For a long time this was just a local library on my machine that
-my tools imported but I've decided to release it on PyPi.  I hope
-you find it useful.  LICENSE and NOTICE describe reusing it and
-where everything came from.  Drop me a line if you are using this,
+Package code is checked into a local git server and available to clone
+from https://wannabe.guru.org/git/pyutils.git or under:
+
+    https://wannabe.guru.org/gitweb/?p=pyutils.git;a=summary
+
+For a long time this was just a local library on my machine that my
+tools imported but I've now decided to release it on PyPi.  Early
+development happened in a different git repo:
+
+    https://wannabe.guru.org/gitweb/?p=python_utils.git;a=summary
+
+I hope you find this useful.  LICENSE and NOTICE describe reusing it
+and where everything came from.  Drop me a line if you are using this,
 find a bug, or have a question.
 
   --Scott Gasch ([email protected])