diff options
| author | David Strauss <david@davidstrauss.net> | 2012-06-25 16:58:29 -0700 |
|---|---|---|
| committer | David Strauss <david@davidstrauss.net> | 2012-06-25 16:58:29 -0700 |
| commit | 7bcd8598958496d67dada85ab58119a7528b95d3 (patch) | |
| tree | 23c8f592ab120ac90fcd753d25bbdfe6348fdfee | |
| download | python-systemd-7bcd8598958496d67dada85ab58119a7528b95d3.tar.gz | |
Initial commit
| -rw-r--r-- | .gitignore | 27 | ||||
| -rw-r--r-- | README.md | 4 |
2 files changed, 31 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f24cd99 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +*.py[co] + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox + +#Translations +*.mo + +#Mr Developer +.mr.developer.cfg diff --git a/README.md b/README.md new file mode 100644 index 0000000..9e839be --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +journald-python +=============== + +Python module for native access to systemd's journald facilities
\ No newline at end of file |
