Commit graph

254 commits

Author SHA1 Message Date
88992390a5 Merge branch 'master' of github.com:nojhan/colout 2022-08-31 22:45:02 +02:00
86d26db948 add a logo 2022-08-31 22:44:29 +02:00
Johann Dreo
a41eea11d2 fix(syntax coloring): load all lexers, even those without aliases v1.0
Some Pygments’ lexers are registered without any alias, just with their long name.
This ensure that they are loaded, along with the others.
2022-05-12 12:00:11 +02:00
39660c001c Merge branch 'master' of github.com:nojhan/colout 2021-04-20 15:15:39 +02:00
438838dd4e
Merge pull request #110 from linkmauve/patch-1
Stop advertising python2 support
2020-08-02 09:43:02 +02:00
linkmauve
d9f1e69997
Stop advertising python2 support
python2 support got removed in dab5555503, this shouldn’t be advertised anymore.
2020-08-01 20:59:59 +02:00
3cbea0d66d Merge branch 'stdedos-master' v0.12.0 2020-06-04 09:55:44 +02:00
707f499f4a fix cmake theme
Do not match the ":" in CMake Error
2020-06-04 09:53:33 +02:00
Stavros Ntentos
01aedcc642 Prepare for new colout version
Because there is a weird `v0.11` tag, we pick the next version `v0.12.0`,
instead of the "real" next version aka `v0.7.0`

