Brett Langdon
|
93f368c883
|
add benchmark and cython improvements (#11)
* add benchmark and cython improvements
* raise exceptions
* mypy ignore pytest module
* Update sysaudit/_csysaudit.pyx
|
5 years ago |
Brett Langdon
|
3862a1f349
|
Ensure all implementations get tested (#10)
* Ensure all implementations get tested
* fix py2.7 syntax
* fix typing
* Update sysaudit/__init__.py
|
5 years ago |
Brett Langdon
|
0fbf2e2615
|
add pdbpp for dev
|
5 years ago |
Brett Langdon
|
e898cc87bd
|
Add Bandit and Vulture checks (#8)
|
5 years ago |
Brett Langdon
|
a9afb202ff
|
Refactor GitHub actions (#7)
* Refactor GitHub actions
* add missing dependent job
* rename and add badge
* fix broken rst image
|
5 years ago |
Brett Langdon
|
fc28696877
|
bump version to 0.3.0
|
5 years ago |
Brett Langdon
|
f9891ee558
|
disable poetry new installer (#6)
https://github.com/python-poetry/poetry/issues/3010
|
5 years ago |
Brett Langdon
|
3cf0893a78
|
remove README.md
|
5 years ago |
Brett Langdon
|
d347f7499e
|
add build job to test install of wheels (#5)
* add build job to test install of wheels
* remove architecture variant
* test we can import the module after install
* install poetry ourselves
|
5 years ago |
Brett Langdon
|
41a72a6a69
|
Add docs (#4)
* Add documentation
* test docs building
* fix sphinx warning
* fix sphinx-rtd-theme version constraint
* name artifacts
|
5 years ago |
Brett Langdon
|
c43ba7b41f
|
Add type hinting and checking (#2)
* Add type hinting and checking
* fix type hinting and checking
* install typing for python 2.7
|
5 years ago |
Brett Langdon
|
6735cea175
|
Update triggers for GitHub actions (#3)
|
5 years ago |
Brett Langdon
|
58f152fb4d
|
Create LICENSE
|
5 years ago |
Brett Langdon
|
594d6b062e
|
fix quotes
|
5 years ago |
Brett Langdon
|
63235dbcaf
|
change release trigger to push of new tag
|
5 years ago |
Brett Langdon
|
06a696648f
|
fix triggers for build actions
|
5 years ago |
Brett Langdon
|
1c40f9c3a5
|
fix broken action
|
5 years ago |
Brett Langdon
|
7d2db4f0a9
|
bump version to 0.2.0
|
5 years ago |
Brett Langdon
|
4c38b8ca99
|
update poetry lock
|
5 years ago |
Brett Langdon
|
5e1acc48ee
|
add sdist + pypi publish actions
|
5 years ago |
Brett Langdon
|
79ce82602d
|
update package metadata
|
5 years ago |
Brett Langdon
|
152f4b5c67
|
update readme
|
5 years ago |
Brett Langdon
|
971d5e14ae
|
only run tests on linux
|
5 years ago |
Brett Langdon
|
67d68c8db4
|
fix up failing test
|
5 years ago |
Brett Langdon
|
c44e711028
|
fix version constraint for Popen
|
5 years ago |
Brett Langdon
|
36b32a0784
|
add sys audit test suite from CPython
|
5 years ago |
Brett Langdon
|
fd40707728
|
use 'poetry install' to install build dependencies
|
5 years ago |
Brett Langdon
|
1b38d4be14
|
install build dependencies for poetry github action
|
5 years ago |
Brett Langdon
|
7661041081
|
ignore .c files
|
5 years ago |
Brett Langdon
|
8257bfab0b
|
fix github actions
|
5 years ago |
Brett Langdon
|
0f4ef6a729
|
add missing name and triggers
|
5 years ago |
Brett Langdon
|
003d0916ba
|
add black and poetry verification GitHub actions
|
5 years ago |
Brett Langdon
|
b5f1b58a45
|
fix import name
|
5 years ago |
Brett Langdon
|
46343c7471
|
use _hooks[:] instead of calling .copy()
|
5 years ago |
Brett Langdon
|
2f14c2e8bd
|
remove old audit.py file
|
5 years ago |
Brett Langdon
|
ed2c3ae144
|
remove mypy dependency
|
5 years ago |
Brett Langdon
|
5b80171c43
|
remove building on windows
|
5 years ago |
Brett Langdon
|
a07f7c2dd1
|
use windows-2019 for cibuildwheel
|
5 years ago |
Brett Langdon
|
528ef019fd
|
add cibuildwheel github action
|
5 years ago |
Brett Langdon
|
5daf61ec00
|
add setuptools build dependency
|
5 years ago |
Brett Langdon
|
c08f12efd0
|
convert to Poetry and Cython
|
5 years ago |
Brett Langdon
|
6cae5a0314
|
Remove GitHub actions
hey just keep failing for random reasons even when the commands seem to pass successfully
|
6 years ago |
Brett Langdon
|
6bfd31f5ad
|
Update test.yml
|
6 years ago |
Brett Langdon
|
11ebbc42a0
|
Update test.yml
|
6 years ago |
Brett Langdon
|
459f37c118
|
update actions
|
6 years ago |
Brett Langdon
|
4a1dc227e4
|
Create test.yml
|
6 years ago |
Brett Langdon
|
8336517fc5
|
initial prototype
|
6 years ago |