This project is considered to use Semantic Versioning (https://semver.org/)
(https://semver.org/spec/v2.0.0.html as of now)

Python versioning updates:
* Unify that package is offered for >=Python3.5
  2.7 support was dropped in dab5555503,
  and <3.5 versions do not exist in https://devguide.python.org/#status-of-python-branches as of committing time

* Add some classifiers (YMMV, my first pip package)
* Add some bare-bones `tox` configuration (YMMV, my first tox interaction)
* Add packages required for packaging/deployment in `requirements-build.txt`
* `README.md` is not required to be packaged anymore - it is read at install time
  * Fix Content-Type for PyPI

* Update `README.md`:
  * Reorder installation options (`pip` > `pipsi` > `ppa`)
  * Hard wrap at 100 chars for "meaningful" offences.
  * Add myself as maintainer
  * Remove escapes that don't make sense in CommonMark
    (GFM, as project is hosted in Github)
  * Fix typos

* Add a more complete `.gitignore` file
2020-06-03 00:56:32 +03:00
88b1770152 get back Dependencies section in README 2020-05-27 17:40:09 +02:00
e08d6ce0ad Merge branch 'stdedos-master' into develop 2020-05-27 17:38:46 +02:00
a682d3564e Merge branch 'master' of https://github.com/stdedos/colout into stdedos-master 2020-05-27 17:38:22 +02:00
437e241f2c
Merge pull request #107 from linkmauve/patch-1
Update colout.py to remove PY2 global
2020-05-17 17:38:47 +02:00
4e35011699
Merge pull request #98 from Code0x58/releases
Tests and release tweaks
2020-05-17 17:38:03 +02:00
linkmauve
dab5555503
Update colout.py
Python 2 will retire in thirteen days (see https://pythonclock.org/), there is no reason to keep obsolete checks in the code any longer.
2019-12-19 00:51:29 +01:00
Stavros Ntentos
70bec38546 Merge branch 'Code0x58-releases'
Closes #2

Conflicts:
	setup.py (PR #1 aka #102)

Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
2018-10-26 11:28:00 +03:00
Stavros Ntentos
f7b4b1de0c [Fix] No such file or directory: 'README.md'
Merge branch 'jquast-patch-1': Closes #1
2018-10-26 11:20:02 +03:00
Jeff Quast
6256b30582
this might help..
This should prevent the following error,

```
$ pip --version
pip 18.1 from /Users/jq/.pyenv/versions/3.6.5/envs/jupyter/lib/python3.6/site-packages/pip (python 3.6)
$ pip install colout
Collecting colout
  Downloading https://files.pythonhosted.org/packages/3d/ba/3ef31c0df3ace69271cc8b1af6b529f24de66ff42c0d99a8d18aa980a307/colout-0.5.tar.gz (47kB)
    100% |████████████████████████████████| 51kB 970kB/s
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/0x/y8s2qlk558596kyqdhv3nwv40000gn/T/pip-install-gixoekff/colout/setup.py", line 25, in <module>
        long_description=open('README.md').read(),
    FileNotFoundError: [Errno 2] No such file or directory: 'README.md'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/0x/y8s2qlk558596kyqdhv3nwv40000gn/T/pip-install-gixoekff/colout/
```
2018-10-07 23:40:47 -07:00
Oliver Bristow
b8e259add3
Make missing lexer error less verbose 2018-08-16 23:30:03 +01:00
Oliver Bristow
161777d679
Remove references to pygments+babel being optional 2018-08-16 23:30:03 +01:00
Oliver Bristow
3644dc0619
Fix error_codes scope + more informative lexer error 2018-08-16 23:28:22 +01:00
Oliver Bristow
7416655535
Remove references to pygments as optional 2018-08-16 23:28:22 +01:00
Oliver Bristow
b77d79e596
Mark python version support 2018-08-16 23:28:22 +01:00
Oliver Bristow
177a37dd37
Update documentation 2018-08-16 23:28:22 +01:00
Oliver Bristow
f9ec8cba39
Replace shell script with console scripts 2018-08-16 23:25:51 +01:00
Oliver Bristow
a7a5f6adb8
Publish universal wheel 2018-08-16 23:25:51 +01:00
Oliver Bristow
7e3502d667
Add another smoke test 2018-08-16 23:25:51 +01:00
Oliver Bristow
513552d5be
Remove 3.2 smoke test as incompatible syntax 2018-08-16 23:25:51 +01:00
Oliver Bristow
e49b42db45
Add 3.3 classifier 2018-08-16 23:25:51 +01:00
Oliver Bristow
b0d41ab172
Remove argparse requirement as code not 2.6 compatible 2018-08-16 23:25:51 +01:00
Oliver Bristow
7d848d09e8
Add package classifiers 2018-08-16 23:25:51 +01:00
Oliver Bristow
cfcd61fd2f
Add Travis smoke test 2018-08-16 23:25:51 +01:00
Oliver Bristow
a261a2dfa8
Use version from SCM 2018-08-16 23:25:51 +01:00
b62b57512d (almost) silently handle (weird) errors from pygments 2018-08-14 14:31:55 +02:00
b63b4177f9
Merge pull request #100 from kecsap/master
Update the PPA information
2018-08-11 22:36:29 +02:00
Csaba Kertesz
ae33bac9d7 Update the PPA information 2018-08-07 09:04:16 +03:00
9d87d38544
Merge pull request #97 from Code0x58/remove-six v0.6.1
Remove six
2018-08-04 19:05:38 +02:00
Oliver Bristow
80a55281c5
Remove six 2018-08-04 17:11:25 +01:00
78dc13c40e Add authors and a gdbinit example v0.6 2018-08-03 16:00:15 +02:00
7dbda565e9 Merge branch 'develop' of git://github.com/blastrock/colout into develop 2018-08-03 15:33:13 +02:00
cb790b3089 Merge branch 'tweaks' of git://github.com/Code0x58/colout into develop 2018-08-03 15:30:15 +02:00
Oliver Bristow
9d90694375
Only require argparse for python < 2.7 2018-08-02 12:55:03 +01:00
Oliver Bristow
d0ad9850ad
Remove use of six (not listed in dependencies) 2018-08-01 23:41:54 +01:00
Philippe Daouadi
a20cfa32c7 fix g++ coloration 2018-07-12 11:10:05 +02:00
abaa109c0d Add color/style pairs to the readme 2018-03-04 20:55:56 +01:00
1bebce1c63 version 0.6 2018-03-04 20:39:33 +01:00
0281609095 Merge branch 'fix-88-bug' of https://github.com/sirex/colout into sirex-fix-88-bug 2018-03-04 20:36:32 +01:00
4b758a5f9e Simpler color_map returns
Rename some variables/options.
Do not log debug context.
2018-02-27 16:29:19 +01:00
feb87f2532 fix separator option 2018-02-27 16:09:26 +01:00
b285d51db2 less verbose lexers debuging 2018-02-27 15:57:59 +01:00